- 09 12月, 2022 14 次提交
-
-
由 kangguangli 提交于
-
由 yjphhw 提交于
* fix doc * test=document_fix Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
-
由 Zhang Jun 提交于
* add prelu
-
由 wenbin 提交于
-
由 Weilong Wu 提交于
* mv fused_bias_dropout_residual_ln to fluid manual dir * rm useless comments
-
由 feng_shuai 提交于
-
由 cyber-pioneer 提交于
-
由 kangguangli 提交于
replace cross_entropy except in python/paddle/fluid/tests/unittests/*.py && unittests/*/*.py (#48922)
-
由 kangguangli 提交于
replace cross_entropy in python/paddle/fluid/tests/unittests/test_[a-n]*.py except test_dist_transpiler.py (#48913)
-
由 姜永久 提交于
* rm distribution uniform eager guard test * review
-
由 姜永久 提交于
-
由 姜永久 提交于
-
由 HongyuJia 提交于
-
由 wuhuachaocoding 提交于
-
- 08 12月, 2022 26 次提交
-
-
由 zqw_1997 提交于
[fluid remove]: remove paddle.fluid.layers.detection_map, paddle.fluid.metrics.DetectionMAP and paddle.fluid.evaluator.DetectionMAP (#48674) * remove paddle.fluid.layers.nn.temporal_shift * code check * rm unittest * remove paddle.fluid.layers.detection_map and the class:DetectionMAP
-
由 ccrrong 提交于
* remove pool2d
-
由 Jianghai 提交于
* add cluster_partition and device_meshes to process_meshes funcs * add unitest
-
由 Kai Song 提交于
* fix 'BlasAXPBY unimplemented' error with custom device * fix utils CmakeLists bug
-
由 Chang Xu 提交于
-
由 haosicheng 提交于
-
由 HongyuJia 提交于
-
由 201716010711 提交于
-
由 kangguangli 提交于
-
由 kangguangli 提交于
* replace fluid.layers.matmul in fluid/io.py * fix doc error in fluid.layers.nn.sampling_id
-
由 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 提交于
-
由 liu zhengxi 提交于
-
由 lugimzzz 提交于
-
由 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>
-
由 heyanru 提交于
[Fluid Clean] remove unfold, deformable_roi_pooling, shard_index, hard_swish, mish, uniform_random, unbind (#48451)
-
由 liu zhengxi 提交于
-
由 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 提交于
-
由 六个骨头 提交于
* 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
-
由 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.
-