Giter Site home page Giter Site logo

wengwenchao123 / ddgcrn Goto Github PK

View Code? Open in Web Editor NEW
58.0 2.0 13.0 22.3 MB

[Pattern Recognition] Decomposition Dynamic Graph Conolutional Recurrent Network for Traffic Forecasting

Home Page: https://www.sciencedirect.com/science/article/pii/S0031320323003710

Python 100.00%
traffic-forecasting traffic-prediction spatio-temporal-prediction pytorch spatio-temporal-modeling traffic-flow-prediction

ddgcrn's People

Contributors

wengwenchao123 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ddgcrn's Issues

Missing argument "days_per_week" in Args

I have fixed the issue myself, but I wanted to remind that "days_per_week" is missing in line 103 of the file "lib/dataloader.py".
You may need to add the following in the "run.py" file so that the code can be run swiftly.
args.add_argument('--days_per_week', default=config['data']['days_per_week'], type=int)

Unable to obtain the desired pretrained weight

Hi :)
When running the code according to the author's instructions, the results from the table are not reproducible.
I would like to inquire if there is an issue with the code that might be causing this inconsistency.

Confusion about the code according to "Model Training" part

I'm confused about the code under the section "Model Training". I wonder if the right code should be "python run.py --dataset {DATASET_NAME} --mode {MODE_NAME}" instead of "python run.py --datasets {DATASET_NAME} --mode {MODE_NAME}". When using the code you provided, an error of "run.py: error: unrecognized arguments: --datasets PEMSD4" would occur.
I look forward to your reply.

Dataset normalization issue

Thanks for your good work. In the code, the raw data is normalized by the mean and std values calculated from the whole dataset. This can cause an information leakage from the testing part and may be unfair for other baselines. A better choice could be calculating the mean and std using only the training and validation parts.

Question about hyper-parameter settings

Thanks for your great work and the sharing of the code. I have been recently running the script but I found that some hyper-parameter settings are inconsistent with those specified in the paper. For instance, the epoch and learning rate for PEMSD8 is 300 and 0.003 respectively given in the configuration file, while they are specified as 100 and 0.03 in the paper. May I ask which one should we follow? Thank you.

Dataset

您好,请问本项目使用的数据集中“PEMS04.csv”文件中的“from,to,cost”分别代表什么意思呢?

想请教一个问题

image
AGCRN里反归一化的我看是label,这里反归一化是output 我不太明白区别在哪 或者是我代码看的不够仔细 希望得到您的帮助 您说后面两年发的顶会指的是哪一篇呢

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.