I tried to use a ResNet in transfer learning. I properly resize the xtrain shape to (2400, 36, 6, 3). Then to feed it into the resnet i resize it  using the resizing layer  to 224, 224. 
Once i do the model.fit it gives me this error on the Callbacks line. 
Someone could tell me what it means? And maybe how to fix it?
Thank you