DCRNN_PyTorch icon indicating copy to clipboard operation
DCRNN_PyTorch copied to clipboard

Diffusion Convolutional Recurrent Neural Network Implementation in PyTorch

Results 14 DCRNN_PyTorch issues
Sort by recently updated
recently updated
newest added

Which part of the code actually help to generate those figure for the results section, any help please, how to generate plot.

I was wondering how you reversed the DCRNN normalization in [METRLADatasetLoader](https://pytorch-geometric-temporal.readthedocs.io/en/latest/_modules/torch_geometric_temporal/dataset/metr_la.html#METRLADatasetLoader) to plot the speed on the y-axis in your figures: https://github.com/chnsh/DCRNN_PyTorch/blob/d92490b808ba5c5be2f23d427d96e9a56b066d7f/README.md#pytorch-results I'm using the the following Pytorch notebook: https://colab.research.google.com/drive/132hNQ0voOtTVk3I4scbD3lgmPTQub0KR?usp=sharing#scrollTo=EzrkqXPxFwIx...

I tried to use dcrnnsupervise.evaulate() to calculate the test MAE but found that the results will be largely different when using different test batch sizes. Later I found that the...

May I ask where the result diagram of your program is drawn?Seems not to see the corresponding code, run your program only a few lines of data out。

Hello, firstly I would like to thank you for the implementation. I've been trying to use your implementation and I've noticed a big difference, during training when evaluating (fx every...

Hi, thank you for sharing the pytorch code. Is it possible to release the implementation details of Figure 9? Thank you

I'm confused with speed data while some of them are negative.

There is a lot of missing data (those with value 0) in both datasets (METR-LA and PEMS-BAY). Did you adopt any interplolation approach (such as linear interplolation) to fill in...

Could you tell me why there must be a call "_setup_graph()" before load this model. I am a pytorch beginner and hope to get your answers. The code is here:...

Hi, many thanks for converting the tensorflow implementation of DCRNN to pytorch, it helped me a lot. I noticed that when resuming a model, the learning-rate scheduling is being reset....