Machine-Learning-Collection
Machine-Learning-Collection copied to clipboard
Update tutorial7-indepth-functional.py
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.