EditModelForm
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 |
---|---|---|---|
description | str | [optional] | |
dl_task | DeepLearningTask | [optional] | |
primary_batch_size | BatchSize | [optional] | |
primary_hardware | HardwareType | [optional] | |
accuracy_metrics | list[AccuracyMetric] | [optional] | |
name | str | [optional] | |
owner | str | [optional] | |
input_dimensions | list[object] | [optional] | |
channel_first | bool | [optional] |