Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 274 Bytes

File metadata and controls

6 lines (5 loc) · 274 Bytes

tf_train_with_generator_in_background_queue

This is an example code to realize the following functions:

  1. Train Tensorflow model with feed_dict.
  2. The data are generated with a generator.
  3. A queue is used to run the generator in separate threads (in background).