Upload config.json
Browse files- 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 |
+
}
|