-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError: Variable fcn_8s/vgg_16/conv1/conv1_1/weights already exists, disallowed #2
Comments
I got the same error. Does anyone know how to solve it? |
Thank you for your issue. I guess there might be two reasons for that:
Let me know if it helps |
Hi @warmspringwinds, I also followed the instructions on the repository and got an error. Is this global variable setup correct? I cloned tf-image-segmentation and models/slim into my workspace, then: sys.path.append("/Users/username/Desktop/FCN Segmentation/tf-image-segmentation/") fcn_16s_checkpoint_path = '/Users/username/Desktop/FCN Segmentation/FCN Checkpoints/model_fcn8s_final.ckpt' os.environ["CUDA_VISIBLE_DEVICES"] = '0' I am getting this error: Global variables are not pointing correctly the files fcn_8s.py, inference.py and pascal_voc.py. Hope you can review this problem I'm having. |
Hi,
|
Hi,@warmspringwinds. I get this error:"logits and labels must be same size: logits_size=[168960,2] labels_size=[187500,2]". Hope you can review this problem I'm having. |
@sharib-ms yes it a version problem:
All information is found: You can change it to tf.stack and it should work. |
maybe you ran the code once , try to restart the kernel,it would clear the weights you have set before |
Hi, @warmspringwinds ,
I followed the steps from README.md. And start to run the first cell from fully_convolutional_networks.ipynb . However I got the following ValueError, could you suggest me how to fix this error?
(my environment: TF 0.12.1, python 2.7.13)
The text was updated successfully, but these errors were encountered: