Graph-WaveNet icon indicating copy to clipboard operation
Graph-WaveNet copied to clipboard

graph wavenet

Results 26 Graph-WaveNet issues
Sort by recently updated
recently updated
newest added

The arg.save parameter will not been created successfully. Please open a branch so that I could fix it. Thanks

![image](https://user-images.githubusercontent.com/59414412/117131957-bd90fd80-add4-11eb-887f-a8e981f49542.png)

Traceback (most recent call last): File "test.py", line 111, in main() File "test.py", line 50, in main model.load_state_dict(torch.load(args.checkpoint)) File "/public/home/hpc0919170203/anaconda3/envs/GWN2/lib/python3.7/site-packages/torch/serialization.py", line 386, in load return _load(f, map_location, pickle_module, **pickle_load_args) File...

Hi, I have a question: we utilze GCN with A*X*W, but in your model.py, I find it become W*X*A, Why?

how to solve this question? AttributeError: 'gwnet' object has no attribute 'nodevec1' Thanks a lot!!!!

Thanks for your coding! I run the train.py and found this error. Who can help me ? Thanks

Hello, First, thank you for sharing the code! Where can we find the adj_mx.pkl for METR-LA? Thanks.

**Changes that improve performance to 3.00 - 3.02 test MAE**: * Learning Rate Decay (default =.97) * skip connection if `cat_feat_gc=True` * default nhid=40 (instead of 32) * default clip=3...

Hello! If I want the feature_dimension in the output of `gwnet` in `model.py` to be 2 (the default feature_dimension=1 in the source code), how should I modify the `gwnet` part?...