SullyChen / Autopilot-TensorFlow

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

Question #26

Open borhanvasli opened 6 years ago

borhanvasli commented 6 years ago

This is not issue for your code, but more get help. when I run your code in tensor flow in works perfectly fine. when I use the exact same thing (data, load data ,..) beside the model in keras and I use model.fit or train_batch . However,i don't get the model trained well. since you are experienced I though you can help me with that.( I already implement my whole project in keras and after not getting the proper result after days or weeks i got to this issue) . any help is really appreciated. model.txt

SullyChen commented 6 years ago

Could I see the training command as well?

srhtucr commented 4 years ago

Same issue for me. @borhanvasli You solved ? First I tried the model but I failed then I changed some parameters but the results was smilar.

Figure_4 5 Figure_1 Figure_2 Figure_3