1. 15 8月, 2018 1 次提交
  2. 26 7月, 2018 2 次提交
  3. 31 3月, 2018 1 次提交
    • H
      Make paddle.fluid no longer depends on paddle.v2 · bcf7c36b
      Helin Wang 提交于
      In this way we can build and test using WITH_FLUID_ONLY flag being set
      to ON.
      
      - move paddle.v2.dataset,reader to paddle.dataset,reader
      - remove unused code (which depends on v2) in paddle.dataset,reader
      bcf7c36b
  4. 24 2月, 2018 3 次提交
  5. 12 2月, 2018 1 次提交
  6. 21 1月, 2018 1 次提交
    • D
      "fix decode bug" (#7711) · e983cc90
      dzhwinter 提交于
      * "fix decode bug"
      
      * "follow commnet"
      
      * "fix error"
      
      * "fix hook bug"
      
      * fix based comment
      
      * fix copyright
      
      * fix based on comment
      e983cc90
  7. 15 1月, 2018 1 次提交
    • D
      Feature/hooks (#7513) · b9b75377
      dzhwinter 提交于
      * add copyright hook
      
      * add copyright hook
      
      * refine copyright hook
      
      * "test copyright hook"
      
      * fix check style
      
      * fix ci
      b9b75377
  8. 01 12月, 2017 1 次提交
    • Y
      Feature/simple gan for api (#6149) · aabe1db1
      Yu Yang 提交于
      * Expose sigmoid_cross_entropy_with_logits
      
      Also, change the `labels` to `label` for api consistency
      
      * Very simple GAN based on pure FC layers
      aabe1db1