"vscode:/vscode.git/clone" did not exist on "edd86b8853ebb8878bc0a160951ff3e1d7d805e0"
  1. 29 May, 2019 4 commits
  2. 28 May, 2019 13 commits
  3. 26 May, 2019 1 commit
  4. 24 May, 2019 7 commits
    • saberkun's avatar
      Merged commit includes the following changes: (#6880) · fa10031d
      saberkun authored
      249896208  by hongkuny<hongkuny@google.com>:
      
          Adds __init__.py
      
      --
      
      PiperOrigin-RevId: 249896208
      fa10031d
    • Priya Gupta's avatar
      Add early stopping logic to ncf keras when desired threshold is met. Also... · 7033c8a2
      Priya Gupta authored
      Add early stopping logic to ncf keras when desired threshold is met. Also change the default batch size to match the tuned hyperparams
      7033c8a2
    • saberkun's avatar
      Merged commit includes the following changes: (#6879) · 7f9db598
      saberkun authored
      249883771  by hongkuny<hongkuny@google.com>:
      
          Creates a benchmark dir
      
      --
      
      PiperOrigin-RevId: 249883771
      7f9db598
    • Toby Boyd's avatar
      Transformer v2 benchmark (#6860) · f2ea2f53
      Toby Boyd authored
      * Moved common keras code to utils.
      
      * Initial 1 gpu benchmark
      
      - Aligned flags with resnet example
      - removed code/features that are not super useful
      - eval as part of train if bleu source/ref provided
      - add exp_per_second hook
      
      * Rename benchmark classes, pass batch-size and log_steps.
      
      * fix docstring
      
      * Predict done with checkpoints inline
      
      - perfzero baseclass
      
      * steps not epochs with smoother training loop.
      
      * do not initialize history outside loop.
      
      * 5000 between eval not 500
      
      * estimator to keras.
      
      * remove epochs var.
      
      * use range not xrange.
      
      * 200K steps for 1 gpu
      
      * fix global step
      f2ea2f53
    • rxsang's avatar
      Add a graph optional_next Reset benchmark. (#6876) · 49eaaaf2
      rxsang authored
      * Add a graph optional_next Reset benchmark.
      
      * Fix lint error.
      49eaaaf2
    • Toby Boyd's avatar
      Moved common keras code to utils. (#6859) · 3254cabb
      Toby Boyd authored
      3254cabb
    • Tian Lin's avatar
      Merged commit that fixes transformer's predict and eval. (#6874) · b9cab01b
      Tian Lin authored
      * Merged commit includes the following changes:
      249776315  by tianlin<tianlin@google.com>:
      
          Internal change
      
      249763206  by tianlin<tianlin@google.com>:
      
          For TF 2.0 (related to Beam Search), expand cond dims in tf.where(cond, x, y) to make all parameters broadcastable.
      
      --
      249392724  by hongkuny<hongkuny@google.com>:
      
          Internal change
      
      PiperOrigin-RevId: 249776315
      
      * Merged commit includes the following changes:
      249823043  by tianlin<tianlin@google.com>:
      
          Bring back v2 test for predict and eval.
      
      --
      
      PiperOrigin-RevId: 249823043
      b9cab01b
  5. 23 May, 2019 6 commits
  6. 22 May, 2019 8 commits
    • Toby Boyd's avatar
      fix lint issues. (#6855) · 3a97b68c
      Toby Boyd authored
      3a97b68c
    • saberkun's avatar
      Merged commit includes the following changes: (#6856) · 85bdf764
      saberkun authored
      249500988  by hongkuny<hongkuny@google.com>:
      
          Lints
      
      --
      
      PiperOrigin-RevId: 249500988
      85bdf764
    • Toby Boyd's avatar
      Add Transformer Big Benchmarks + FP16 for other tests. (#6838) · 23f75313
      Toby Boyd authored
      * Add big tests.
      
      * fix super
      
      * Add fp16, increase 8xGPU batch-sizes
      
      * Adding the rest of the fp16 tests.
      
      * Big accuracy test batch_perf_gpu
      
      * fix docstrings
      
      * add _run_and_report
      
      * Edited docstrings
      23f75313
    • Zhuoran Liu's avatar
      Add TPU SavedModel exporter and refactor OD code (#6737) · 80444539
      Zhuoran Liu authored
      247226201  by ronnyvotel:
      
          Updating the visualization tools to accept unique_ids for color coding.
      
      --
      247067830  by Zhichao Lu:
      
          Add box_encodings_clip_range options for the convolutional box predictor (for TPU compatibility).
      
      --
      246888475  by Zhichao Lu:
      
          Remove unused _update_eval_steps function.
      
      --
      246163259  by lzc:
      
          Add a gather op that can handle ignore indices (which are "-1"s in this case).
      
      --
      246084944  by Zhichao Lu:
      
          Keras based implementation for SSD + MobilenetV2 + FPN.
      
      --
      245544227  by rathodv:
      
          Add batch_get_targets method to target assigner module to gather any groundtruth tensors based on the results of target assigner.
      
      --
      245540854  by rathodv:
      
          Update target assigner to return match tensor instead of a match object.
      
      --
      245434441  by Zhichao Lu:
      
          Add README for tpu_exporters package.
      
      --
      245381834  by lzc:
      
          Internal change.
      
      --
      245298983  by Zh...
      80444539
    • Tian Lin's avatar
      Merge Transformer V2 to Github (#6846) · c4f34e58
      Tian Lin authored
      * Merged commit includes the following changes:
      249218656  by tianlin<tianlin@google.com>:
      
          Deal with imports, fix a typo and make unit tests fast.
      
      --
      249198645  by tianlin<tianlin@google.com>:
      
          Trivial: Remove one empty line before "import tensorflow"
      
      --
      249195490  by tianlin<tianlin@google.com>:
      
          Initialize Transformer TF V2 Model with Keras subclassing implementation. (Compatible with TF V1)
      
      --
      249195008  by tianlin<tianlin@google.com>:
      
          Internal change
      
      249173564  by hongkuny<hongkuny@google.com>:
      
          Internal change
      
      249079258  by hongkuny<hongkuny@google.com>:
      
          Internal change
      
      247691534  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      247533725  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      247509295  by haoyuzhang<haoyuzhang@google.com>:
      
          Internal change
      
      247311355  by wangtz<wangtz@google.com>:
      
          Internal change
      
      247303127  by wangtz<wangtz@google.com>:
      
        ...
      c4f34e58
    • Haoyu Zhang's avatar
    • tjakob's avatar
      Use new tensorrt API (#6828) · d11d9845
      tjakob authored
      d11d9845
    • saberkun's avatar
      Merged commit includes the following changes: (#6847) · 30d14a96
      saberkun authored
      249377254  by hongkuny<hongkuny@google.com>:
      
          Internal change
      
      249373328  by hongkuny<hongkuny@google.com>:
      
          Clean up tf import
      
      --
      249333938  by hongkuny<hongkuny@google.com>:
      
          Fix tf1 import
      
      --
      249325089  by hongkuny<hongkuny@google.com>:
      
          BERT 2.0
      
      --
      249173564  by hongkuny<hongkuny@google.com>:
      
          Internal change
      
      PiperOrigin-RevId: 249377254
      30d14a96
  7. 21 May, 2019 1 commit