-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Training command Errors (TensorFlow/Python Incompatibility)? #1181
Comments
Can you please install the latest release, 5.1.0? Also, you have far too few data, try with around 1000 records and not 14. My suspicion is that there is a problem if you don't even have a single full sized batch in neither train nor validation set. |
Yes sir, going with your recommendation to install donkeycar v5.1.0 (which requires python
... a few errors but the training process completed (early due to "no improvment in validation loss" -- my bogus dataset ;), and everthing looks A-okay. I'll have to test with a real dataset of course, but at least the (compatibility) issues seem to have been fixed! Thank you sir. |
Hi!
image dataset, and it's quite lovely. The autopilot has completed several runs like a champ! I could swear I previously run into an issue (seemingly Python v3.11 related) with |
Ok, great. Thanks for confirming. The TF key error still is a bit concerning. We'll have an eye on it if that ever shows up again. |
Hello!
FWIW, this is truly a wonderful project!
Unfortunately, my limited skills can't even ### seem to get
donkey train --tub data
to work on Ubuntu 22.04 x86-64. The command also fails on RPi 4B bookworm but somehow works on the robocarstore RPi 4B pre-built-image @v5.0-dev3?For the PC installs, I followed the (variations of) instructions here, there, and there
I'm using the same exact dataset in all scenarios:
Ubuntu 22.04, x86-64 (w/ RTX 3070)
RPi 4B
donkey train --tub data
on the RPi 4B without any problems (Python 3.9.2)What's going on here?
Regards.
The text was updated successfully, but these errors were encountered: