Utilities
vessl.hp.update
To record hyperparameters in VESSL experiments, set vessl.hp
and update with vessl.hp.update
as follows.
Option 1: record hyperparameters with Python dictionary
Option 2: record hyperparameters with Python argparse module
Option 3: record hyperparameters with vessl.init()
vessl.init will have no effect in a VESSL-managed experiment.
You can pass hyperparameters as a parameter of init.
Or, you can call vessl.init()
first, set vessl.hp
, and call vessl.hp.update()
without any parameters.