"server/vscode:/vscode.git/clone" did not exist on "521d0d990f1624d4821d6a1763805df312306fa9"
Commit a8a03c80 authored by Vincent Li's avatar Vincent Li
Browse files

Typos

parent 32ab5a58
......@@ -15,7 +15,7 @@
"""Read and preprocess image data.
Image processing occurs on a single image at a time. Image are read and
preprocessed in pararllel across mulitple threads. The resulting images
preprocessed in parallel across multiple threads. The resulting images
are concatenated together to form a single batch for training or evaluation.
-- Provide processed image data for a network:
......@@ -54,7 +54,7 @@ tf.app.flags.DEFINE_integer('num_preprocess_threads', 4,
tf.app.flags.DEFINE_integer('num_readers', 4,
"""Number of parallel readers during train.""")
# Images are preprocessed asynchronously using multiple threads specifed by
# Images are preprocessed asynchronously using multiple threads specified by
# --num_preprocss_threads and the resulting processed images are stored in a
# random shuffling queue. The shuffling queue dequeues --batch_size images
# for processing on a given Inception tower. A larger shuffling queue guarantees
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment