tf_unet
tf_unet copied to clipboard
change the .ckpt to .cpkt
What is the reason to change the spelling?
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.