AlexandrParkhomenko commented on issue #19177:
URL:
https://github.com/apache/incubator-mxnet/issues/19177#issuecomment-770378826
> mx.npx.softmax
```
cd example/kaggle-ndsb1
python train_dsb.py
Traceback (most recent call last):
File "/p/mxnet-git/example/kaggle-ndsb1/train_dsb.py", line 64, in <module>
net = importlib.import_module('symbol_' +
args.network).get_symbol(args.num_classes)
File "/p/mxnet-git/example/kaggle-ndsb1/symbol_dsb.py", line 46, in
get_symbol
net = mx.npx.softmax(data=net, name='softmax')
File "<string>", line 56, in softmax
AssertionError: Argument data must have NDArray type, but got <Symbol
fullyconnected0>
```
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]