shekkizh / FCN.tensorflow

Tensorflow implementation of Fully Convolutional Networks for Semantic Segmentation (http://fcn.berkeleyvision.org)
MIT License
1.25k stars 527 forks source link

How do you know you have finished training? #84

Closed WillSmisi closed 6 years ago

WillSmisi commented 6 years ago

Hi everyone,I,m new here,so my question maybe stupid. I trained the model several hours.And it print step :xxx train_loss:(1.~3.) So I use control +c to interrupt it.And use python "FCN.py" --mode=visualize to get the predict_pic.But the pic is black.So I guess I haven't finish my training.I just want to know how do i know i have finish my training?Is the train_loss stable between 1.x~3.x? Thanks in advance.

shekkizh commented 6 years ago

Closing due to inactivity