Error in trying to fit the model




When I try to fit the model I get a long error, but it seems like the relevant info is the last
“UNIMPLEMENTED: Cast string to float is not supported”

If I comment out the model.fit, but leave model.compile, that works fine. Not sure where the mistake is (My guess is something I did in the model definition, but I can’t tell for sure)

I found the error, I forgot to include the dtype for the input layer.

1 Like