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

Replace tf.mul and tf.initialize_all_variables #16

Open linrio opened 7 years ago

linrio commented 7 years ago
  1. Replacetf.mul by tf.multiply in Autopilot-TensorFlow/model.py: line 88.
  2. Replace tf.initialize_all_variables -> tf.global_variables_initializer in Autopilot-TensorFlow/tain.py: line 16.