↓ 3 callersMethod__init__(self, n_in, n_out, n_hidden=(16, 16, 16), act=None, dropout=0)
downstream_tasks/property_estimation/baselines/modules.py:104
↓ 2 callersMethod__init__(self, scales=None, m=0.03, Q=20, bands=["g", "r", "z"])
astroclip/astrodino/data/augmentations.py:141
↓ 1 callersMethod__init__(
self,
center_crop: int = 144,
bands: List[str] = ["g", "r", "z"],
m: float =
astroclip/data/datamodule.py:50
↓ 1 callersMethod__init__(
self,
*,
split: "LegacySurvey.Split",
root: str,
extra: str = None,
astroclip/astrodino/data/dataset.py:36
↓ 1 callersMethod__init__(self, n_in, n_out, n_hidden=(16, 16, 16), act=None, dropout=0)
downstream_tasks/property_estimation/property_utils/models.py:78
↓ 1 callersFunction_make_sampler(
*,
dataset,
type: Optional[SamplerType] = None,
shuffle: bool = False,
seed: int = 0,
astroclip/astrodino/data/loaders.py:82
↓ 1 callersFunctiondecals_to_rgb(image, bands=["g", "r", "z"], scales=None, m=0.03, Q=20.0)
astroclip/astrodino/embed_legacysurvey/embed_legacysurvey.py:24
↓ 1 callersMethodlog_every(
self, iterable, print_freq, header=None, n_iterations=None, start_iteration=0
)
astroclip/astrodino/utils.py:80
↓ 1 callersFunctionrun_flow_for_model(
source: str,
train_path: str,
test_path: str,
num_ndes: int = 10,
max_hidden: int = 32,
downstream_tasks/property_estimation/posterior_estimation.py:231
↓ 1 callersFunctiontrain_baseline(
train_dataset: str,
test_dataset: str,
save_path: str,
modality: str,
model_name: str,
downstream_tasks/property_estimation/baselines/trainer.py:39
↓ 1 callersFunctiontrain_flow(
train_loader,
val_loader,
test_loader,
base_dist,
transform,
index,
num_epochs=1
downstream_tasks/property_estimation/posterior_estimation.py:142