1. 26 Aug, 2019 6 commits
  2. 25 Aug, 2019 1 commit
  3. 24 Aug, 2019 1 commit
  4. 23 Aug, 2019 7 commits
  5. 22 Aug, 2019 8 commits
  6. 21 Aug, 2019 5 commits
  7. 20 Aug, 2019 7 commits
  8. 19 Aug, 2019 5 commits
    • Reed Wanderman-Milne's avatar
      Do not expose --max_train_steps in models that do not use it. · 824ff2d6
      Reed Wanderman-Milne authored
      Only the V1 resnet model uses --max_train_steps. This unexposes the flag in the keras_application_models, mnist, keras resnet, CTL resnet Models. Before this change, such models allowed the flag to be specified, but ignored it.
      
      I also removed the "max_train" argument from the run_synthetic function, since this only had any meaning for the V1 resnet model. Instead, the V1 resnet model now directly passes --max_train_steps=1 to run_synthetic.
      
      PiperOrigin-RevId: 264269836
      824ff2d6
    • Haoyu Zhang's avatar
      Moving Keras ResNet models to `official/vision/image_classification` and... · b974c3f9
      Haoyu Zhang authored
      Moving Keras ResNet models to `official/vision/image_classification` and benchmarks to `official/benchmark`.
      
      PiperOrigin-RevId: 264268533
      b974c3f9
    • Reed Wanderman-Milne's avatar
      Fix transformer_main.py. · b1188d03
      Reed Wanderman-Milne authored
      An earlier change made it so running this file would cause an error. The unit tests still passed, as the unit tests do not directly call the main() function
      
      PiperOrigin-RevId: 264268400
      b1188d03
    • Yongzhe Wang's avatar
      Remove stale code (#7472) · 67420e17
      Yongzhe Wang authored
      67420e17
    • Yongzhe Wang's avatar
      Merged commit includes the following changes: (#7470) · 886d7bc9
      Yongzhe Wang authored
      * Merged commit includes the following changes:
      263863588  by yongzhe:
      
          Fix a bug that the SetExternalContext for EdgeTPU wasn't called when initializing LSTD client.
      
      --
      263370193  by yongzhe:
      
          Internal change.
      
      --
      
      PiperOrigin-RevId: 263863588
      
      * Revert changes in seq_dataset_builder_test.py
      886d7bc9