jacobbieker
commited on
Commit
•
8a811fe
1
Parent(s):
a84db58
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:89e9b42bf63cb449d4d2274704e540e1a7c6d61aa264376fd6a7129db1444fe8
|
3 |
+
size 394355081
|