1. 14 6月, 2022 1 次提交
    • Z
      Fix numpy 1.20+ deprecation warnings (#42929) · 90cf2299
      zlsh80826 提交于
      * Replace np.bool/np.bool8 with np.bool_
      
      * Replace np.object with np.object_
      
      * Replace np.complex with np.complex128
      
      * Replace np.float with np.float64
      
      * Replace np.int with np.int_
      
      * Rerun pre-commit for newer pre-commit configuration
      
      * Use builtin bool instead of np.bool_ based on the context
      90cf2299
  2. 13 6月, 2022 14 次提交
  3. 10 6月, 2022 12 次提交
  4. 09 6月, 2022 8 次提交
  5. 08 6月, 2022 5 次提交
    • zhouweiwei2014's avatar
      fix test_poisson UT (#43315) · cff1ef2b
      zhouweiwei2014 提交于
      cff1ef2b
    • Z
      [AutoParallel] add fetch_list in engine api (#43312) · 971e4791
      zhaoyingli 提交于
      * add fetch_list
      
      * fix evaluate log
      
      * tiny fix
      971e4791
    • A
      【Hackathon No.13】为 Paddle 新增 CyclicLR 优化调度器 (#40698) · 33949fc5
      Asthestarsfalll 提交于
      * add paddle.optimizer.lr.CyclicLR
      
      * add unittest of CyclicLR
      
      * fix code format
      
      * fix bug
      
      * try
      
      * fix CI-Coverage
      
      * fix ValueError
      
      * fix arguments assgin
      
      * fix code format and retry pulling develop to pass ci
      
      * fix typo
      
      * Refactor
      
      * fix function-redefined in test_lr_scheduler.py
      
      * update
      
      * fix conflict
      
      * update
      
      * gamma->exp_gamma
      
      * polish docs
      
      * fix code-style
      
      * adjust code format again
      
      * change format of __all__ in lr.py
      33949fc5
    • N
      【Hackathon No.17】为 Paddle 新增 paddle.nn.CosineEmbeddingLoss 和... · 8dab2690
      Netpunk 提交于
      【Hackathon No.17】为 Paddle 新增 paddle.nn.CosineEmbeddingLoss 和 paddle.nn.functional.cosine_embedding_loss API (#41680)
      
      * add cosine embedding loss API
      
      * new version
      
      * new version
      
      * new version
      
      * set label to int32
      
      * new version
      
      * new version-test
      
      * new version
      
      * new version
      
      * new version
      
      * new version
      
      * new version
      
      * new version
      
      * new version
      
      * new version
      
      * new version
      
      * new version
      
      * new version
      
      * new version
      
      * new version
      
      * new version
      
      * new version
      
      * new version
      
      * aligning to Chinese document
      
      * add name parameter
      
      * activate CI
      
      * fix format error
      
      * unit test code format
      
      * format code
      8dab2690
    • Y
      [Phi]Move group op kernel into PHI and add yaml / unittest (#43104) · 99c6497b
      YuanRisheng 提交于
      * move_group_norm
      
      * move group norm backward
      
      * fix code format
      
      * modify code according comment
      99c6497b