Giter VIP home page Giter VIP logo

Comments (14)

xincoder avatar xincoder commented on August 22, 2024

@jmercat Thank you for your interest in our work.
Your simplification code is easier to understand and will be helpful to others.
Thanks.

from grip.

jmercat avatar jmercat commented on August 22, 2024

@xincoder I realize that I haven't thanked you for your great work and for sharing the code. So thanks a lot, I am grateful. I am working on an idea that might improve your model with minimal changes to it. I'll keep you informed.

from grip.

xincoder avatar xincoder commented on August 22, 2024

@jmercat Thank you very much. It makes my day.😄
I really hope to see that our work can inspire others in both academy and industry.

from grip.

tinmodeHuang avatar tinmodeHuang commented on August 22, 2024

hi! @xincoder ,could you tell me what tool you used to draw that algorithm architecture in the paper, thanks in advance!

from grip.

xincoder avatar xincoder commented on August 22, 2024

Hi @tinmodeHuang, thank you for your interest in our work.
Microsoft PowerPoint was used to draw the model architecture.

from grip.

tinmodeHuang avatar tinmodeHuang commented on August 22, 2024

Hi @tinmodeHuang, thank you for your interest in our work.
Microsoft PowerPoint was used to draw the model architecture.

well, I also wonder how to visualize prediction trajectories after I had a general knowlegde of dependency among all scripts and haven't found out dedicated utility to visualize it.

from grip.

xincoder avatar xincoder commented on August 22, 2024

Hi @tinmodeHuang, thank you for your interest in our work.
Microsoft PowerPoint was used to draw the model architecture.

well, I also wonder how to visualize prediction trajectories after I had a general knowlegde of dependency among all scripts and haven't found out dedicated utility to visualize it.

The visualized results reported in our paper were generated using Plotly. It is very easy to draw it using any library that you are familiar with, e.g., Matplotlib, etc.

from grip.

tinmodeHuang avatar tinmodeHuang commented on August 22, 2024

Hi @tinmodeHuang, thank you for your interest in our work.
Microsoft PowerPoint was used to draw the model architecture.

well, I also wonder how to visualize prediction trajectories after I had a general knowlegde of dependency among all scripts and haven't found out dedicated utility to visualize it.

The visualized results reported in our paper were generated using Plotly. It is very easy to draw it using any library that you are familiar with, e.g., Matplotlib, etc.

thanks for instant reply! I'm very new to Plotly-like library, if possible, are you willing to share your visualizing script with me? and then I can use it as introduction to relavent library

from grip.

tinmodeHuang avatar tinmodeHuang commented on August 22, 2024

@xincoder while I have taken an attempt to visualizing it, I agree with you, here I'm sorry for the thought of trying to get it without any efforts. By the way, I have confused about that you do the plane rotation transformation at a random angle in the script xin_feeder_baidu.py, is it to do so for add noise to improve robustness?

from grip.

xincoder avatar xincoder commented on August 22, 2024

@xincoder while I have taken an attempt to visualizing it, I agree with you, here I'm sorry for the thought of trying to get it without any efforts. By the way, I have confused about that you do the plane rotation transformation at a random angle in the script xin_feeder_baidu.py, is it to do so for add noise to improve robustness?

@tinmodeHuang , yes. The rotation is one kind of data augmentation during training. The benefit by doing so is reported in our GRIP++ paper (B12 VS B13 in Table3).

from grip.

tinmodeHuang avatar tinmodeHuang commented on August 22, 2024

@xincoder while I have taken an attempt to visualizing it, I agree with you, here I'm sorry for the thought of trying to get it without any efforts. By the way, I have confused about that you do the plane rotation transformation at a random angle in the script xin_feeder_baidu.py, is it to do so for add noise to improve robustness?

@tinmodeHuang , yes. The rotation is one kind of data augmentation during training. The benefit by doing so is reported in our GRIP++ paper (B12 VS B13 in Table3).

thanks for the reminder! well, would you or even people accept the interruption from questioners' appreciation? I have wondered so ever.

from grip.

xincoder avatar xincoder commented on August 22, 2024

@xincoder while I have taken an attempt to visualizing it, I agree with you, here I'm sorry for the thought of trying to get it without any efforts. By the way, I have confused about that you do the plane rotation transformation at a random angle in the script xin_feeder_baidu.py, is it to do so for add noise to improve robustness?

@tinmodeHuang , yes. The rotation is one kind of data augmentation during training. The benefit by doing so is reported in our GRIP++ paper (B12 VS B13 in Table3).

thanks for the reminder! well, would you or even people accept the interruption from questioners' appreciation? I have wondered so ever.

@tinmodeHuang ? Sorry, I did not get your point. Would you please provide more details about your question. Thanks.

from grip.

moriartyjack0520 avatar moriartyjack0520 commented on August 22, 2024
  # compute hop steps

@xincoder @jmercat Thanks you,your code is very helpful for me.
But I don't know the code to # compute hop steps is for what? What is max_hop mean? Could you help me, thanks!
# compute hop steps transfer_mat = [np.linalg.matrix_power(A, d) for d in range(self.max_hop + 1)]

from grip.

xincoder avatar xincoder commented on August 22, 2024

@moriartyjack0520 Thank you for your question. The hop is a concept of Graph theory. It counts how many paths from one node to others (of a certain length). The code you highlighted above is used to calculate it (by multiplying the "adjacency matrix" several times, this is a simple way to achieve this goal).

from grip.

Related Issues (20)

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.