hx173149 / C3D-tensorflow

C3D is a modified version of BVLC tensorflow to support 3D ConvNets.
MIT License
588 stars 262 forks source link

Error in using "train_c3d_ucf101.py " #35

Open khchoimokpo opened 7 years ago

johnpisces2 commented 6 years ago

I got the same problem!

Traceback (most recent call last): File "train_c3d_ucf101.py", line 261, in tf.app.run() File "/home/nv1/anaconda3/envs/tf12/lib/python3.5/site-packages/tensorflow/python/platform/app.py", line 48, in run _sys.exit(main(_sys.argv[:1] + flags_passthrough)) File "train_c3d_ucf101.py", line 258, in main run_training() File "train_c3d_ucf101.py", line 165, in run_training varlist1 = list( set(weights.values() + biases.values()) - set(varlist2) ) TypeError: unsupported operand type(s) for +: 'dict_values' and 'dict_values'

locchio commented 5 years ago

varlist1 = list( set(weights.values() + biases.values()) - set(varlist2) ) TypeError: unsupported operand type(s) for +: 'dict_values' and 'dict_values'

rocksyne commented 5 years ago

@locchio check this thread https://github.com/hx173149/C3D-tensorflow/issues/47#issuecomment-374902497