google-deepmind / kinetics-i3d

Convolutional neural network model for video classification trained on the Kinetics dataset.
Apache License 2.0
1.75k stars 462 forks source link

Dependencies #48

Open zwenaing opened 5 years ago

zwenaing commented 5 years ago

Hi, I am having difficulties running the code because of library issues. I am current using Tensorflow-gpu 0.11.0, Tensorflow-probability-gpu 0.4.0 and Sonnet 1.29. Can anybody help me with the combination of Tensorflow-gpu, Tensorflow-probability-gpu and Sonnet versions that work you when running the code? Thanks.

sakalig commented 5 years ago

Here's my combination of the above

dm-sonnet==1.29 numpy==1.16.2 tensorflow-gpu==1.12.0 tensorflow-probability-gpu==0.5.0rc0

NOTE: tensorflow/tensorflow-gpu versions depend on your version of CUDA and CuDnn and sometimes gcc (if you are compiling from the sources) My additional configs are: CUDA 9.0 with CuDnn 7.1.4.

Also, your post is vague. Please post detailed info ... like a dump / error