You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My 'new-tf-api-python3-and-relative-paths' branch / PR hasn't fixed anything for the fully_convolutional_networks notebook and won't help you in this case.
It returned with an error...
ReadError: not a gzip file
Edit
It was my bonehead mistake. Dropbox did not allow to directly download and uncompress fcn_8s checkpoint files from the python codes. I manually downloaded the tarball and opened it inside the checkpoint directory.
Hi,
I clone the notebook files from your git site:
git clone https://github.com/de-code/tensorflow_notes.git
But when I run fully_convolutional_networks.ipynb, there's still an error:
......
I'm not sure if it because the code below, but I don't know where to download that check point file(model_fcn8s_final.ckpt):
fcn_16s_checkpoint_path = '/home1/data/xiaoren/tf-image-segmentation/ckpt/model_fcn8s_final.ckpt'
I really need your help. Thank you!
BTW, I've clone the tensorflow/models instead of from the author's site, because of version 1.0 problem.
The text was updated successfully, but these errors were encountered: