File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515"""Read and preprocess image data.
1616
1717 Image processing occurs on a single image at a time. Image are read and
18- preprocessed in pararllel across mulitple threads. The resulting images
18+ preprocessed in parallel across multiple threads. The resulting images
1919 are concatenated together to form a single batch for training or evaluation.
2020
2121 -- Provide processed image data for a network:
5454tf .app .flags .DEFINE_integer ('num_readers' , 4 ,
5555 """Number of parallel readers during train.""" )
5656
57- # Images are preprocessed asynchronously using multiple threads specifed by
57+ # Images are preprocessed asynchronously using multiple threads specified by
5858# --num_preprocss_threads and the resulting processed images are stored in a
5959# random shuffling queue. The shuffling queue dequeues --batch_size images
6060# for processing on a given Inception tower. A larger shuffling queue guarantees
You can’t perform that action at this time.
0 commit comments