LossNAN / I3D-Tensorflow

Train I3D model on ucf101 or hmdb51 by tensorflow
Apache License 2.0
112 stars 28 forks source link

Hi,What is your environment? #8

Open Jiangchitang opened 5 years ago

Jiangchitang commented 5 years ago

Ubuntu 16.04? Python 2.7? CUDA8? CuDNN v6? Tensorflow 1.4.1?

LossNAN commented 5 years ago

@Jiangchitang Linux 342713e95710 4.4.0-138-generic #164-Ubuntu SMP Tue Oct 2 17:16:02 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux; python 2.7 CUDA Version 9.0.176

define CUDNN_MAJOR 7

define CUDNN_MINOR 2

define CUDNN_PATCHLEVEL 1

--

define CUDNN_VERSION (CUDNN_MAJOR 1000 + CUDNN_MINOR 100 + CUDNN_PATCHLEVEL)

Tensorflow 1.10.0

Jiangchitang commented 5 years ago

Thanks!