Instructions to use hwh-datascience/divae-tokenizer-rgb-448 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TerraTorch
How to use hwh-datascience/divae-tokenizer-rgb-448 with TerraTorch:
from terratorch.registry import BACKBONE_REGISTRY model = BACKBONE_REGISTRY.build("hwh-datascience/divae-tokenizer-rgb-448") - Notebooks
- Google Colab
- Kaggle
| { | |
| "model_type": "divae", | |
| "image_size": 448, | |
| "patch_size": 16, | |
| "n_channels": 3, | |
| "enc_type": "vit_b_enc", | |
| "dec_type": "unet_patched", | |
| "quant_type": "fsq", | |
| "codebook_size": "8-8-8-6-5", | |
| "latent_dim": 5, | |
| "commitment_weight": 1.0, | |
| "post_mlp": true, | |
| "norm_codes": true, | |
| "num_train_timesteps": 1000, | |
| "beta_schedule": "linear", | |
| "prediction_type": "sample", | |
| "zero_terminal_snr": true, | |
| "modality": "rgb", | |
| "normalization": { | |
| "kind": "standard", | |
| "clip_min": 0, | |
| "clip_max": 255, | |
| "mean": 127.5, | |
| "std": 127.5 | |
| }, | |
| "geospatial_window_px": 448, | |
| "token_grid_size": 28, | |
| "vocab_size": 15360, | |
| "align_with_pixel_size_m": 0.08 | |
| } | |