Built a groundwater prediction model on PhysicsNeMo, looking for feedback on the port #1789
Replies: 1 comment
-
|
Small follow-up: to make the "how do I use the framework more idiomatically" part concrete, I opened a tracking issue on my side with a proposed roadmap for deepening the integration: Right now the port is honest but container-level: the network is a real If anyone has done attribute-conditioned hypernetworks over a shared ODE this way, or can sanity-check that approach, I'd love the input. Happy to take contributions on the issue too. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I've been using PhysicsNeMo to build a model that predicts groundwater levels across a network of monitoring wells in Taiwan, and I wanted to share it here to get some feedback from people who know the framework better than I do.
The short version: instead of the usual approach where you calibrate a separate model for each well, I trained one physics-informed model across all of them at once, running on CUDA. Mixed precision training came out around 14x faster than CPU, which is what made it practical to iterate on.
Repo: https://github.com/Rekin226/HydroPhysicsAI
Live demo: https://huggingface.co/spaces/Rekin226/HydroPhysicsAI-demo
I'm still fairly new to PhysicsNeMo, so I'd really value some input:
Thanks for building this. It made porting the model a lot smoother than I expected.
Beta Was this translation helpful? Give feedback.
All reactions