1. 11 Sep, 2019 1 commit
  2. 10 Sep, 2019 1 commit
  3. 09 Sep, 2019 2 commits
  4. 06 Sep, 2019 1 commit
  5. 05 Sep, 2019 1 commit
  6. 04 Sep, 2019 2 commits
  7. 29 Aug, 2019 1 commit
  8. 28 Aug, 2019 1 commit
  9. 26 Aug, 2019 1 commit
  10. 20 Aug, 2019 1 commit
  11. 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
    • Toby Boyd's avatar
      Increase max hr@10 to cover the rare >.640 · 725f65b6
      Toby Boyd authored
      725f65b6
  12. 14 Aug, 2019 4 commits
  13. 13 Aug, 2019 3 commits
  14. 12 Aug, 2019 1 commit
    • Hongjun Choi's avatar
      Merged commit includes the following changes: (#7430) · 03b4a0af
      Hongjun Choi authored
      262988559  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Enable NCF TF 2.0 model to run on TPUStrategy.
      
      --
      262971756  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change
      
      262967691  by hongkuny<hongkuny@google.com>:
      
          Internal
      
      --
      
      PiperOrigin-RevId: 262988559
      03b4a0af
  15. 09 Aug, 2019 4 commits
  16. 07 Aug, 2019 1 commit
  17. 06 Aug, 2019 1 commit
  18. 01 Aug, 2019 1 commit
  19. 31 Jul, 2019 2 commits
    • Hongjun Choi's avatar
      Merged commit includes the following changes: (#7346) · 1b089751
      Hongjun Choi authored
      * Merged commit includes the following changes:
      260800447  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Fix tf function signature errors for NCF model.
      
      --
      260767064  by psv<psv@google.com>:
      
          Renames the `run_distributed` flag to `experimental_run_tf_function` and modifies the tests generated by the keras_all_modes decorator to better reflect that.
      
      --
      
      PiperOrigin-RevId: 260800447
      
      * Update ncf_keras_benchmark.py
      
      * Update ncf_keras_benchmark.py
      
      * Update ncf_keras_benchmark.py
      
      * Update ncf_keras_benchmark.py
      1b089751
    • Toby Boyd's avatar
      a552e76a
  20. 30 Jul, 2019 2 commits
  21. 29 Jul, 2019 1 commit
    • Hongjun Choi's avatar
      Merged commit includes the following changes: (#7322) · 803f833c
      Hongjun Choi authored
      260228553  by priyag<priyag@google.com>:
      
          Enable transformer and NCF official model tests. Also fix some minor issues so that all tests pass with TF 1 + enable_v2_behavior.
      
      --
      260043210  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Add logic to train NCF model using offline generated data.
      
      --
      259778607  by priyag<priyag@google.com>:
      
          Internal change
      
      259656389  by hongkuny<hongkuny@google.com>:
      
          Internal change
      
      PiperOrigin-RevId: 260228553
      803f833c
  22. 25 Jul, 2019 1 commit
  23. 24 Jul, 2019 2 commits
  24. 23 Jul, 2019 2 commits
    • Toby Boyd's avatar
      Single execution path tests for ResNet50, ResNet56, NCF, and Shakespeare LSTM. (#7276) · 9d8c9aa4
      Toby Boyd authored
      * Add force_run_distributed tests.
      
      * Added enable_eager
      
      * r/force_run_distributed/force_v2_in_keras_compile
      
      * Adding force_v2 tests and FLAGs.
      
      * Rename method to avoid conflict.
      
      * Add cpu force_v2 tests.
      
      * fix lint, wrap line.
      
      * change to force_v2_in_keras_compile
      
      * Update method name.
      
      * Lower mlperf target to 0.736.
      9d8c9aa4
    • Hongjun Choi's avatar
      Merged commit includes the following changes: (#7281) · 64d6c094
      Hongjun Choi authored
      * Merged commit includes the following changes:
      259442882  by hongkuny<hongkuny@google.com>:
      
          Internal
      
      --
      259377621  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Fix NCF serialization/de-serialization logic in NCF input pipeline to use tf.FixedLenFeature instead of raw string/binary decoding.
      
      --
      259373183  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Create binary to generate NCF training/evaluation dataset offline.
      
      --
      259026454  by isaprykin<isaprykin@google.com>:
      
          Internal change
      
      258871624  by hongkuny<hongkuny@google.com>:
      
          Internal change
      
      257285772  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      256202287  by A. Unique TensorFlower<gardener@tensorflow.org>:
      
          Internal change.
      
      --
      254069984  by hongkuny<hongkuny@google.com>:
          Automated rollback of changelist 254060732.
      
      254060732  by yifeif<yifeif@google.com>:
          Automated rollback of changelist 254027750.
      
      254027750  by hongkuny<hongkuny@google.com>:
      
          Internal change
      
      253118910  by hongkuny<hongkuny@google.com>:
      
          Internal change
      
      251906769  by hongkuny<hongkuny@google.com>:
      
          Internal change
      
      251303452  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      PiperOrigin-RevId: 259442882
      
      * Update ncf_keras_main.py
      64d6c094
  25. 20 Jul, 2019 1 commit