flame.error¶
Exceptions
|
Raise if some error occurs from a CARE dataset |
|
Raise if some error occurs during CARE inference |
|
Raise if some error occurs when running command-line FLAME scripts |
|
Raise if some dtype could not be appropriate verified |
|
Raise if some error occurs during FLAME model evaluation |
|
Raise if some error occurs with input/output during FLAME/CARE |
|
Raise if the FLAME Image could not be initialized for any reason |
|
Raise if some error occurs during interfact with MLFlow in any FLAME dependency |
|
Raise if some error occurs when Python tries to interface with MATLAB |
|
Raise if the JSON corresponding to the FLAME Image cannot be found |
- exception flame.error.CAREDatasetError(message)[source]¶
Raise if some error occurs from a CARE dataset
- exception flame.error.CAREInferenceError(message)[source]¶
Raise if some error occurs during CARE inference
- exception flame.error.FLAMECmdError(message)[source]¶
Raise if some error occurs when running command-line FLAME scripts
- exception flame.error.FLAMEDtypeError(message)[source]¶
Raise if some dtype could not be appropriate verified
- exception flame.error.FLAMEEvalError(message)[source]¶
Raise if some error occurs during FLAME model evaluation
- exception flame.error.FLAMEIOError(message)[source]¶
Raise if some error occurs with input/output during FLAME/CARE
- exception flame.error.FLAMEImageError(message)[source]¶
Raise if the FLAME Image could not be initialized for any reason
- exception flame.error.FLAMEMLFlowError(message)[source]¶
Raise if some error occurs during interfact with MLFlow in any FLAME dependency