Commit 04ce9636 authored by Navid Lambert-Shirzad's avatar Navid Lambert-Shirzad Committed by aquariusjay
Browse files

Update faq.md to show how to assign num_readers (#7645)

parent cf4cae61
......@@ -68,7 +68,7 @@ image dimension is all equal to 1024x2048.
___
Q9: Why multi-gpu training is slow?
A: Please try to use more threads to pre-process the inputs. For, example change [num_readers = 4](https://github.com/tensorflow/models/blob/master/research/deeplab/utils/input_generator.py#L71) and [num_threads = 4](https://github.com/tensorflow/models/blob/master/research/deeplab/utils/input_generator.py#L72).
A: Please try to use more threads to pre-process the inputs. For, example change [num_readers = 4](https://github.com/tensorflow/models/blob/master/research/deeplab/train.py#L457).
___
......
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