Open vlad17 opened 7 years ago
Currently the autoencoder is being trained epoch-by-epoch with feed_dict. Try using a TF Input pipeline and measure perf improvement.
feed_dict
Dependent on #23 Deliverable: time before/time after change
Currently the autoencoder is being trained epoch-by-epoch with
feed_dict
. Try using a TF Input pipeline and measure perf improvement.