jakeret / tf_unet

Generic U-Net Tensorflow implementation for image segmentation
GNU General Public License v3.0
1.9k stars 748 forks source link

change the .ckpt to .cpkt #208

Open YJonmo opened 6 years ago

jakeret commented 6 years ago

What is the reason to change the spelling?

YJonmo commented 6 years ago

Please run the example you have (toy) and then you will see after training it saves it as model.cpkt in the folder. At the moment after training when you run this line "prediction = net.predict("./unet_trained/model.ckpt", x_test)" it gives error as it cannot find the model.ckpt.