目录

because no supported kernel for GPU devices is

ValueError: Shape () must have rank at least 1

train_file_queue = tf.train.string_input_producer(train_table)
解决方案:
train_file_queue = tf.train.string_input_producer([train_table])