jacobbieker
commited on
Commit
·
c7566a2
1
Parent(s):
bf3ff79
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, "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}
|
|
|
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, "use_preprocessor": true, "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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a800df598b0110f32097ad315591dac766d1fe3d35b9a8add284306e7169fff
|
3 |
+
size 693934931
|