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
Update config_mid.yaml
Browse files- config_mid.yaml +1 -4
config_mid.yaml
CHANGED
|
@@ -1,9 +1,6 @@
|
|
| 1 |
-
name: factorized_prior_l10
|
| 2 |
architecture: factorized_prior
|
| 3 |
modality: S2L2A
|
| 4 |
in_channels: 12
|
| 5 |
lmbda: 10.0
|
| 6 |
-
clip_max_norm: 1.0
|
| 7 |
N: 128
|
| 8 |
-
M: 128
|
| 9 |
-
V: 1
|
|
|
|
|
|
|
| 1 |
architecture: factorized_prior
|
| 2 |
modality: S2L2A
|
| 3 |
in_channels: 12
|
| 4 |
lmbda: 10.0
|
|
|
|
| 5 |
N: 128
|
| 6 |
+
M: 128
|
|
|