I was training the model and saved it, now I am trying to load but unable
to do. I have seen in previous post as well, but some reference links are
not working or some things I tried, still not able to solve the problem.
Traceback (most recent call last):
File "stylize.py", line 98, in <module>
main()
File "stylize.py", line 58, in main
graph_def.ParseFromString(f.read())
File "C:\Users\shubham\env\lib\site-packages\google\protobuf\message.py",
line 199, in ParseFromString
return self.MergeFromString(serialized)
File
"C:\Users\shubham\env\lib\site-packages\google\protobuf\internal\python_message.py",
line 1145, in MergeFromString
if self._InternalParse(serialized, 0, length) != length:
File
"C:\Users\shubham\env\lib\site-packages\google\protobuf\internal\python_message.py",
line 1198, in InternalParse
(data, new_pos) = decoder._DecodeUnknownField(
File
"C:\Users\shubham\env\lib\site-packages\google\protobuf\internal\decoder.py",
line 993, in _DecodeUnknownField
raise _DecodeError('Wrong wire type in tag.')
*google.protobuf.message.DecodeError: Wrong wire type in tag.*
--
You received this message because you are subscribed to the Google Groups
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/protobuf/c27d77f9-fcd3-4685-b4f5-96e04fe828acn%40googlegroups.com.