issues
search
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
Replace tf.mul and tf.initialize_all_variables
#16
Open
linrio
opened
7 years ago
linrio
commented
7 years ago
Replace
tf.mul
by
tf.multiply
in Autopilot-TensorFlow/model.py: line 88.
Replace tf.initialize_all_variables -> tf.global_variables_initializer in Autopilot-TensorFlow/tain.py: line 16.
tf.mul
bytf.multiply
in Autopilot-TensorFlow/model.py: line 88.