VeritasYin / STGCN_IJCAI-18

[IJCAI'18] Spatio-Temporal Graph Convolutional Networks
BSD 2-Clause "Simplified" License
1.01k stars 305 forks source link

TypeError: Fetch argument None has invalid type <class 'NoneType'> #63

Open qinwanxiang opened 1 year ago

qinwanxiang commented 1 year ago

请问有朋友在运行中报过这个错误吗:TypeError: Fetch argument None has invalid type <class 'NoneType'> 问题出在trainer.py中的81行:summary, _ = sess.run([merged, train_op], feed_dict={x: x_batch[:, 0:n_his + 1, :, :], keep_prob: 1.0}) 不知道怎么解决