keetsky commented on issue #12018: onnx converter error URL: https://github.com/apache/incubator-mxnet/issues/12018#issuecomment-525993323 If i let `mx.sym.BatchNorm(data=fc1, fix_gamma=True, eps=2e-5, momentum=bn_mom, name='bn3')` and save to onnx model,but when i load onnx mode ,find that mxnet default set fix_gamma to False in _op_translations.py ` # in test mode "fix_gamma" should be unset. new_attrs['fix_gamma'] = not attrs.get('is_test', 1)` ,so my predict results are diffrent, how to fix it?
---------------------------------------------------------------- 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
