1. 21 6月, 2018 2 次提交
    • F
      Refine random crop · e71948f1
      fengjiayi 提交于
      1. Add a new attribute named 'startuo_seed' to RandomCropOp. If the input
      'Seed' is not initialized, the 'startup_seed' will be used to replace
      it.
      
      2. Refine CustomReader. Add a member variable 'scope_' to it. The
      'scope_' will act as the global scope of preprocesing, making it
      possiable to save something cross batches.
      e71948f1
    • F
      Refine assign layer · e7faae01
      fengjiayi 提交于
      Give assign layer's second parameter 'output' a default value: None. If
      it is None, the output variable will be created inside the layer.
      e7faae01
  2. 19 6月, 2018 1 次提交
    • Q
      Fix decay bug (#11520) · a29cb4be
      Qiyang Min 提交于
      * Add sub_blocks of lr_decay_op to pserver_prog after distribute_transpiler
      
      * Remove unused logs and logics
      
      * 1. Add ops to new block (considering the nested block condition)
      2. Follow the original hierarchy of blocks
      3. Change the function's name and remove debug lines
      a29cb4be
  3. 17 6月, 2018 6 次提交
  4. 16 6月, 2018 2 次提交
  5. 15 6月, 2018 29 次提交