Skip to content

AutonacArchitecture

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
update_time datetime [optional]
creation_time datetime [optional]
id str [optional]
deleted bool [optional] [default to False]
workspace_id str
owner str
model_id str
name str
autonac bool [optional] [default to True]
colab_link str [optional]
delivery_state AutonacDeliveryState
deep_learning_task DeepLearningTask
source AutonacSource
architecture str
initial_raw_format bool [optional] [default to False]
initial_model_size float
initial_quantization_level QuantizationLevel
initial_input_dimensions list[object]
initial_accuracy_metrics list[AccuracyMetric]
initial_hyper_parameters list[HyperParameter]
initial_description str
initial_kpis list[KPI]
initial_optimization_state ModelOptimizationState
initial_baseline_model_id str
initial_primary_hardware HardwareType

[Back to Model list] [Back to API list] [Back to README]