yangkun1993

Results 1 comments of yangkun1993

大神能不能看一下这个错误是怎么回事/? 函数代码: ``` python def _generate_image_and_label_batch(image, label, min_queue_examples, batch_size, shuffle): num_preprocess_threads = 10 if shuffle: images, label_batch = tf.train.shuffle_batch( [image, label], batch_size = batch_size, num_threads = num_preprocess_threads, #capacity = min_queue_examples,...