1. 20 Jul, 2018 3 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
    • 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
    • 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
  2. 19 Jul, 2018 17 commits
  3. 18 Jul, 2018 9 commits
  4. 17 Jul, 2018 5 commits
  5. 16 Jul, 2018 6 commits