experiment_exists¶
- behavenet.fitting.utils.experiment_exists(hparams, which_version=False)[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)which_version (
bool, optional) –Trueto return version number
- Returns:
boolifwhich_version=Falsetuple(bool,int) ifwhich_version=True
- Return type:
variable