drift-net
joey6584 commited on
Commit
7aa68f4
·
verified ·
1 Parent(s): 4003690

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "drift-net",
3
+ "architectures": [
4
+ "DriftNet"
5
+ ],
6
+ "library_name": "pytorch",
7
+ "framework": "pytorch",
8
+ "task": "pde-operator-learning",
9
+ "domain": "scientific-machine-learning",
10
+ "paper_arxiv": "2509.24868",
11
+ "github_repo": "https://github.com/cruiseresearchgroup/DRIFT-Net",
12
+ "description": "DRIFT-Net: A Spectral-Coupled Neural Operator for PDEs Learning."
13
+ }