pipidog / keras_to_tensorflow

A tutorial on converting your keras models to tensorflow .pb format for inference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError: Extensions\

jhaggle opened this issue · comments

This does not work.
I want to use the code on my own model.
The function freeze sessions returns an object - the "frozen_graph" that only contains emty lists and dictionaries and "Extension" has the following value:
'Traceback (most recent call last):\n File "/home/johan/.vscode/extensions/ms-python.python-2020.6.89148/pythonFiles/lib/python/old_ptvsd/ptvsd/_vendored/pydevd/_pydevd_bundle/pydevd_resolver.py", line 214, in _get_py_dictionary\n attr = getattr(var, name)\nAttributeError: Extensions\n'

Furthermore, _options and serialized_options have the following value:
'Traceback (most recent call last):\n File "/home/johan/.vscode/extensions/ms-python.python-2020.6.89148/pythonFiles/lib/python/old_ptvsd/ptvsd/_vendored/pydevd/_pydevd_bundle/pydevd_resolver.py", line 214, in _get_py_dictionary\n attr = getattr(var, name)\nAttributeError: attribute '_serialized_options' of 'google.protobuf.pyext._message.MessageDescriptor' objects is not readable\n'

What is wrong?