torch\_concepts.data.CelebADataModule ===================================== .. currentmodule:: torch_concepts.data .. autoclass:: CelebADataModule .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~CelebADataModule.__init__ ~CelebADataModule.from_datasets ~CelebADataModule.get_dataloader ~CelebADataModule.load_from_checkpoint ~CelebADataModule.load_state_dict ~CelebADataModule.on_after_batch_transfer ~CelebADataModule.on_before_batch_transfer ~CelebADataModule.on_exception ~CelebADataModule.predict_dataloader ~CelebADataModule.prepare_data ~CelebADataModule.remove_ignored_hparams ~CelebADataModule.save_hyperparameters ~CelebADataModule.setup ~CelebADataModule.state_dict ~CelebADataModule.teardown ~CelebADataModule.test_dataloader ~CelebADataModule.train_dataloader ~CelebADataModule.transfer_batch_to_device ~CelebADataModule.val_dataloader .. rubric:: Attributes .. autosummary:: ~CelebADataModule.CHECKPOINT_HYPER_PARAMS_KEY ~CelebADataModule.CHECKPOINT_HYPER_PARAMS_NAME ~CelebADataModule.CHECKPOINT_HYPER_PARAMS_TYPE ~CelebADataModule.backbone ~CelebADataModule.hparams ~CelebADataModule.hparams_initial ~CelebADataModule.n_samples ~CelebADataModule.name ~CelebADataModule.test_len ~CelebADataModule.testset ~CelebADataModule.train_len ~CelebADataModule.trainset ~CelebADataModule.val_len ~CelebADataModule.valset