Experiment

Functions to define the experiemnt setup, logger, and save the parameters.

test_exp

 test_exp ()
/home/solstice/anaconda3/envs/ml/lib/python3.9/site-packages/fastcore/docscrape.py:225: UserWarning: Unknown section Arguments:
  else: warn(msg)

find_exps

 find_exps (path, params)

is_config_subset

 is_config_subset (truth, params)

setup_exp

 setup_exp (path, params, name=None)

save_exp_params

 save_exp_params (path, params, logger=None)

load_exp_params

 load_exp_params (path)
/home/solstice/anaconda3/envs/ml/lib/python3.9/site-packages/fastcore/docscrape.py:225: UserWarning: potentially wrong underline length... 
Returns: 
---------- in 
Returns:
----------...
  else: warn(msg)
/home/solstice/anaconda3/envs/ml/lib/python3.9/site-packages/fastcore/docscrape.py:225: UserWarning: Unknown section Returns:
  else: warn(msg)

gen_exp_name

 gen_exp_name (name=None)
/home/solstice/anaconda3/envs/ml/lib/python3.9/site-packages/fastcore/docscrape.py:225: UserWarning: potentially wrong underline length... 
Notes: 
---------- in 
Notes:
----------...
  else: warn(msg)
/home/solstice/anaconda3/envs/ml/lib/python3.9/site-packages/fastcore/docscrape.py:225: UserWarning: Unknown section Notes:
  else: warn(msg)

list_exps

 list_exps (path)

exp_param_filename

 exp_param_filename (path)

exp_log_filename

 exp_log_filename (path)

config_exp_logger

 config_exp_logger (path)