Thomas
Thomas
Do you have an idea what's necessary to support this? Changing the parser? Or are the keras layer converters not used at all for converting tf 2.2 models?
Something similar is happening for me: ``` /home/user/workspace/.venvs/xflow/lib/python3.8/site-packages/tensorflow_io/python/ops/__init__.py:98: UserWarning: unable to load libtensorflow_io_plugins.so: unable to open file: libtensorflow_io_plugins.so, from paths: ['/home/user/workspace/.venvs/xflow/lib/python3.8/site-packages/tensorflow_io/python/ops/libtensorflow_io_plugins.so'] caused by: ['/home/user/workspace/.venvs/xflow/lib/python3.8/site-packages/tensorflow_io/python/ops/libtensorflow_io_plugins.so: undefined symbol: _ZN3tsl5mutexC1Ev'] warnings.warn(f"unable to load...