如何在Windows中调试tensorflow应用程序

时间:2017-04-13 13:52:13

标签: python tensorflow

目前我正在使用“eclipse pydev”中的Tensorflow应用程序,我遇到了一个大问题。我无法正确调试我的应用程序,例如当我尝试知道我的应用程序是否加载了我的图像时:

filename_queue = tf.train.string_input_producer(
            tf.train.match_filenames_once(images_dataset_folder), shuffle = True)

我不知道怎么知道这条线是否正常工作,如果有人知道这件事,请告诉我

谢谢,

0 个答案:

没有答案