Add model
Browse files- README.md +39 -0
- config.json +1 -0
- pytorch_model.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- satflow
|
| 5 |
+
- forecasting
|
| 6 |
+
- timeseries
|
| 7 |
+
- remote-sensing
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Perceiver
|
| 11 |
+
|
| 12 |
+
## Model description
|
| 13 |
+
|
| 14 |
+
[More information needed]
|
| 15 |
+
|
| 16 |
+
## Intended uses & limitations
|
| 17 |
+
|
| 18 |
+
[More information needed]
|
| 19 |
+
|
| 20 |
+
## How to use
|
| 21 |
+
|
| 22 |
+
[More information needed]
|
| 23 |
+
|
| 24 |
+
## Limitations and bias
|
| 25 |
+
|
| 26 |
+
[More information needed]
|
| 27 |
+
|
| 28 |
+
## Training data
|
| 29 |
+
|
| 30 |
+
[More information needed]
|
| 31 |
+
|
| 32 |
+
## Training procedure
|
| 33 |
+
|
| 34 |
+
[More information needed]
|
| 35 |
+
|
| 36 |
+
## Evaluation results
|
| 37 |
+
|
| 38 |
+
[More information needed]
|
| 39 |
+
|
config.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"input_channels": 17, "sat_channels": 13, "forecast_steps": 24, "input_size": 64, "lr": 0.0005, "visualize": true, "max_frequency": 4.0, "depth": 6, "num_latents": 256, "cross_heads": 1, "latent_heads": 8, "cross_dim_heads": 8, "latent_dim": 512, "weight_tie_layers": false, "decoder_ff": true, "dim": 32, "logits_dim": 100, "queries_dim": 32, "latent_dim_heads": 64, "loss": "mse", "sin_only": false, "encode_fourier": true, "preprocessor_type": null, "postprocessor_type": null, "encoder_kwargs": null, "decoder_kwargs": null, "pretrained": false}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e23e5aa8d75bd2d66c9e4ff0f0ae814f31949c762a4278eee9670b416dbe6b1
|
| 3 |
+
size 114264243
|