1. 02 9月, 2020 3 次提交
  2. 01 9月, 2020 8 次提交
  3. 31 8月, 2020 13 次提交
  4. 30 8月, 2020 1 次提交
  5. 29 8月, 2020 4 次提交
  6. 28 8月, 2020 11 次提交
    • L
      add deprecated decorator for old apis expand and expand_as (#26759) · 2675cae7
      lilong12 提交于
      * add deprecated, test=develop
      2675cae7
    • C
      [2.0 API] add SyncBatchNorm.convert_sync_batch_norm (#26688) · 42d2915a
      ceci3 提交于
      * add cnvert,test=develop
      42d2915a
    • L
      Fix hapi transform bug (#26738) · 4106e54c
      LielinJiang 提交于
      * fix bug
      4106e54c
    • L
      fix sample code for hapi.model.save (#26667) · 25dad426
      LiuChiachi 提交于
      * fix sample code for hapi.model.save, test=document_fix
      
      * test=document_fix
      
      * update usage of 2.0 API, test=document_fix
      
      * fix bugs, return dygraph back to users while using model.save in dygraph
      
      * fix code style
      25dad426
    • Z
      Remove `sorted_sum_gradient_` form BasicEngine and PartialGradTask. (#26766) · f32ae272
      Zhen Wang 提交于
      Use `Tensor` instead of `Variable`  in the doc of paddle.grad.
      f32ae272
    • Z
      [2.0API]support set_default_dtype for to_tensor (#26432) · 7b78bfc0
      Zhou Wei 提交于
      * add set_default_type for tensor
      
      * fix doc
      
      * fix doc
      7b78bfc0
    • L
      Refine paddle.manual_seed (#26496) · 844583c8
      Leo Chen 提交于
      * refine manual seed
      
      * fix ci problem
      
      * fix unittests
      
      * fix unittest
      
      * set is_init_py=false in manual_seed
      
      * fix unittest
      
      * fix bernoulli_op
      
      * fix(unittest): change random_seed to manual_seed
      
      * 🐞fix(unittest): fix manual_seed
      
      * trigger ci
      
      * fix test_sentiment
      
      * fix test_imperative_save_load
      
      * fix test_uniform_random_op
      
      * fix test_uniform_random_op
      
      * fix test_jit_save_load
      
      * merge develop
      
      * fix manual_seed
      
      * fix manual_seed
      
      * use global engine
      
      * use shared_ptr
      
      * fix double free
      
      * fix bug
      
      * fix bug
      
      * fix bug
      
      * fix test bug
      
      * fix test bug
      
      * fix test bug
      
      * fix ci
      844583c8
    • C
      Add interface to launch parallel dygraph by multiprocessing (#26044) · 31f422ae
      Chen Weihang 提交于
      * add dygraph parallel run interface
      
      * polish implement & unified env property name
      
      * add print config arg
      
      * refactor init_parallel_env function
      
      * Compatible with multiprocessing and launch modes
      
      * set default trainer start port
      
      * support run in python 2
      
      * polish python2 support code
      
      * remove python2 support
      
      * refine launch import
      
      * polish dome design details
      
      * refactor api implemention & path
      
      * use new method _set_expected_place
      
      * add spawn unittest framework & mnist test
      
      * add more unittests & doc
      
      * fix unittest failed
      
      * polish english doc
      
      * self review and polish details
      
      * refactor code by reviewer's comments
      
      * fix unittest failed
      
      * fix parallel_env unittest
      
      * fix several typos
      
      * fix error introduced when fixing typos
      
      * add unpublic note for start_processes
      
      * polish details by xiaoguang's comment
      
      * verify correctly when spawn nprocs=-1
      
      * refactor spawn & init_parallel_env design
      
      * polish doc details
      
      * open spawn unittests
      
      * try to fix doc compile error
      
      * try to fix unknown doc format error
      
      * add skip unittest when not gpu
      31f422ae
    • G
      fix test=develop (#26697) · 3390c7e2
      gongweibao 提交于
      3390c7e2
    • Z
      f34fb0a2
    • L
      [Dy2Stat] Add debugging and logging mechanism for dygraph to static (#26457) · b1f9ed60
      liym27 提交于
      * [Dy2Stat] Add debugging and logging mechanism for dygraph to static. 
      
      * Remove TransformerError temporarily. 
      
      * import mock in PY2, from unittest import mock in PY3. test=develop
      
      * Expose interfaces set_code_level and set_verbosity in paddle.jit, fix doc of the two interface. 
      
      * polish doc of set_verbosity and set_code_level. 
      b1f9ed60