Last answered:

19 Jul 2021

Posted on:

13 Jul 2021

0

Resolved: CNN - Error while running the model.fit()

hello, after creating the CNN model as per lecture, i received the below error when running the model.fit() :

ValueError: Unknown metric function: accuray. Please ensure this object is passed to the `custom_objects` argument.
1 answers ( 1 marked as helpful)
Instructor
Posted on:

19 Jul 2021

2

Hi,

From the error trace the unrecognized metric is "accuray", without the last 'c'. It seems you misspelled the word and that's what's causing the error.

Best,
365 Team

Submit an answer