nip.parameters.types.BaseRunType

Contents

nip.parameters.types.BaseRunType#

nip.parameters.types.BaseRunType#

Enum for how to base the current experiment on a previous W&B run.

Values#

none

Do not base the current experiment on a previous run.

parameters

Use the hyper-parameters of a previous run to initialize the current experiment.

rerun_tests

Rerun the tests of a previous run. The hyper-parameters controlling the tests can be different.

alias of Literal[‘none’, ‘parameters’, ‘rerun_tests’]