1. 09 Mar, 2018 2 commits
  2. 08 Mar, 2018 2 commits
  3. 07 Mar, 2018 3 commits
  4. 06 Mar, 2018 6 commits
  5. 05 Mar, 2018 7 commits
  6. 03 Mar, 2018 1 commit
    • Scott Lowe's avatar
      BUG: Fix inception imagenet download script (#2299) · c7df5a3d
      Scott Lowe authored
      * BUG: Fix inception imagenet download script
      
      In `download_imagenet.sh`, the path to the `$SYNSETS_FILE` resource
      (imagenet_2012_validation_synset_labels.txt) was not updated to
      reflect change in directory after a `cd` earlier in the script.
      
      Fixes #682.
      
      * BUG: Fix slim imagenet download script
      
      In `download_imagenet.sh`, the path to the `$SYNSETS_FILE` resource
      (imagenet_2012_validation_synset_labels.txt) was not updated to
      reflect change in directory after a `cd` earlier in the script.
      c7df5a3d
  7. 02 Mar, 2018 10 commits
  8. 01 Mar, 2018 3 commits
    • Karmel Allison's avatar
      Multi-GPU Resnet (#3472) · a41f00ac
      Karmel Allison authored
      * Refactor and use class-based model for Resnet
      
      * Linting
      
      * Cleanup
      
      * Cleanup in lieu of MNIST changes
      
      * Moving params to init function
      
      * Making learning_rate function
      
      * Testing remotely...
      
      * Testing remotely...
      
      * Testing remotely...
      
      * Testing remotely...
      
      * Testing remotely...
      
      * Respond to CR pt 1
      
      * Respond to CR pt 2
      
      * Respond to CR pt 3
      
      * Respond to CR pt 4
      
      * Adding batch norm vars in
      
      * Exclude batch norm vars as the default
      
      * Fixing CIFAR-10 naming
      
      * Adding multi-GPU code
      
      * Git rewind
      
      * Git add file
      
      * Manual revert
      
      * Fixing tests
      
      * Allowing input thread specification
      
      * Adding comments
      
      * Allowing input thread specification
      
      * Merging resnet files
      
      * Merging resnet files
      
      * Refactoring input methods to allow for Reed's improvements
      
      * Adding comments
      
      * Changing arg name
      
      * Removing contrib shuffle_and_repeat
      
      * Removing contrib shuffle_and_repeat
      
      * Removing contrib shuffle_and_repeat
      
      * Debugging
      
      * Removing with dependency on update_op
      
      * Updating comments.
      
      * Returning dataset directly
      
      * Adding newline
      
      * Adding num_gpus flag
      
      * Refining preprocessing, part 1
      
      * Refinements to preprocessing resulting from multi-GPU tests
      
      * Reviving one-hot labels
      
      * Reviving one-hot labels
      
      * Fixing label shapes
      
      * Removing epoch leftovers
      
      * Adding random flip back in
      
      * Reverting unnecessary linting of test file
      
      * Respond to CR
      
      * Respond to CR
      
      * Respond to CR
      
      * Remove conversion to float
      
      * Remove conversion to float- comment
      
      * Making means full-scale
      
      * Pulling data.take under multi_gpu flag
      
      * Pulling data.take under multi_gpu flag- Cifar
      
      * Pulling data.take under multi_gpu flag- Cifar
      
      * Removing num_gpus
      
      * Removing num_gpus
      a41f00ac
    • Neal Wu's avatar
      Typo fix for mnist_tpu.py · 4cdd9721
      Neal Wu authored
      4cdd9721
    • Joel Shor's avatar
      Merge pull request #3371 from joel-shor/master · 0d4f35d9
      Joel Shor authored
      Project import generated by Copybara. fixes #16593
      0d4f35d9
  9. 28 Feb, 2018 6 commits