li-js / tf_train_with_generator_in_background_queue

This is an example code to realize the following functions: Train Tensorflow model with feed_dict. The data are generated with a generator. A Queue is used to run the generator in separate threads.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

This is an example code to realize the following functions: Train Tensorflow model with feed_dict. The data are generated with a generator. A Queue is used to run the generator in separate threads.


Languages

Language:Python 100.0%