- 08 12月, 2022 39 次提交
-
-
由 HongyuJia 提交于
-
由 201716010711 提交于
-
由 kangguangli 提交于
-
由 kangguangli 提交于
* replace fluid.layers.matmul in fluid/io.py * fix doc error in fluid.layers.nn.sampling_id
-
由 jakpiase 提交于
Reenabled ext_reorder recording for TransDataLayoutFromOneDNN
-
由 kangguangli 提交于
* replace layers.cross_entropy with paddle.entropy * fix args * fix codestyle
-
由 wangzhen38 提交于
* [remove fluid] under unittesets of linear api * [remove fluid] under unittesets of linear api * [remove fluid] under unittesets of linear api * [remove fluid] under unittesets of linear api * [remove fluid] under unittesets of linear api * [remove fluid] under unittesets of linear api * [remove fluid] fluid dygrapn linear api * [remove fluid] fluid dygrapn linear api * [remove fluid] fluid dygrapn linear api
-
由 姜永久 提交于
* rm dygraph_to_static eager guard tests part2 minst2ptb_lm
-
由 sneaxiy 提交于
-
由 Wangzheee 提交于
* general optimization no_varlen embedding layernorm
-
由 liu zhengxi 提交于
-
由 lugimzzz 提交于
-
由 houj04 提交于
* [XPU] add load op into oplist. * remove test_sampling_id_op_xpu.py
-
由 Infinity_lee 提交于
* fix english docs typo errors the errors in docs as same as chinese pr 5468 * update docs; test=docs_preview Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
-
由 huangjiyi 提交于
* move cuda_graph from fluid to phi * move device_memory_aligment from fluid to phi * Revert "move device_memory_aligment from fluid to phi" This reverts commit b92fcd39a0a50fdac13278f49be0237a85f3a13f. * update xpu cmake
-
由 tianshuo78520a 提交于
* fix-gpups * test=document_fix
-
由 heyanru 提交于
[Fluid Clean] remove unfold, deformable_roi_pooling, shard_index, hard_swish, mish, uniform_random, unbind (#48451)
-
由 Wilber 提交于
-
由 liu zhengxi 提交于
-
由 Ruibiao Chen 提交于
-
由 zqw_1997 提交于
-
由 QingshuChen 提交于
*test=kunlun
-
由 Ghost Screaming 提交于
* Fix bug of reduce_sum op. When input.numel() > INT32_MAX, its result is wrong. * Remove climits. * Clean fluid API in paddle/distributed and paddle/fleetx folders. Include following files: python/paddle/distributed/__init__.py python/paddle/distributed/collective.py python/paddle/distributed/fleet/utils/fs.py python/paddle/distributed/fleet/utils/hybrid_parallel_inference.py python/paddle/distributed/fleet/utils/hybrid_parallel_util.py python/paddle/distributed/fleet/utils/internal_storage.py python/paddle/distributed/launch/context/device.py python/paddle/distributed/parallel.py python/paddle/distributed/parallel_with_gloo.py python/paddle/distributed/spawn.py python/paddle/framework/__init__.py To be mentioned, 'paddle.fluid.dygraph.parallel.ParallelEnv' and 'fluid.framework.core' keeps unchanged in those files. ParallelEnv is used by paddle.fluid.dygraph.parallel.DataParallel. However, APIs in paddle.fluid.dygraph.parallel can't be migrated to paddle.distributed, as there exists cyclic import dependencies in modules like paddle.static, paddle.tensor. And 'fluid.framework.core' will be changed to import framework.core after fluid.core is transmitted. * Change TODO authors.
-
由 Aurelius84 提交于
* [API Clean]Clean __all__ to avoid exposing usless API * fix import * fix typo * remove tracedLayer unittest
-
由 201716010711 提交于
-
由 Netpunk 提交于
* remove bbox_util.h from phi * add file bbox_util.h * reframe bbox_util.h
-
由 六个骨头 提交于
* add onehot trt converter * add unitest * fix bug * opt code * fix bug * fix depth_tensor * fix unitest * fix bug * fix unitest * fix bug * fix bug * fix bug * fix bug
-
由 Netpunk 提交于
-
由 Ghost Screaming 提交于
* Merge branch 'reduce_sum' of https://github.com/GhostScreaming/Paddle into mine_fluid_clean_common. * Fix some bugs. * Clean APIs in python/paddle/fluid/layers/control_flow.py * Polish code style. * Change API. * Fix some bugs. * Fix some bugs.
-
由 Wilber 提交于
-
由 Roc 提交于
Remove fluid dygrah apis GroupNorm TreeConv Move fluid dygraph apis Flatten SpectralNorm
-
由 wanghuancoder 提交于
-
由 Nyakku Shigure 提交于
* [CodeStyle][F811] fix some unittests * fix setup.py * remove ignore from flake8 config * remove repeat TestAbsDoubleGradCheck * fix rrelu test * fix fft ut * add noqa in fluid.lstm ut * add rtol and atol in test_matmul_v2_op * update rtol * empty commit * empty commit * revert changes in matmul ut and add noqa * rename test case name
-
由 risemeup1 提交于
* optimize setup.py * modify setup.py * modify setup.py * modify setup.py * modify setup.py after zhangbo reviewed
-
由 姜永久 提交于
-
由 Guanghua Yu 提交于
-
由 201716010711 提交于
-
由 risemeup1 提交于
[Fluid Clean]move inplace_apis_indygraph_only from paddle.flud.dygraph.inplace_utils to paddle.utils (#48744) * move inplace_apis_indygraph_only from paddle.flud.dygraph.inplace_utils to paddle.utils * modify conflict * modify conflict * modify conflict * modify conflict * modify conflict * modify conflict * modify conflict * modify static-check ci error * fix conflict * modify failed tests * fix conflict * fix conflict * fix pool2d examples * modify conflict * fix failed tests * fix conflict * fix failed tests * modfiy problem of deleting pool2d
-
由 Yiqun Liu 提交于
-
- 07 12月, 2022 1 次提交
-
-
由 zqw_1997 提交于
* remove paddle.fluid.layers.nn.temporal_shift * code check * rm unittest * remove fluid.yolo_box * remove fluid.yolov3_loss * change the comments of yolov3_loss to yolo_loss
-