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

Training problem #120

Closed dxw1997 closed 5 years ago

dxw1997 commented 5 years ago

when i run this code on a gpu, it suddenly stopped after finishing an epoch.what's wrong? How can i make the model training continually?

dxw1997 commented 5 years ago

I know why it didn't work.Because my tensorflow's version is 1.15, and I need to change some realization.