Keras-Convolutional-Neural-Network-Python icon indicating copy to clipboard operation
Keras-Convolutional-Neural-Network-Python copied to clipboard

A guide to implementing a Convolutional Neural Network for Object Classification using Keras in Python

Results 1 Keras-Convolutional-Neural-Network-Python issues
Sort by recently updated
recently updated
newest added

313/313 [==============================] - 3s 8ms/step - loss: 1.3655 - accuracy: 0.5196 Traceback (most recent call last): File "C:\Users\xxxxx\Documents\Python\CNN\cnn.py", line 54, in print("Accuracy: &2.f%%" %(model.evaluate(X_test, y_test)[1]*100)) TypeError: not all arguments converted...