Instructions to use embed2scale/TerraCodec-1.0-FP-S2L2A with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TerraTorch
How to use embed2scale/TerraCodec-1.0-FP-S2L2A with TerraTorch:
from terratorch.registry import BACKBONE_REGISTRY model = BACKBONE_REGISTRY.build("embed2scale/TerraCodec-1.0-FP-S2L2A") - Notebooks
- Google Colab
- Kaggle
Create config_lambda-200.yaml
Browse files- config_lambda-200.yaml +6 -0
config_lambda-200.yaml
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
architecture: factorized_prior
|
| 2 |
+
modality: S2L2A
|
| 3 |
+
in_channels: 12
|
| 4 |
+
lmbda: 200.0
|
| 5 |
+
N: 192
|
| 6 |
+
M: 320
|