Giter Site home page Giter Site logo

st-gfsl's People

Contributors

robinlu1209 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

Watchers

 avatar  avatar  avatar

st-gfsl's Issues

Transfer the knowledge between graphs with different number of nodes?

Dear authors,

Firstly, I would like to express my gratitude for sharing the code for your wonderful work, which I find quite inspiring.

After thoroughly reading your paper, I have a question regarding the transfer of non-shared parameters to the target city with a graph of different numbers of nodes. While the paper explains the meta-knowledge and the Parameter Generation process in Section 4.2, I am still unclear about how the source and target nodes are aligned. For instance, how the meta-knowledge $Z^{MK} \in R^{N \times d_{MK}}$ can be transferred to the target city with a graph of $N'$ nodes?

I would be grateful if you could provide clarification on this matter.

Thank you in advance for your time and assistance.

Best regards,
Jingwei

Why is it necessary to load "shenzhen" state dict for GWN?

Dear authors,

I followed your code and run it with graph-wavenet. In the file maml.py, I saw

        if self.model_name == 'GWN':
            maml_model = MetaGWN(self.model_args, self.task_args)
            maml_model.load_state_dict(torch.load('shenzhen_gwn_model.pkl'))
            print("model load successfully.")
            maml_model = maml_model.cuda()

I wonder why is it necessary to load the state dict, especially for GWN model?

关于maml.py中第149行

作者您好,有些元学习训练时的疑惑,采用deepcopy不会导致优化器没办法优化嘛

Why add target dataset when construct the dataset?

Hello author, thank you for your excellent work. I've been studying your work recently and I've run into some problems that I hope you can help me with. As I said in the title, why in the Meta-Train stage, when constructing the dataset, do you add the target data?
截屏2022-09-01 22 40 42
After doing this, when Meta-train reads the data, the target data will be randomly obtained, as follows:
截屏2022-09-01 22 43 20
I think it leads to the leakage of information of target data.
Is my point correct? Or maybe I'm missing something and misunderstood your approach. Looking forward to your answer, thank you very much.

What are the meanings represented by the 2 feature dimensions in the dataset

Hello author, in your public dataset, the feature dimension of each node in each dataset is 2. It can be seen that the 0th dimension represents speed, so what data does the 1st dimension represent? Its range of values is [0,1.] .
When predicting, only the speed was predicted, without considering dimension 1.

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.