-
Notifications
You must be signed in to change notification settings - Fork 45.4k
Closed
Labels
type:bugBug in the codeBug in the code
Description
tensorflow/models/tutorial/image/cifar10/cifar10_eval.py
When I run cifar10_eval.py alongside the cifar10_train.py script in tensorflow 0.12, it crashes the main training script with the error:
Out of range: RandomShuffleQueue '_2_shuffle_batch/random_shuffle_queue' is closed and has insufficient elements (requested 128, current size 46)
It does this on both the gpu training code and the cpu code - but this doesn't happen using tensorflow 0.11. Any ideas?
Metadata
Metadata
Assignees
Labels
type:bugBug in the codeBug in the code