Commit
·
af3ebd9
1
Parent(s):
0c3a3c6
Add model
Browse files- README.md +40 -0
- config.json +1 -0
- pytorch_model.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- nowcasting
|
| 5 |
+
- forecasting
|
| 6 |
+
- timeseries
|
| 7 |
+
- remote-sensing
|
| 8 |
+
- gan
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# DGMR
|
| 12 |
+
|
| 13 |
+
## Model description
|
| 14 |
+
|
| 15 |
+
[More information needed]
|
| 16 |
+
|
| 17 |
+
## Intended uses & limitations
|
| 18 |
+
|
| 19 |
+
[More information needed]
|
| 20 |
+
|
| 21 |
+
## How to use
|
| 22 |
+
|
| 23 |
+
[More information needed]
|
| 24 |
+
|
| 25 |
+
## Limitations and bias
|
| 26 |
+
|
| 27 |
+
[More information needed]
|
| 28 |
+
|
| 29 |
+
## Training data
|
| 30 |
+
|
| 31 |
+
[More information needed]
|
| 32 |
+
|
| 33 |
+
## Training procedure
|
| 34 |
+
|
| 35 |
+
[More information needed]
|
| 36 |
+
|
| 37 |
+
## Evaluation results
|
| 38 |
+
|
| 39 |
+
[More information needed]
|
| 40 |
+
|
config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"forecast_steps": 18, "input_channels": 1, "output_shape": 256, "gen_lr": 5e-05, "disc_lr": 0.0002, "visualize": false, "conv_type": "standard", "num_samples": 6, "grid_lambda": 20.0, "beta1": 0.0, "beta2": 0.999, "latent_channels": 768, "context_channels": 384}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a697f5683cd369672b1773a3669768c2398ec22e9b66d1a698a389137e5f7776
|
| 3 |
+
size 394354825
|