Skip to content

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.

Notifications You must be signed in to change notification settings

li-js/tf_train_with_generator_in_background_queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages