Lock Down Sample Configs #65
ci.yaml
on: pull_request
Annotations
2 errors
type-check:
luxonis_train/config/predefined_models/classification_model.py#L48
Expression of type "Literal['light']" cannot be assigned to parameter of type "VariantLiteral"
Type "Literal['light']" is not assignable to type "VariantLiteral"
"Literal['light']" is not assignable to type "Literal['lite']"
"Literal['light']" is not assignable to type "Literal['heavy']" (reportArgumentType)
|
type-check
1 error
|