You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I want to convert mxnet model to pytorch. I've found out bad rename mappings in mxnet_parser.py, which is easily solved. However, it's not obvious how to make new rename functions to nodes with attributes. For example, BatchNorm mx attributes mapped to some different names, and it is not obvious at all how to map arguments for new ops. Where the mapping can be found?
The text was updated successfully, but these errors were encountered:
Hello. I want to convert mxnet model to pytorch. I've found out bad rename mappings in mxnet_parser.py, which is easily solved. However, it's not obvious how to make new rename functions to nodes with attributes. For example, BatchNorm mx attributes mapped to some different names, and it is not obvious at all how to map arguments for new ops. Where the mapping can be found?
The text was updated successfully, but these errors were encountered: