samskalicky commented on issue #15969: Partitioning Gluon HybridBlocks URL: https://github.com/apache/incubator-mxnet/pull/15969#issuecomment-581712652 @guanxinq I made some code refactors based on suggestions from @leezu most of it was just refactoring where params are initialized. But we did find that there is a difference between `params.get(name)` and `params[name]` that was also causing some confusion. But the new code should work now without catching any exceptions.
---------------------------------------------------------------- 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] With regards, Apache Git Services
