Fix CI hang

guochaorong-patch-1
yuyang18 7 years ago
parent 50eaa027c7
commit 10b3cbfb8d
No known key found for this signature in database
GPG Key ID: 6DFF29878217BE5F

@ -56,7 +56,8 @@ def simple_fc_net(in_size,
capacity=queue_capacity,
shapes=[[-1, in_size], [-1, 1]],
lod_levels=[0, 0],
dtypes=['float32', 'int64'])
dtypes=['float32', 'int64'],
use_double_buffer=False)
feed_queue = reader.queue
reader = fluid.layers.batch(reader, batch_size=batch_size)
if use_double_buffer:

Loading…
Cancel
Save