jacobbieker
commited on
Commit
•
957bc45
1
Parent(s):
bd97bbd
Add model
Browse files- config.json +1 -1
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"image_encoder": "downsampler", "input_channels": 12, "sat_channels": 12, "input_size": 256, "output_channels": 12, "kernel_size": 3, "num_layers": 1, "num_att_layers": 1, "forecast_steps": 48, "temporal_dropout": 0.2, "kwargs": {}, "hidden_dim": 64}
|
|
|
1 |
+
{"image_encoder": "downsampler", "input_channels": 12, "sat_channels": 12, "input_size": 256, "output_channels": 12, "kernel_size": 3, "num_layers": 1, "num_att_layers": 1, "forecast_steps": 48, "temporal_dropout": 0.2, "use_preprocessor": true, "kwargs": {}, "hidden_dim": 64}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca762d9c5bb6d030ad954b70e1ed24f2f42a8c4f017ff57e85cafd5fd9265c0e
|
3 |
+
size 9431850
|