CyberZHG commented on a change in pull request #13557: Fix BatchNorm converter
for CoreML when fix_gamma=True
URL: https://github.com/apache/incubator-mxnet/pull/13557#discussion_r239679538
##########
File path: tools/coreml/test/test_mxnet_converter.py
##########
@@ -445,7 +445,7 @@ def test_tiny_conv_random_input_multi_filter(self):
self._test_mxnet_model(net, input_shape=input_shape, mode='random')
def test_conv_random(self):
- np.random.seed(1988)
+ np.random.seed(1986)
Review comment:
Because I wasn't able to pass the tests (`test_conv_random`,
`test_transpose`) before changing any code.
----------------------------------------------------------------
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