In Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and… course I am trying to complete the week 2 lab which is about callbacks in training a model.
when I run hist = train_mnist(x_train, y_train) command , the following error is shown:
AttributeError: ‘myCallback’ object has no attribute ‘set_model’
Can anybody help me?