1. 12 Sep, 2022 1 commit
  2. 18 Mar, 2022 1 commit
  3. 08 Mar, 2022 1 commit
  4. 18 Jan, 2022 1 commit
  5. 24 Oct, 2021 1 commit
  6. 04 Oct, 2021 1 commit
    • Jaeyoun Kim's avatar
      Copybara import of the project: · 7bb4d442
      Jaeyoun Kim authored
      --
      0745859aa2300d03f5c9f026c4759a6314e8e14e by Srihari Humbarwadi <sriharihumbarwadi97@gmail.com>:
      
      Added serving module for Panoptic MaskRCNN (#10281)
      
      * added `PanopticSegmentationModule`
      
      * added tests for `PanopticSegmentationModule`
      
      * added script to export `saved_model`
      
      * added registry_imports
      
      * added training script
      
      * fixed docstrings
      
      * pass model as an arg to serving module
      
      COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/models/pull/10283 from tensorflow:panoptic-segmentation 0745859aa2300d03f5c9f026c4759a6314e8e14e
      PiperOrigin-RevId: 400837838
      7bb4d442
  7. 13 Jul, 2021 1 commit
  8. 18 Jun, 2021 1 commit
  9. 02 Apr, 2021 1 commit
  10. 05 Jan, 2021 1 commit
  11. 02 Jan, 2021 1 commit
  12. 28 Jul, 2020 2 commits
  13. 30 Sep, 2019 1 commit
  14. 21 Aug, 2019 1 commit
  15. 02 Aug, 2019 1 commit
    • Haoyu Zhang's avatar
      Merged commit includes the following changes: (#7368) · 23c0017f
      Haoyu Zhang authored
      * Merged commit includes the following changes:
      261380794  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      261374439  by haoyuzhang<haoyuzhang@google.com>:
      
          Change Keras CTL dependencies from r1 ResNet to Keras ResNet.
      
      --
      
      PiperOrigin-RevId: 261380794
      
      * Revert unintentional change
      
      * Revert unintentional change
      23c0017f
  16. 19 Jun, 2019 1 commit
    • anj-s's avatar
      Add benchmarks for custom training loops + tf.distribute (#6980) · 65636099
      anj-s authored
      * first version of ctl
      
      * fix indent
      
      * remove monkey patching for core
      
      * add dtype arg
      
      * fix dtype arg
      
      * add logging lib
      
      * remove compat.v1.logging
      
      * add datetime import
      
      * fix FLAGS import
      
      * add constant vals
      
      * move to using as tf import
      
      * move to using as tf import
      
      * remove steps per epoch = 1
      
      * test train and test for one step
      
      * test train and test for one step
      
      * test train and test for one step
      
      * test train and test for the entire dataset
      
      * use an iterator for test
      
      * pass tensors instead of an iterator
      
      * add stats dict
      
      * fix list declaration
      
      * fix list declaration
      
      * fix elapsed time calc
      
      * print lr at epoch boundary alone
      
      * Use regular tf import instead of compat
      
      * remove tensorboard chkpts
      
      * add correct logging import
      
      * add correct logging import
      
      * add benchmark configs
      
      * add tests and configs
      
      * add tests and configs
      
      * add keras flags import
      
      * add keras flags import
      
      * fix eval ds creation cond
      
      * return numpy value of train_loss
      
      * return numpy value of loss and acc values
      
      * add option for full eager mode
      
      * fix lint errors
      
      * add ctl flags
      
      * add ctl import
      
      * add the xla flag
      
      * enable v2 behavior in unit tests
      
      * rename dataset var
      
      * add synthetic dataset without monkey patching
      
      * add ctl local constants
      
      * add ctl local constants
      
      * change to using v2 imports
      
      * change to using v2 imports
      
      * change to using v2 imports
      
      * change to using keras synthetic input fn
      
      * remove enable_eager flag from benchmarks
      
      * remove enable_eager flag from benchmarks
      
      * remove enable_eager flag from benchmarks
      
      * add option for no distrat
      
      * add lambda for flags
      
      * remove no_func benchmarks due to OOM error
      
      * remove README
      
      * remove unused comments
      
      * remove unchanged file
      
      * remove unchanged file
      
      * remove unused drop_remainder_arg
      
      * use keras.common lr function
      
      * address PR comments
      
      * remove reference to deleted file
      
      * .
      
      * .
      
      * .
      
      * .
      
      * .
      
      * .
      
      * .
      
      * .
      
      * .
      
      * .
      
      * .
      
      * .
      
      * .
      
      * .
      
      * .
      
      * .
      
      * .
      
      * .
      
      * .
      
      * .
      
      * .
      
      * .
      
      * .
      
      * .
      
      * .
      
      * .
      
      * .
      
      * .
      
      * .
      
      * .
      
      * fix lint errors
      
      * .
      65636099
  17. 05 Jun, 2018 1 commit
  18. 28 Nov, 2017 1 commit
  19. 21 Nov, 2017 1 commit
  20. 21 Sep, 2017 1 commit
  21. 06 Apr, 2017 1 commit
  22. 23 Mar, 2017 1 commit
  23. 15 Mar, 2017 2 commits