Due to new PyTorch updates the only way to proper handle weights and layer names at the same time - to use ONNX export.
From the next version of the converter, tracing module will be replaced. Hopefully it will open new features - converting modules such as ModuleList, converting recurrent networks and so on. Stay tuned.
Due to new PyTorch updates the only way to proper handle weights and layer names at the same time - to use ONNX export.
From the next version of the converter, tracing module will be replaced. Hopefully it will open new features - converting modules such as ModuleList, converting recurrent networks and so on. Stay tuned.
The new tracing module will be placed to the separated repository https://github.com/nerox8664/onnx2keras and used as a library after implementation.
Progress: