run.sh difference between resume_checkpoint and decode_checkpoint?
talka1 opened this issue · 0 comments
talka1 commented
I noticed the two lines in the run.sh file for resuming the training:
resume_checkpoint="exp/mlfb_vqvae/checkpoint_95000steps.pkl" # checkpoint path to resume
decode_checkpoint="None" # checkpoint path to resume
I only changed the path to resume the training, whats the decode_checkpoint option for? I left it blank all the time.