haojin2 commented on issue #12306: SoftMin Operator
URL: https://github.com/apache/incubator-mxnet/pull/12306#issuecomment-415313911
 
 
   The original softmax was not affected, tested with 10000 trials on both CPU 
& GPU:
   ```
   MXNET_TEST_COUNT=10000 nosetests -s --verbose 
tests/python/unittest/test_operator.py:test_new_softmax
   [INFO] Setting module np/mx/python random seeds, use 
MXNET_MODULE_SEED=2100317665 to reproduce.
   test_operator.test_new_softmax ... ok
   
   ----------------------------------------------------------------------
   Ran 1 test in 669.569s
   
   OK
   ```
   ```
   MXNET_TEST_COUNT=10000 nosetests -s --verbose 
tests/python/gpu/test_operator_gpu.py:test_new_softmax
   [INFO] Setting module np/mx/python random seeds, use 
MXNET_MODULE_SEED=975663239 to reproduce.
   test_operator_gpu.test_new_softmax ... ok
   
   ----------------------------------------------------------------------
   Ran 1 test in 900.629s
   
   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