Determine optimal tsconfig, update example configs to inherit from the optimized top level tsconfig (breaking changes) #7126
Annotations
10 errors
Run tests
Class 'LayersModel' incorrectly implements interface 'InferenceModel'.
|
Run tests
Property 'input_shape' of type 'Shape | undefined' is not assignable to 'string' index type 'PyJsonValue'.
|
Run tests
Property 'batch_input_shape' of type 'Shape | undefined' is not assignable to 'string' index type 'PyJsonValue'.
|
Run tests
Property 'batch_size' of type 'number | undefined' is not assignable to 'string' index type 'PyJsonValue'.
|
Run tests
Property 'dtype' of type 'keyof DataTypeMap | undefined' is not assignable to 'string' index type 'PyJsonValue'.
|
Run tests
Property 'name' of type 'string | undefined' is not assignable to 'string' index type 'PyJsonValue'.
|
Run tests
Property 'trainable' of type 'boolean | undefined' is not assignable to 'string' index type 'PyJsonValue'.
|
Run tests
Property 'input_dtype' of type 'keyof DataTypeMap | undefined' is not assignable to 'string' index type 'PyJsonValue'.
|
Run tests
Property 'inbound_nodes' of type 'NodeConfig[] | undefined' is not assignable to 'string' index type 'PyJsonValue'.
|
Run tests
Property 'metrics' of type 'string[] | { [key: string]: string; } | undefined' is not assignable to 'string' index type 'PyJsonValue'.
|
Loading