Try to remove the workers
argument from the fit()
function call in your code. Check the function signature for the correct arguments and modify accordingly. You can look into the official documentation of TensorFlow to check the correct usage of the fit()
function. https://www.tensorflow.org/guide/keras/customizing_what_happens_in_fit If you also need to know the basics of Tensorflow for deep learning, you can see here: https://www.theengineeringprojects.com/2022/12/basics-of-tensorflow-for-deep-learning.html