aqibsaeed / Estimation-of-Remaining-Useful-Life-using-CNN

Convolutional Neural Network based regression approach for estimating machinery's remaining useful life
Apache License 2.0
132 stars 56 forks source link

input_height not defined #1

Closed thesillystudent closed 7 years ago

thesillystudent commented 7 years ago

X = tf.placeholder(tf.float32, shape=[None,input_height,input_width,num_channels]) Error when the program reaches here.

NameError: name 'input_height' is not defined

aqibsaeed commented 7 years ago

Fixed.