unify.Experiment
class is a very simple convenience class for logging experiments.
It simply creates a parameter with the name "experiment"
,
and automatically increments the value as an ascending integer for each new experiment,
if an explicit name is not provided.
Expand
Expand
overwrite
argument.
For example, the following will overwrite the previous experiment.
Integers are interpreted as the experiment version,
and strings are interpreted as the experiment name.
refresh
button:
Expand