nswamy 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_r239678562
##########
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:
wondering why you changed the seed value here from 1988 to 1986, is there
any significance to this number?
----------------------------------------------------------------
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