Closed rhovey closed 3 years ago
I got that error when using tensorflow 1.x. tensorflow 2.2.0 doesn't give me that error.
Thanks for the tip, NevGithub0823!
Indeed, it was a mismatch of tensorflow. I had v2.1.0 on the host PC and v2.2.2 (released version) on the donkeycar. Once both were set to v2.2.1, training came off without a hitch.
Should I go back to 4.1?
Here is the 4.2 command I used from the docs:
donkey train --tub=.\\data --model=.\\models\\test.h5 --type=linear
The resulting error I get: