Add model
Browse files- README.md +36 -0
- config.json +1 -0
- pytorch_model.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- satflow
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# Model Card for MetNet
|
| 8 |
+
|
| 9 |
+
## Model description
|
| 10 |
+
|
| 11 |
+
[More information needed]
|
| 12 |
+
|
| 13 |
+
## Intended uses & limitations
|
| 14 |
+
|
| 15 |
+
[More information needed]
|
| 16 |
+
|
| 17 |
+
## How to use
|
| 18 |
+
|
| 19 |
+
[More information needed]
|
| 20 |
+
|
| 21 |
+
## Limitations and bias
|
| 22 |
+
|
| 23 |
+
[More information needed]
|
| 24 |
+
|
| 25 |
+
## Training data
|
| 26 |
+
|
| 27 |
+
[More information needed]
|
| 28 |
+
|
| 29 |
+
## Training procedure
|
| 30 |
+
|
| 31 |
+
[More information needed]
|
| 32 |
+
|
| 33 |
+
## Evaluation results
|
| 34 |
+
|
| 35 |
+
[More information needed]
|
| 36 |
+
|
config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"input_channels": 17, "sat_channels": 13, "input_size": 64, "hidden_dim": 32, "output_channels": 1, "forecast_steps": 24}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1dcedb7184f3423c8375c4f4aedf5b716ed579aa1a4a14b8dad73d9a8da13dbe
|
| 3 |
+
size 8010736
|