-
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
KeyError: 'user/angle' #1103
Comments
This is my error. I just merged a change that renamed 'user/angle' to 'user/steering' as part of a larger change, forgetting that this would obsolete old data. I will work on a fix immediately. |
@Ahrovan I've made a change in this branch; https://github.com/autorope/donkeycar/tree/1104-fix-user-angle-in-deep-learning It will now again save steering data with the 'user/angle' label ratehr than 'user/steering' However this does not fix data that was saved with 'user/steering',but you say you have a work-around for data that was erroneously saved using 'user/steering':
Please give the branch a test and let me know here is this fixes the data recording issue. Thanks and sorry for the trouble. You will need to
|
See PR #1105 for a fix |
That PR merged. I've tested in by collecting data, training and driving on autopilot. |
Command :
donkey train --tub ./data --model ./models/mypilot.h5
ERROR :
2023-02-26 22:35:30.444913: W tensorflow/core/framework/op_kernel.cc:1755] Unknown: KeyError: 'user/angle'
How to solve:
all "user/steering" >> "user/angle"
Why occurred ? donkey car web controller saved all steering values as "user/angle" not "user/steering"
The text was updated successfully, but these errors were encountered: