[GitHub] wkcn commented on issue #9920: Asynchronous Issue on CustomOP and mxnet.image.ImageDetIter

2018-08-24 Thread GitBox
wkcn commented on issue #9920: Asynchronous Issue on CustomOP and mxnet.image.ImageDetIter URL: https://github.com/apache/incubator-mxnet/issues/9920#issuecomment-415696993 @MinZhaoLin 诶?你用的MXNet版本是不是没有合并PR #10833呢? 你定义的Softmax层应该也可以用下面语句代替 ```python valid = (label == 0).sum() >

[GitHub] wkcn commented on issue #9920: Asynchronous Issue on CustomOP and mxnet.image.ImageDetIter

2018-08-23 Thread GitBox
wkcn commented on issue #9920: Asynchronous Issue on CustomOP and mxnet.image.ImageDetIter URL: https://github.com/apache/incubator-mxnet/issues/9920#issuecomment-415599500 @MinZhaoLin 你遇到的问题好像和这个issue不一样 metric里传入的pred_label是GPU数据,label是CPU数据

[GitHub] wkcn commented on issue #9920: Asynchronous Issue on CustomOP and mxnet.image.ImageDetIter

2018-05-15 Thread GitBox
wkcn commented on issue #9920: Asynchronous Issue on CustomOP and mxnet.image.ImageDetIter URL: https://github.com/apache/incubator-mxnet/issues/9920#issuecomment-389400228 @anirudh2290 Hi! The issue is fixed. Thank you!

[GitHub] wkcn commented on issue #9920: Asynchronous Issue on CustomOP and mxnet.image.ImageDetIter

2018-05-15 Thread GitBox
wkcn commented on issue #9920: Asynchronous Issue on CustomOP and mxnet.image.ImageDetIter URL: https://github.com/apache/incubator-mxnet/issues/9920#issuecomment-389400228 @anirudh2290 Thank you! I will check it. This

[GitHub] wkcn commented on issue #9920: Asynchronous Issue on CustomOP and mxnet.image.ImageDetIter

2018-04-20 Thread GitBox
wkcn commented on issue #9920: Asynchronous Issue on CustomOP and mxnet.image.ImageDetIter URL: https://github.com/apache/incubator-mxnet/issues/9920#issuecomment-383041481 @IrvingShu It seems that the data types of source ndarray and target ndarray are different. Could you upload