- 14 6月, 2022 1 次提交
-
-
由 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
-
- 13 6月, 2022 14 次提交
-
-
由 Chenxiao Niu 提交于
-
由 qipengh 提交于
-
由 WangXi 提交于
-
由 zhoutianzi666 提交于
-
由 津 提交于
-
由 zhaoyingli 提交于
* fix fetch list * fix unittest
-
由 wangguanqun 提交于
* gpups default config and dataset * codestyle * add unittest * code style
-
由 yangguohao 提交于
* 'TripletMarginDistanceLoss' * 'test_file' * '2022_03_27' * 2022-03-31 * 2022-04-05 * 2 * 2022-04-17 * 2022-04-17_2 * 2022-04-17_3 * 2022-04-17_4 * 2022-04-25 * 2022-05-02_V1 * 2022-05-06_V1 * 2022-05-07_V1 * Update loss.py * Update loss.py * Update loss.py * Update loss.py * Update loss.py * Update loss.py * Update loss.py * Update loss.py * Update loss.py * Update loss.py * 2022-06-01_pre-commit * 2022-06-05 * 2022-06-06 * 2022-06-07 * 2022-06-07_V2
-
由 YuanRisheng 提交于
-
由 WangZhen 提交于
* Refine covnert_var_shape in dy2st * Fix UT error * Return paddle.shape only when has_negative and fix test_tensor_shape error * Fix test_jit_save_load error
-
由 Ruibiao Chen 提交于
-
由 zhangkaihuo 提交于
-
由 zhangkaihuo 提交于
* use GpuMemcpy and GpuMemset * sparse convert kernel support double dispatch by indices dtype * cudaMemcpyKind->gpuMemcpyKind
-
由 Aurelius84 提交于
* [Dy2Stat]Remove fluid.layers in transformer code * remove useless return_name_vars * fix unittest * fix unittest * fix unittest
-
- 10 6月, 2022 12 次提交
-
-
由 limingshu 提交于
-
由 光明和真理 提交于
-
由 fuyou765 提交于
-
由 YuanRisheng 提交于
* change tensor name * fix unittest bugs
-
由 tiancaishaonvjituizi 提交于
-
由 cambriconhsq 提交于
-
由 Allen Guo 提交于
* add unary ops * move to activation_ops
-
由 Weilong Wu 提交于
* Add option for test executor profiler * Change option for test executor_profiler
-
由 enzodechine 提交于
* Re-implemented check_finite_and_unscale_op with newly added xdnn api *test=kunlun * Re-implemented check_finite_and_unscale_op with newly added xdnn api *test=kunlun
-
由 fwenguang 提交于
-
由 Kaipeng Deng 提交于
* fix structure infos conflict in static return_list mode. test=develop
-
由 Qi Li 提交于
-
- 09 6月, 2022 8 次提交
-
-
由 fwenguang 提交于
-
由 fuyou765 提交于
-
由 cifar10 提交于
-
由 zhaoyingli 提交于
-
由 Aurelius84 提交于
[Dy2Stat]Add apply_optimization for @to_static and remove BreakTransformOptimizer by default (#43320) * [Dy2Stat]Add apply_optimization for @to_static and remove BreakTransformOptimizer by default * fix unittest
-
由 cambriconhsq 提交于
-
由 crystal 提交于
Co-authored-by: NLiu Yiqun <liuyiqun01@baidu.com>
-
由 Aurelius84 提交于
* [Dy2stat]Add RollBack into original dygraph function for @to_static * fix unittest * [Dy2Stat]Support deepcopy Net instance after @to_static
-
- 08 6月, 2022 5 次提交
-
-
由 zhouweiwei2014 提交于
-
由 zhaoyingli 提交于
* add fetch_list * fix evaluate log * tiny fix
-
由 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
-
由 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
-
由 YuanRisheng 提交于
* move_group_norm * move group norm backward * fix code format * modify code according comment
-