nip.base_run

nip.base_run#

Utilities for basing the current experiment on a previous W&B run.

The hyper-parameters and/or log statistics of a previous run can be used to initialize the current experiment.

This module contains a function which loads the previous run and creates a new hyper-parameters object with the hyper-parameters of the previous run. If the hyper-parameters come from an older version of the package, it will attempt to convert them to be compatible.

Functions

get_base_wandb_run_and_new_hyper_params(...)

Get the base W&B run and create a new hyper-parameters object.