itijyou / ademxapp

Code for https://arxiv.org/abs/1611.10080

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compatibility with latest mxnet (0.9.3)

SoonminHwang opened this issue · comments

Hi,
Thanks for sharing your work.

I'm newbie about mxnet.
So I just follow the instruction from official mxnet repo. (Install 0.9.3)
But I guess your code is not compatible with mxnet 0.9.3.
With mxnet 0.9.3, runtime error occured at voc.py.
https://github.com/itijyou/ademxapp/blob/master/issegm/voc.py#L639

src/operator/./cudnnconvolution-inl.h:517: Check failed: cudnnFindConvolutionForwardAlgorithm(s->dnn_handle_, indesc_, filter_desc_, conv_desc_, out_desc_, kMaxAlgos, &nalgo, fwd_algo) == CUDNN_STATUS_SUCCESS (4 vs. 0)

And Installing mxnet 0.8 you used is not clear for me.
Could you give any comment?

Thanks in advance.

I have the same issue