Skip to content
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

Received an empty batch. Batches should at least contain one item. #111

Open
Andrenyoto22 opened this issue Sep 9, 2019 · 0 comments
Open

Comments

@Andrenyoto22
Copy link

[Hi, currently i am doing some study base on your code. I do study on AutonomousDrivingCookbook
I tried to make the network so it can predict steering, throttle, and brake instead of just steering angle. I make some adjustment on data preparation so in can store image, steering, throttle, brake, and previous state.
I tried to train the network to predict steering, throttle and break. Training steering and throttle smoothly without error, but i got some error when training brake. I also tried using the original code only change steering to brake in training.ipynb and change data preparation to store image, brake, and prev state still got the same error. I dont know what cause that error since the number of train, eval, test, and batch size not change for

Here the screenshot of error i got
](url
asfa
)

I have some more question to ask

  1. Is modifying the code so it can predict steering, throttle, and brake are possible task to do ?
  2. If it was possible which one will you recomend me to do ? one is to make 1 network with 3 output or make 3 network with single output each and train separatedly ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant