jakeret / tf_unet

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

Cannot access the folder of checkpoints to predict. #285

Closed Branikas closed 4 years ago

Branikas commented 4 years ago

Hi guys, After training the model, I am trying to call the net.predict and pass the arguments of the path and the data. Every time i get an error like this: tensorflow.python.framework.errors_impl.DataLossError: Unable to open table file C:\Users...: Unknown: NewRandomAccessFile failed to Create/Open: C:\Users... : Access is denied. ; Input/output error

Any ideas? I am pretty sure I insert the path correct, judging by the other commands where I had to pass a path as argument.