imatge-upc / activitynet-2016-cvprw

Tools to participate in the ActivityNet Challenge 2016 (NIPSW 2016)
https://imatge-upc.github.io/activitynet-2016-cvprw/
MIT License
195 stars 85 forks source link

What is error? #28

Open qingtianwu opened 5 years ago

qingtianwu commented 5 years ago

What is error?

Originally posted by @MuhammadAsadJaved in https://github.com/imatge-upc/activitynet-2016-cvprw/issues/27#issuecomment-471886071

1) My environment: my environment

Keras 1.0.2 numpy 1.11.2 or 1.16.2
jupyter 1.0.0
Theano 0.8.2
tensorflow-gpu 1.4.0
h5py 2.8.0
youtube-dl 2016.6.27

Cuda version 10.1.105 CUDNN version 7.5.0 NVIDIA-SMI 418.39

2) Errors:

Exception: ("We can't determine the cudnn version as it is not available", 'CUDA not available')

AttributeError: ('The following error happened while compiling the node', <theano.sandbox.cuda.DnnVersion object at 0x7eff3655c510>(), '\n', 'The following error happened while compiling the node', GpuCAReduce{add}{1}(<CudaNdarrayType(float32, vector)>), '\n', "'module' object has no attribute '_get_ndarray_c_version'")

I have listed the two bugs that I have recorded. And sorry for my pressing the "closed" button by mistakes.

MuhammadAsadJaved commented 5 years ago

sorry dear I can not help you with this problem. I am also facing some problems while running this project. I think we should ask about details system and libraries requirements.

MuhammadAsadJaved commented 5 years ago

@Nghingtim As I was also trying to run this project with CUDA 10 + cudNN 7.3 on RTX 2080 GPU, there was an error about Theano "this version of Theano is not compatible with cudnn version, degrade cudnn to version 5.0" . Now I am trying to use CUDA 8 + cudNN 5.0 but still not working. now I found the error same as you. Did you find any solutions?

qingtianwu commented 5 years ago

Sorry, I haven't find any solution now.


发件人: MuhammadAsadJaved notifications@github.com 发送时间: 2019年4月10日 11:23 收件人: imatge-upc/activitynet-2016-cvprw 抄送: Nghingtim; Mention 主题: Re: [imatge-upc/activitynet-2016-cvprw] What is error? (#28)

@Nghingtimhttps://github.com/Nghingtim As I was also trying to run this project with CUDA 10 + cudNN 7.3 on RTX 2080 GPU, there was an error about Theano "this version of Theano is not compatible with cudnn version, degrade cudnn to version 5.0" . Now I am trying to use CUDA 8 + cudNN 5.0 but still not working. now I found the error same as you. Did you find any solutions?

― You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/imatge-upc/activitynet-2016-cvprw/issues/28#issuecomment-481518367, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AjIY2_SfSs56-j4oSM0-CvRAY0Zuu3ZEks5vfVksgaJpZM4bzm3R.

MuhammadAsadJaved commented 5 years ago

@Nghingtim OK please let me know when you run it successfully . I will also inform you if I get ride of this error.

albertomontesg commented 5 years ago

Hi, I can not recall the exact versions of the CUDA/cudnn software used to run this. I only remember I used a Titan X to do the training. Take into account that this code was developed 3 years ago, so the software used was the latest version at that time. I am aware that with the fast evolution of the Deep Learning frameworks, this code right now is barely runnable. My recommendation is to try to get the weights and architecture and rebuild the same computational graph with a more recent framework like TensorFlow. Sorry I can not help you more with this.

MuhammadAsadJaved commented 5 years ago

OK. Thank you very much for your response. @albertomontesg