liyaguang / DCRNN

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

a question on dcrnn_cell #29

Closed JWChen123 closed 5 years ago

JWChen123 commented 5 years ago

Hello, liyaguang! I just learned tensorflow recently. therefore i have insufficient knowledge. I want to ask that how the 'def__call(self,inputs,state,...)' function is called in dcrnn_cell.py, in other words, what are the values of inputs and state?
Hope your answer. thx