peterdudfield
commited on
Commit
•
4ba55c0
1
Parent(s):
256219a
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 |
+
# FullModel
|
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 |
+
{"d_model": 256, "num_heads": 32, "dropout": 0.1, "share_weights_across_latent_transformer_layers": false, "num_latent_transformer_encoders": 8, "cheat": false, "num_5_min_history_timesteps_during_training": 4, "num_5_min_forecast_timesteps_during_training": 6, "num_gaussians": 4, "num_rnn_layers": 4}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a142fafd242049ff2ec2b3b130ce4a3c0149b8cda4f4e6c59233004efa03f6f
|
3 |
+
size 1466655679
|