from_dir

classmethod Experiment.from_dir(exp_path)[source]

Initialise experiment from trained experiment in exp_path.

Changes init_with_weights to True and save_config to False

Parameters

exp_path (str) – path to experiment, relative to campa_config.EXPERIMENT_DIR

Return type

Experiment