[GitHub] piiswrong commented on issue #10604: fix strip prefix in HybridBlock with parameter to control it.

2018-04-19 Thread GitBox
piiswrong commented on issue #10604: fix strip prefix in HybridBlock with parameter to control it. URL: https://github.com/apache/incubator-mxnet/pull/10604#issuecomment-382819817 Actually, if prefix is stripped, the exported symbol and parameters will have mismatching names. Since export

[GitHub] piiswrong commented on issue #10604: fix strip prefix in HybridBlock with parameter to control it.

2018-04-18 Thread GitBox
piiswrong commented on issue #10604: fix strip prefix in HybridBlock with parameter to control it. URL: https://github.com/apache/incubator-mxnet/pull/10604#issuecomment-382474076 You can use net.collect_params().load to load the exported network. strip_prefix should be False by