Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions on Pytorch Implementation of STDE #2

Open
maercaestro opened this issue Jan 21, 2025 · 1 comment
Open

Questions on Pytorch Implementation of STDE #2

maercaestro opened this issue Jan 21, 2025 · 1 comment

Comments

@maercaestro
Copy link

Hi,
Greetings from across the bridge (huhu)

First of all,
Congratulations on winning the NeurIPS award!! I've read your paper, and since I'm a beginner it's taken me more than a month to understand the paper. I'm still a long way behind on this, but I've tried to implement your paper in pytorch, with help from ChatGPT. I've been testing it on several PINN cases and it works fine.

The major difference is, since pytorch doesn't have random jets, I have to repeat the autograd call that treat each partial derivative in sequence. (to think of it, this might cause higher computational overhead).

But will there be any pytorch support in the future?

@zekun-shi
Copy link
Collaborator

Thanks for your interest in this work! For your question, supporting high-order forward AD is non-trivial, and I'm unsure whether the PyTorch team has this in their dev roadmap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants