-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
demo - error #10
Comments
Hi, have you
|
yes, but then i understand that i need to copy the files and not the directory
the train is working ,so it is a problem? |
Hi, @phexic , have you updated your mxnet? |
Before copy files in fcis. mxnet runs successfully. but mxnet cannot run well while recompiling mxnet with new files copied from fcis. |
@phexic I followed the method of @oneOfThePeople , it worked fluently. |
@wangg12 thank for your help. however, i met the problem in recompiling mxnet and i am trying to find the causes. |
@phexic Have you located your compile error? Did you do |
@phexic Perhaps you have to git clone the original mxnet by
|
@wangg12 I am very appreciate for your suggestions and i will try git clone mxnet --recursive again. |
@phexic Do you have more detailed error message? |
Hi. I have the same error. But I did copy those files(not directory) to
|
@wangg12 Error occurs reading network parameters and no more detailed information. |
I managed to resolve OP's problem by first copying over the operators, then recompiling mxnet as well as the python bindings. For the convolution not supported by cudnn problem, it may help to make sure you have the correct/appropriate version of cudnn installed. If not, reinstall and recompile mxnet. |
@realwecan I'm using CUDA-7.5 and cudnn 5.0, but I cannot use cudnn for convolution.... I don't know which version of cudnn should I use.... |
Hi, I followed the method of @liyi14, but it still didn't work, I copied the file to File "./fcis/demo.py", line 43, in main Could anyone help me ? Thanks. |
@oneOfThePeople @dpengwen @phexic @yelantingfeng @wangg12 Hi, I followed the mxnet installation and build mxnet from source, first I got this error:
and I've done this manually |
@realwecan hi, I run |
problem above has been solved, new error: |
@lc8631058 Hi, how did you solve the problem? I tried all the suggested solutions here, but I still get this error: Thanks in advance. |
@Michiemi Hi, I just followed this reply: make sure you have compiled MXNET by yourself (not from pip), and copied these files before the MXNET compilation. For example: Clone FCIS and MXNET repos as described in readme and this guide from mxnet, it teaches you how to build from scratch and how to make python binding |
If you have time, please help me with this question. Thank you! Traceback (most recent call last): |
hi , have you solved the problem? Traceback (most recent call last): |
@oneOfThePeople @liyi14 @phexic @wangg12 @yelantingfeng i think it need gpu_nms, how can i deal with this error? |
@Michiemi Hi, just a suggestion. After recompiling mxnet, you should also rebuild the python binding. But before you rebuild it, you'd better delete the previously built mxnet .egg file in the python site-packages (or dist-packages). Then you just rebuild the python binding: sudo python setup.py install |
@lc8631058 hello, I wanna know have you solved the error |
@yangyu12 It is because dilated conv is not supported by your current cudnn and mxnet uses its own implementation. You can ignore this problem or you can kill this warning by commenting this line |
@wangg12 thx for help |
I am running demo.py, and has a problem: Traceback (most recent call last): so how could I do, please help me, thank you very much!!! |
I am running demo.py, and has a problem: what can i do ?please help me ,thx very much |
hi, i run
python ./fcis/demo.py
and get this errorTraceback (most recent call last):
File "./fcis/demo.py", line 147, in
main()
File "./fcis/demo.py", line 43, in main
sym = sym_instance.get_symbol(config, is_train=False)
File "/home/boston_lea/AutoMap/FCIS/fcis/symbols/resnet_v1_101_fcis.py", line 799, in get_symbol
psroipool_cls_seg = mx.contrib.sym.PSROIPooling(name='psroipool_cls_seg', data=fcis_cls_seg, rois=rois,
AttributeError: 'module' object has no attribute 'PSROIPooling'
any idea?
The text was updated successfully, but these errors were encountered: