"src/turbomind/utils/CMakeLists.txt" did not exist on "fe46dac2c2ea1a988929fba05e9d3d3c9b11dfd7"
  1. 26 Jul, 2018 2 commits
    • Chenxi Liu's avatar
      Internal changes including PNASNet-5 mobile (#4895) · 696b69a4
      Chenxi Liu authored
      * PiperOrigin-RevId: 201234832
      
      * PiperOrigin-RevId: 202507333
      
      * PiperOrigin-RevId: 204320344
      
      * Add PNASNet-5 mobile network model and cell structure.
      
      PiperOrigin-RevId: 204735410
      
      * Add option to customize individual projection layer activation.
      
      PiperOrigin-RevId: 204776951
      696b69a4
    • Jiang Yu's avatar
      fix batch_size in transformer_main.py (#4897) · 2d7a0d6a
      Jiang Yu authored
      * fix batch_size in transformer_main.py
      
      fix batch_size in transformer_main.py which causes ResourceExhaustedError: OOM during training Transformer models using models/official/transformer
      
      * small format change
      
      change format from one line to multiple ones in order to pass lint tests
      
      * remove trailing space and add comment
      2d7a0d6a
  2. 25 Jul, 2018 2 commits
  3. 24 Jul, 2018 6 commits
  4. 23 Jul, 2018 22 commits
  5. 21 Jul, 2018 6 commits
  6. 20 Jul, 2018 2 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