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

Primary LanguagePython

Stargazers