jakeret/tf_unet

Cannot access the folder of checkpoints to predict.

Branikas opened this issue · 0 comments

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.