"vscode:/vscode.git/clone" did not exist on "786da939e5ee5c8901fa1084f1c6f8a23e847089"
  1. 25 Jul, 2018 1 commit
  2. 24 Jul, 2018 6 commits
  3. 23 Jul, 2018 22 commits
  4. 21 Jul, 2018 5 commits
  5. 20 Jul, 2018 6 commits
    • Hyungjun Lim's avatar
      Sentiment analysis implmenttion in pure Keras. (#4806) · 61ec6026
      Hyungjun Lim authored
      * Sentiment analysis implmenttion in pure Keras.
      
      - This is an update for the sentiment analysis model's pure Keras version.
      -- Converting it from the version using Tensorflow's estimator, as it has a issue that affects the accuracy of the model negatively.
      - The implementation is with the reference to paddle version.
      -- Adjustment of the hyperparameters was done to achieve the accuracy of ~90%
      
      * addressing comments
      
      * addressig comments
      
      also adding
      
      from __future__ import absolute_import
      from __future__ import division
      from __future__ import print_function
      
      for each module as it seemingly is a standard in the repo.
      
      * addressing the final comment.
      61ec6026
    • Raymond Yuan's avatar
      a3c for cartpole blogpost · 439a7edc
      Raymond Yuan authored
      439a7edc
    • Lukasz Kaiser's avatar
      Merge pull request #4822 from buckman-google/master · 76d3d72e
      Lukasz Kaiser authored
      Fixed minor bug in STEVE which sometimes prevented resuming experiments.
      76d3d72e
    • Mark Daoust's avatar
      Add clarifications. · d40fddbe
      Mark Daoust authored
      d40fddbe
    • Yanhui Liang's avatar
      Add eager for keras benchmark (#4825) · 2689c9ae
      Yanhui Liang authored
      * Add more arguments
      
      * Add eager mode
      
      * Add notes for eager mode
      
      * Address the comments
      
      * Fix argument typos
      
      * Add warning for eager and multi-gpu
      
      * Fix typo
      
      * Fix notes
      
      * Fix pylint
      2689c9ae
    • achowdhery's avatar
      Update export_tflite_ssd_graph_lib.py · 8dba5924
      achowdhery authored
      Correcting comments
      8dba5924