chrishkchris commented on issue #572: hotfix: cpp softmax not impl
URL: https://github.com/apache/singa/pull/572#issuecomment-573585580
 
 
   @dcslin  Another observation: in mnist_cnn.py, if I change 
softmax_cross_entropy instead of softmax + cross_entropy, it fails no matter 
what the axis is selected for SoftMax
   ```
   ubuntu@ip-172-31-26-47:~/singa/examples/autograd$ python3 mnist_cnn.py
   Starting Epoch 0:
   WARNING: Logging before InitGoogleLogging() is written to STDERR
   F0113 09:57:47.470569 14016 tensor_math_cpp.h:357] Check failed: a > 0.f (0 
vs. 0)
   *** Check failure stack trace: ***
   Aborted (core dumped)
   ```
   
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to