Open Opszalek opened 4 months ago
fixed an error ValueError: For a model with multiple outputs, when providing the metrics argument as a list, it should have as many entries as the model has outputs. Received: metrics=['accuracy'] of length 1 whereas the model has 2 outputs.
metrics
fixed an error ValueError: For a model with multiple outputs, when providing the
metrics
argument as a list, it should have as many entries as the model has outputs. Received: metrics=['accuracy'] of length 1 whereas the model has 2 outputs.