find_experiment

daart.io.find_experiment(hparams: dict, verbose: bool = False, keys_to_sweep: List[str] = []) List[str][source]

Search testtube versions to find if experiment with the same hyperparameters has been fit.

Parameters:
  • hparams (dict) – needs to contain enough information to specify a test tube experiment (model + training parameters)

  • verbose (bool) – True to print desired hparams

  • keys_to_sweep (list of strs) – these can be any value

Return type:

list