[GitHub] [incubator-mxnet] VoVAllen commented on issue #16099: [Bug] NDArray asscalar error after set npx.set_np()

2020-06-04 Thread GitBox
VoVAllen commented on issue #16099: URL: https://github.com/apache/incubator-mxnet/issues/16099#issuecomment-638802887 Thanks This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-mxnet] VoVAllen commented on issue #16099: [Bug] NDArray asscalar error after set npx.set_np()

2020-03-25 Thread GitBox
VoVAllen commented on issue #16099: [Bug] NDArray asscalar error after set npx.set_np() URL: https://github.com/apache/incubator-mxnet/issues/16099#issuecomment-603669698 Any update on this? This is an automated message

[GitHub] [incubator-mxnet] VoVAllen commented on issue #16099: [Bug] NDArray asscalar error after set npx.set_np()

2019-09-05 Thread GitBox
VoVAllen commented on issue #16099: [Bug] NDArray asscalar error after set npx.set_np() URL: https://github.com/apache/incubator-mxnet/issues/16099#issuecomment-528216667 It's from `assert a[0] == 1`, which calls `bool(a[0]==1)`, and would trigger the error.