tensorflow_transfer_cifar10
tensorflow_transfer_cifar10 copied to clipboard
Fix for training in batches.
Hi
This pull requests has changes for:
- Allowing new task training in batches
- Global placeholder for bottleneck to allow for training in batches.
- Global placeholder for true lables Y_true) to speed up processing and avoid parameter passing
- Simple boolean flag (DO_SERIALIZATION) to choose between pre-computing bottlenecks and training for new task
- Updated README file with instructions
- Removed timestamp from .npy filenames to avoid manual setting of filenameas
Please review :)