Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Li committed May 12, 2016
1 parent 32ab5a5 commit a8a03c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inception/inception/image_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -54,7 +54,7 @@
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
Expand Down

0 comments on commit a8a03c8

Please sign in to comment.