eric-haibin-lin commented on a change in pull request #14830: Use env var to
enforce safe accumulation in ReduceAxesCompute
URL: https://github.com/apache/incubator-mxnet/pull/14830#discussion_r284387822
##########
File path: ci/windows/test_py2_cpu.ps1
##########
@@ -27,3 +27,6 @@ C:\Python27\python.exe -m nose -v --with-timer --timer-ok 1
--timer-warning 15 -
if (! $?) { Throw ("Error running unittest") }
C:\Python27\python.exe -m nose -v --with-timer --timer-ok 1 --timer-warning 15
--timer-filter warning,error --with-xunit --xunit-file nosetests_train.xml
tests\python\train
if (! $?) { Throw ("Error running train tests") }
+$env:MXNET_SAFE_ACCUMULATION=1
Review comment:
Add a comment here on what was tried and why we test it this way
----------------------------------------------------------------
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