picEmily
Results
3
comments of
picEmily
prediction = net.predict(path, data) unet.error_rate(prediction, util.crop_to_shape(label, prediction.shape)) img = util.combine_img_prediction(data, label, prediction) util.save_image(img, "prediction.jpg") https://tf-unet.readthedocs.io/en/latest/usage.html
https://tf-unet.readthedocs.io/en/latest/usage.html
there is my install list: cuda 9.0 cudnn 7.1.3 tf 1.8.0 keras 2.0.8 python 2.7 everything is working well