You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
model.fit(trainX, trainY, epochs=50, verbose=0, batch_size=batch_size), i get the error: TypeError: Input 'y' of 'Sub' Op has type float32 that does not match type int64 of argument 'x'.
How do I fix it?
The text was updated successfully, but these errors were encountered:
model.fit(trainX, trainY, epochs=50, verbose=0, batch_size=batch_size), i get the error: TypeError: Input 'y' of 'Sub' Op has type float32 that does not match type int64 of argument 'x'.
How do I fix it?
The text was updated successfully, but these errors were encountered: