LossNAN / I3D-Tensorflow

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

About multi_gpu_train_kinetics_rgb.py #13

Open bhkim1020 opened 5 years ago

bhkim1020 commented 5 years ago

Hello, I downloaded your recent codes and I tried to use your multi_gpu_train_kinetics_rgb.py for multiple GPU.

I modified i3d_nonlocal to i3d and tried to train. However, I found error.

ValueError: Variable inception_i3d_1/Conv3d_1a_7x7/conv_3d/w does not exist, or was not created with tf.get_variable(). Did you mean to set reuse=None in varCcope?

Did you see that error message? I have not found a solution yet, and I would like to ask for advice if you know the solution.