1. 18 Dec, 2019 1 commit
  2. 14 Dec, 2019 2 commits
  3. 11 Nov, 2019 1 commit
  4. 05 Nov, 2019 1 commit
  5. 12 Oct, 2019 1 commit
  6. 11 Oct, 2019 3 commits
  7. 10 Oct, 2019 1 commit
  8. 17 Sep, 2019 1 commit
  9. 09 Sep, 2019 1 commit
  10. 04 Sep, 2019 1 commit
  11. 26 Aug, 2019 1 commit
  12. 23 Aug, 2019 2 commits
  13. 20 Aug, 2019 1 commit
  14. 19 Aug, 2019 2 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
    • Jing Li's avatar
      official models reorg. Move wide_deep to r1 · e4adc6f1
      Jing Li authored
      PiperOrigin-RevId: 264196955
      e4adc6f1
  15. 17 Aug, 2019 1 commit
  16. 16 Aug, 2019 1 commit
    • Ayush Dubey's avatar
      Add multi-worker benchmarks to Keras ResNet model. · ff6c3b1e
      Ayush Dubey authored
      Also add `worker_hosts` and `task_index` flags.  These flags enable running the
      model over multiple hosts by passing the cluster information via command line.
      
      Setting `TF_CONFIG` will continue to work.
      
      PiperOrigin-RevId: 263825245
      ff6c3b1e
  17. 01 Aug, 2019 1 commit
  18. 19 Jul, 2019 1 commit
    • Jing Li's avatar
      Merged commit includes the following changes: (#7263) · c5a4978d
      Jing Li authored
      * Merged commit includes the following changes:
      258867180  by jingli<jingli@google.com>:
      
          Add new folders for upcoming reorg in model garden.
      
      --
      258893811  by hongkuny<hongkuny@google.com>:
      
          Adds summaries for metrics, allowing metrics inside keras.model.
      
      --
      258893048  by isaprykin<isaprykin@google.com>:
      
          Remove the `cloning` argument to `compile()`.
      
          Keras models are distributed by cloning in graph mode and without cloning in eager mode as of the change # 258652546.
      
      --
      258881002  by hongkuny<hongkuny@google.com>:
      
          Fix lint.
      
      --
      258874998  by hongkuny<hongkuny@google.com>:
      
          Internal
      
      --
      258872662  by hongkuny<hongkuny@google.com>:
      
          Fix doc
      
      --
      
      PiperOrigin-RevId: 258867180
      
      * Create __init__.py
      
      * Update __init__.py
      
      * Update __init__.py
      
      * Update __init__.py
      c5a4978d