jacobbieker
commited on
Commit
·
bf3ff79
1
Parent(s):
529ba46
Add model
Browse files- config.json +1 -0
- pytorch_model.bin +1 -1
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"image_encoder": "downsampler", "input_channels": 12, "input_size": 512, "lstm_channels": 128, "lead_time_features": 2048, "upsample_method": "interp", "num_upsampler_blocks": 2, "num_context_blocks": 3, "num_input_timesteps": 13, "encoder_dilations": [1, 2, 4, 8, 16, 32, 64, 128], "sat_channels": 12, "output_channels": 12, "center_crop_size": 128, "forecast_steps": 48, "kwargs": {}, "encoder_channels": 384, "kernel_size": 3, "upsampler_channels": 512}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 463758091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f1b3502df4983916fd0b944e124e0ea8518fdab1a039765a614a346a7cfcb173
|
3 |
size 463758091
|