Now getting error:
AttributeError: ‘History’ object has no attribute 'tf
Not sure what I need to do
Please assist
using this code:
history = model.fit(x_train, y_train, epochs=10, callbacks=[callbacks]).tf.keras.callbacks.History
return history.epoch, history.history[‘acc’][-1]
END CODE HERE
return history.epoch, history.history[‘acc’][-1]