1. 14 Nov, 2019 2 commits
  2. 13 Nov, 2019 5 commits
    • Pengchong Jin's avatar
      Internal changes. · 8861a624
      Pengchong Jin authored
      PiperOrigin-RevId: 280262689
      8861a624
    • A. Unique TensorFlower's avatar
      Internal change · 13e18326
      A. Unique TensorFlower authored
      PiperOrigin-RevId: 280253871
      13e18326
    • Mark Sandler's avatar
      Merged commit includes the following changes: (#7800) · b968a6ce
      Mark Sandler authored
      280142968  by Zhichao Lu:
      
          Opensource MobilenetEdgeTPU + ssdlite into third-party object detection APIs on EdgeTPU.
      
      --
      280134001  by Zhichao Lu:
      
          Adds MobilenetEdgeTpu + ssdlite into internal object detection APIs on EdgeTPU.
      
      --
      278941778  by Zhichao Lu:
      
          Add support for fixed input shapes for 'encoded_image_string_tensor' and 'tf_example' inputs.
      
      --
      278933274  by Zhichao Lu:
      
            Adding fool proof check to avoid using 1x1 depthwise conv op.
      
      --
      278762192  by Zhichao Lu:
      
          Ensure correct number of iterations after training resumes.
      
      --
      278746440  by Zhichao Lu:
      
          Internal change.
      
      --
      278006953  by Zhichao Lu:
      
          Internal changes to tf.contrib symbols
      
      --
      278006330  by Zhichao Lu:
      
          Internal changes to tf.contrib symbols
      
      --
      277593959  by Zhichao Lu:
      
            Make the ssd_feature_extractor_test.py PY3 compatible. The "six.zip" will use "itertools.izip" in Python 2 and "zip" in Python 3....
      b968a6ce
    • A. Unique TensorFlower's avatar
      Internal change · c3bd5082
      A. Unique TensorFlower authored
      PiperOrigin-RevId: 280123567
      c3bd5082
    • Mark Sandler's avatar
      Merged commit includes the following changes: (#7798) · 377c5285
      Mark Sandler authored
      280061731  by Sergio Guadarrama:
      
          Fix table formatting in mobilenet readme
      
      --
      280059345  by Sergio Guadarrama:
      
          Internal change
      
      PiperOrigin-RevId: 280061731
      377c5285
  3. 12 Nov, 2019 9 commits
  4. 11 Nov, 2019 5 commits
  5. 10 Nov, 2019 2 commits
  6. 08 Nov, 2019 1 commit
  7. 07 Nov, 2019 6 commits
  8. 06 Nov, 2019 3 commits
  9. 05 Nov, 2019 3 commits
  10. 04 Nov, 2019 1 commit
  11. 02 Nov, 2019 1 commit
  12. 01 Nov, 2019 2 commits
    • Will Cromar's avatar
      Fix mnist_test.py · 0734276a
      Will Cromar authored
      PiperOrigin-RevId: 278024052
      0734276a
    • Reed Wanderman-Milne's avatar
      Support fp16 using tf.keras.mixed_precision in CTL resnet. · ffa522ea
      Reed Wanderman-Milne authored
      To test, I ran the following command:
      
      python resnet_ctl_imagenet_main.py --batch_size=2048 --data_dir ~/imagenet --datasets_num_private_threads=14 --epochs_between_evals=10 --model_dir ~/tmp_model_dir --clean --num_gpus=8 --train_epochs=90 --dtype=fp16
      
      I got 76.15% final evaluation accuracy.
      
      PiperOrigin-RevId: 278010061
      ffa522ea