liyaguang / DCRNN

Implementation of Diffusion Convolutional Recurrent Neural Network in Tensorflow
MIT License
1.19k stars 394 forks source link

Errors may have originated from an input operation. #62

Closed wangchaowei666 closed 3 years ago

wangchaowei666 commented 3 years ago

Errors may have originated from an input operation. Input Source operations connected to node Train/DCRNN/DCRNN_SEQ/rnn/rnn/multi_rnn_cell/cell_1_9/dcgru_cell/gates/gates/concat_3: Train/DCRNN/DCRNN_SEQ/rnn/rnn/multi_rnn_cell/cell_1_9/dcgru_cell/gates/gates/ExpandDims_3 (defined at D:\code\DCRNN-master\model\dcrnn_cell.py:114)

liyaguang commented 3 years ago

Can you provide additional information for debugging purpose? E.g., python environments, configs, dataset used etc.

Besides, you may try to have a fresh copy of the data in a new virtual env (e.g., using conda), and see if the error still persist.