Open khchoimokpo opened 7 years ago
varlist1 = list( set(weights.values() + biases.values()) - set(varlist2) ) TypeError: unsupported operand type(s) for +: 'dict_values' and 'dict_values'
@locchio check this thread https://github.com/hx173149/C3D-tensorflow/issues/47#issuecomment-374902497
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'