haojin2 commented on a change in pull request #11873: [MXNET-582] Fix flaky
test test_operator_gpu.test_batchnorm_with_type (follow-up)
URL: https://github.com/apache/incubator-mxnet/pull/11873#discussion_r205196405
##########
File path: tests/python/gpu/test_operator_gpu.py
##########
@@ -290,12 +289,12 @@ def test_batchnorm_with_type():
]
ctx_list_v2_3D = [
- {'ctx': mx.cpu(0), 'norm_data': (4, 2, 3, 5, 5), 'type_dict':
{'norm_data': np.float16}},
- {'ctx': mx.cpu(0), 'norm_data': (4, 2, 3, 5, 5), 'type_dict':
{'norm_data': np.float32}},
- {'ctx': mx.cpu(0), 'norm_data': (4, 2, 3, 5, 5), 'type_dict':
{'norm_data': np.float64}},
- {'ctx': mx.gpu(0), 'norm_data': (4, 2, 3, 5, 5), 'type_dict':
{'norm_data': np.float16}},
- {'ctx': mx.gpu(0), 'norm_data': (4, 2, 3, 5, 5), 'type_dict':
{'norm_data': np.float32}},
- {'ctx': mx.gpu(0), 'norm_data': (4, 2, 3, 5, 5), 'type_dict':
{'norm_data': np.float64}}
+ {'ctx': mx.cpu(0), 'norm_data': (3, 2, 3, 2, 3), 'type_dict':
{'norm_data': np.float16}},
+ {'ctx': mx.cpu(0), 'norm_data': (3, 2, 3, 2, 3), 'type_dict':
{'norm_data': np.float32}},
+ {'ctx': mx.cpu(0), 'norm_data': (3, 2, 3, 2, 3), 'type_dict':
{'norm_data': np.float64}},
+ {'ctx': mx.gpu(0), 'norm_data': (3, 2, 3, 2, 3), 'type_dict':
{'norm_data': np.float16}},
+ {'ctx': mx.gpu(0), 'norm_data': (3, 2, 3, 2, 3), 'type_dict':
{'norm_data': np.float32}},
+ {'ctx': mx.gpu(0), 'norm_data': (3, 2, 3, 2, 3), 'type_dict':
{'norm_data': np.float64}}
Review comment:
Why are we reducing the sizes further here?
----------------------------------------------------------------
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