Framework Classe

Rappresenta le costanti per i tipi di framework supportati.

Le costanti del framework semplificano la distribuzione per alcuni framework diffusi. Usare le costanti del framework nella classe durante la Model registrazione o la ricerca di modelli.

Ereditarietà
builtins.object
Framework

Costruttore

Framework()

Attributi

CUSTOM

CUSTOM = 'Custom'

MULTI

MULTI = 'Multi'

ONNX

ONNX = 'Onnx'

PYTORCH

PYTORCH = 'PyTorch'

SCIKITLEARN

SCIKITLEARN = 'ScikitLearn'

TENSORFLOW

TENSORFLOW = 'TensorFlow'

TFKERAS

TFKERAS = 'TfKeras'