google-research / xmcgan_image_generation

98 stars 15 forks source link

Resume training. #12

Open hyeonjinXZ opened 2 years ago

hyeonjinXZ commented 2 years ago

Good day, there!

I think this is for resume guidelines. https://github.com/google-research/xmcgan_image_generation/blob/edbff388c0c8e35af24d7bf8b7dbc4375729dcab/xmcgan/train_utils.py#L319

In my directory, there are checkpoint folders like 'checkpoints', checkpoints-0'. And In checkpoints folder, there is another checkpoints folder too. please refer to the screenshot. image

I can't figure out which folder I should load. What command I should type? Is it right? bash train.sh exp_name/checkpoints &> train.txt

Thank you :)