tensorflow_transfer_cifar10 icon indicating copy to clipboard operation
tensorflow_transfer_cifar10 copied to clipboard

Fix for training in batches.

Open akash13singh opened this issue 8 years ago • 0 comments

Hi

This pull requests has changes for:

  1. Allowing new task training in batches
  2. Global placeholder for bottleneck to allow for training in batches.
  3. Global placeholder for true lables Y_true) to speed up processing and avoid parameter passing
  4. Simple boolean flag (DO_SERIALIZATION) to choose between pre-computing bottlenecks and training for new task
  5. Updated README file with instructions
  6. Removed timestamp from .npy filenames to avoid manual setting of filenameas

Please review :)

akash13singh avatar Feb 05 '17 17:02 akash13singh