DrSleep / tensorflow-deeplab-resnet

DeepLab-ResNet rebuilt in TensorFlow
MIT License
1.25k stars 429 forks source link

Resume my training #94

Closed mokii closed 7 years ago

mokii commented 7 years ago

My training breaks up and I want to resume my training, but find three kind of .ckpt file, .meta file, .index file or the data-00000-of-00001 file.Which one should I restore from? I restore the data-00000-of-00001 file, but got Data loss error. what should I do?

DrSleep commented 7 years ago

How do you restore exactly? If you provide a path like this /mypath/myfilename.ckpt-data00000 this will give you an error. You should use /mypath/myfilename.ckpt instead.

Refer to this issue for more details