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)
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