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

Upgrade #40

Closed maxmstrmn closed 4 years ago

maxmstrmn commented 5 years ago

How can we upgrade to tensorflow 2.0? E.g. placeholders are not supported anymore. The upgrade-script also fails and adds more compat.v1 code which we shouldn't use anymore.

SullyChen commented 4 years ago

I've upgraded the code to support TF 2.0, it should work now.