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
We found the code about the autonomous driving indoor which is very useful for us. We appreciate it.
However, we found that in the car_model.py, the type of y_ is a [none, 1] tensor. While the label (y) should be a 2-dimentional array which includes throttle and steering. So could you explain us how to get the throttle and steering at the same time when doing the inference use the model?
Thanks a lot.
Best.
The text was updated successfully, but these errors were encountered:
Hi,
We found the code about the autonomous driving indoor which is very useful for us. We appreciate it.
However, we found that in the car_model.py, the type of y_ is a [none, 1] tensor. While the label (y) should be a 2-dimentional array which includes throttle and steering. So could you explain us how to get the throttle and steering at the same time when doing the inference use the model?
Thanks a lot.
Best.
The text was updated successfully, but these errors were encountered: