anirudhacharya commented on issue #13805: Not able to load float16 parameters with Block.load_parameters URL: https://github.com/apache/incubator-mxnet/issues/13805#issuecomment-452509337 This worked ```python new_net = MultiInputMnist() new_net.cast('float16') new_net.load_parameters("net.params", ctx=ctx) print(new_net.forward(inp1, inp2)) ``` Thanks @safrooze
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
