lyndonzheng / Pluralistic-Inpainting

[CVPR 2019]: Pluralistic Image Completion
676 stars 145 forks source link

Training does not produce model files #32

Closed qwerdbeta closed 4 years ago

qwerdbeta commented 4 years ago

Hello, I can run the train.py, however I do not see any model file created that I would then manually rename to latest_net_E.pth. I do, however, see that the options and /web files are modified by the training.

I am not sure if this is part of my problem, but when training, there is an error: "winError 1006: no connection could be made because the target system refused it" Despite this error, it seems to complete though.

qwerdbeta commented 4 years ago

OK I figured out my issue. The save_latest_freq and save_iters_freq values were higher then my niter value in the training options. So it ran but never saved! I had niter very low just as a quick PoC.