SullyChen / Autopilot-TensorFlow

A TensorFlow implementation of this Nvidia paper: https://arxiv.org/pdf/1604.07316.pdf with some changes
MIT License
1.27k stars 428 forks source link

Pointer Update #34

Closed MayukhSobo closed 5 years ago

MayukhSobo commented 5 years ago

After the first epoch, the train and the validation pointer is updated to maximum and hence to reinitialise the pointers are needed for next epoch. Am I missing something here?

alaa2020osama commented 4 years ago

I think that you are right and we should initialize them .. shouldn't we??