aladdinpersson / Machine-Learning-Collection

A resource for learning about Machine learning & Deep Learning
https://www.youtube.com/c/AladdinPersson
MIT License
7.69k stars 2.7k forks source link

Update tutorial7-indepth-functional.py #180

Open Opszalek opened 4 months ago

Opszalek commented 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.