Tensorflow Taking Too Long To Read A Tfrecord File
I have tfrecord file that has five columns - context, context_len, utterance, uuterance_len and label. The source of the tfrecord file is the Ubuntu Dialog Corpus. Problem is that
Solution 1:
you need to start queue runners before the first run call
Post a Comment for "Tensorflow Taking Too Long To Read A Tfrecord File"