ExperimentForm
A base class for all of Deci's model classes. A model stores data in constant fields, and let us manipulate the data in a more readable way.
Properties
Name | Type | Description | Notes |
---|---|---|---|
name | str | ||
model_name | str | [optional] | |
resume | bool | Resume the experiment `experiment_name` by uploading files to the existing experiment folder alongside any existing files. If `resume=False` - archive all previously existing `experiment_name` files. | [optional] [default to True] |