Ha0Tang / SelectionGAN

[CVPR 2019 Oral] Multi-Channel Attention Selection GAN with Cascaded Semantic Guidance for Cross-View Image Translation
http://disi.unitn.it/~hao.tang/project/SelectionGAN.html
460 stars 63 forks source link

question #13

Closed haveayoungage closed 3 years ago

haveayoungage commented 3 years ago

Execute code command --continue_train --which_epoch 35 --epoch_count 36,it comes an error.It can not found _net_D.pth.coule you tell me how to solve it?

Ha0Tang commented 3 years ago

Maybe there is no 35_net_D.pth in your saved models.

haveayoungage commented 3 years ago

is the _net_D.pth a file that produce by my training?I do not konw where it is from

haveayoungage commented 3 years ago

could u tell me how to generate the pth file?thanks!

Ha0Tang commented 3 years ago

--continue_train --which_epoch 35 --epoch_count 36 these commands are only used when continuing training, so you should save some models before interrupting training

haveayoungage commented 3 years ago

thanks for your time。when i train my model,are there any pars that i need to set to make my train model saved? cuz after i can not find my trained model,i only find some results?could u tell me how to work it out?thanks!

Ha0Tang commented 3 years ago

please refer to this line

haveayoungage commented 3 years ago

thanks for your time!problem solved!谢谢