richzhang / colorization

Automatic colorization using deep neural networks. "Colorful Image Colorization." In ECCV, 2016.
http://richzhang.github.io/colorization/
BSD 2-Clause "Simplified" License
3.34k stars 923 forks source link

Training not saving snapshots #54

Closed alwyz closed 5 years ago

alwyz commented 5 years ago

I hit around 10,000 iterations so far on a training project, but my snapshots folder train/colornet is empty. I have stopped training for the time being, Any idea why this might be happening? At first the script would not run unless i created and properly set permissions on those folders, and once I did it ran. So I know it looked for them. But it's not saving anything to them.

alwyz commented 5 years ago

I found it. Wasn't saving in the folder i was expecting it to. Thanks!