FRAME_FM package¶
Subpackages¶
- FRAME_FM.dataloaders package
- FRAME_FM.datasets package
- FRAME_FM.models package
- Submodules
- FRAME_FM.models.demo_autoencoder module
- FRAME_FM.models.convae module
- FRAME_FM.models.mmmae module
MultimodalMaskedAutoencoderMultimodalMaskedAutoencoder.configure_optimizers()MultimodalMaskedAutoencoder.forward()MultimodalMaskedAutoencoder.forward_decoder()MultimodalMaskedAutoencoder.forward_encoder()MultimodalMaskedAutoencoder.forward_loss()MultimodalMaskedAutoencoder.initialize_weights()MultimodalMaskedAutoencoder.input_embeddersMultimodalMaskedAutoencoder.random_masking()MultimodalMaskedAutoencoder.test_step_body()MultimodalMaskedAutoencoder.training_step_body()MultimodalMaskedAutoencoder.validation_step_body()
- Module contents
- FRAME_FM.training package
- FRAME_FM.transforms package
- FRAME_FM.utils package
Submodules¶
FRAME_FM.cli module¶
Click entrypoint.
- FRAME_FM.cli.check_configs_directory()[source]¶
Check if the configs directory exists, and warn the user if not.
- FRAME_FM.cli.check_torchx_config()[source]¶
Ensure .torchxconfig exists to avoid TorchX initialization errors.
- FRAME_FM.cli.display_contents_of_config_file(torchx_only: bool, config_file: str) None[source]¶
Display the contents of a config file.
- Parameters:
torchx_only – If True, only display the contents of the torchx config.
config_file – The file to search for within the config directory.
- FRAME_FM.cli.edit_config_file(config_file: str, key_value_pairs: str) None[source]¶
Edit the config file, raising errors if the format is incorrect, or the key is missing.
- FRAME_FM.cli.edit_torch_config_file(key_value_pairs: str) None[source]¶
Edit the key-value pairs within the torchxconfig TOML.
- Parameters:
key_value_pairs – String representations of keys and their new values to be edited.
- FRAME_FM.cli.get_hydra_cfg(overrides: tuple[str, ...])[source]¶
Safely compose Hydra config, clearing any existing global state first.
- FRAME_FM.cli.launch_torchx_job(cfg, platform_cfg, scheduler: str, overrides: tuple[str, ...])[source]¶
Dispatches the command to TorchX.