luobao-intel commented on issue #12377: Flaky test: test_mkldnn.test_activation
URL: 
https://github.com/apache/incubator-mxnet/issues/12377#issuecomment-419944883
 
 
   sorry, I can't reproduce the same result with the same random seed 
XNET_TEST_SEED=304218922.
   In my trial, the test_activation is ok.
   The experiment is shown as follows:
   # experiment #
   ## command ##
   export MXNET_TEST_SEED=304218922
   python /usr/bin/nosetests tests/python/mkl/test_mkldnn.py:test_activation
   
   ## log ##
   [INFO] Setting test np/mx/python random seeds, use MXNET_TEST_SEED=304218922 
to reproduce.
   [22:51:22] src/operator/tensor/././../../common/utils.h:450:
   Storage type fallback detected:
   operator = Activation
   input storage types = [row_sparse, ]
   output storage types = [default, ]
   params = {"act_type" : relu, }
   context.dev_mask = cpu
   The operator with default storage type will be dispatched for execution. 
You're seeing this warning message because the operator above is unable to 
process the given ndarrays with specified storage types, context and parameter. 
Temporary dense ndarrays are generated in order to execute the operator. This 
does not affect the correctness of the programme. You can set environment 
variable MXNET_STORAGE_FALLBACK_LOG_VERBOSE to 0 to suppress this warning.
   
   Ran 1 test in 0.023s
   
   OK
   

----------------------------------------------------------------
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

Reply via email to