masahi opened a new pull request #9015: URL: https://github.com/apache/tvm/pull/9015
Fix https://github.com/apache/tvm/issues/8994 Parameter names like `%features.1.conv.1_bias` that come from PT cannot be parsed correctly, since the parser cannot distinguish it from tuple element access like `x.1`. Added an option to convert such name to `%features_1_conv_1_bias` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
