Skip to content
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

error Traceback (most recent call last): File "train.py", line 160, in <module> graph_def.ParseFromString(fileContent) google.protobuf.message.DecodeError: Error parsing messag #13

Open
GANGREEK opened this issue Aug 13, 2017 · 2 comments

Comments

@GANGREEK
Copy link

Traceback (most recent call last):
File "train.py", line 160, in
graph_def.ParseFromString(fileContent)
google.protobuf.message.DecodeError: Error parsing messag

@martafd
Copy link

martafd commented Aug 30, 2017

@nandyadav

cd vgg/tensorflow-vgg16/
rm vgg16-20160129.tfmodel
wget https://github.com/pavelgonchar/colornet/raw/master/vgg/tensorflow-vgg16/vgg16-20160129.tfmodel

@RibbonsAlmark
Copy link

@nandyadav

cd vgg/tensorflow-vgg16/
rm vgg16-20160129.tfmodel
wget https://github.com/pavelgonchar/colornet/raw/master/vgg/tensorflow-vgg16/vgg16-20160129.tfmodel

thanks for your advice,it do fix this bug.but another error appear:

Traceback (most recent call last):
File "train.py", line 179, in
colorimage = input_pipeline(filenames, batch_size, num_epochs=num_epochs)
File "train.py", line 31, in input_pipeline
filenames, num_epochs=num_epochs, shuffle=False)
File "/root/anaconda3/envs/tensorflow/lib/python3.7/site-packages/tensorflow/python/util/deprecation.py", line 324, in new_func
return func(*args, **kwargs)
File "/root/anaconda3/envs/tensorflow/lib/python3.7/site-packages/tensorflow/python/training/input.py", line 259, in string_input_producer
raise ValueError(not_null_err)
ValueError: string_input_producer requires a non-null input tensor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants