tf_unet icon indicating copy to clipboard operation
tf_unet copied to clipboard

change the .ckpt to .cpkt

Open YJonmo opened this issue 6 years ago • 2 comments

YJonmo avatar Aug 09 '18 23:08 YJonmo

What is the reason to change the spelling?

jakeret avatar Aug 10 '18 07:08 jakeret

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.

YJonmo avatar Aug 10 '18 10:08 YJonmo