tkonolige commented on pull request #7939: URL: https://github.com/apache/tvm/pull/7939#issuecomment-831351159
The issue is that `load_param_dict` returns a `Map` which does not support mutation from python. I better fix may be to switch `load_param_dict` to returning a `dict` or allow mutation of `Map` from python. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
