- 02 12月, 2022 11 次提交
-
-
由 Charles-hit 提交于
* move softmax to paddle2.0 * fix some bugs * resolve conflict * remove some code * modify code style * fix bugs * fix code * fix move code * fix some bugs * fix code * fix some code * modify the header file * fix bugs * fix some examples * fix mish example * fix code
-
由 zqw_1997 提交于
[fluid remove]: remove paddle.fluid.layers.nn.temporal_shift and paddle.fluid.layers.sigmoid_focal_loss (#48553) * remove paddle.fluid.layers.nn.temporal_shift * code check * rm unittest * remove paddle.fluid.layers.sigmoid_focal_loss
-
由 heyanru 提交于
-
由 LiYuRio 提交于
-
由 Vvsmile 提交于
* replace pad with paddle.nn.functional.pad and fix call arguments * solve the ImportError in PR-CI-Mac-Python3, which is called "cannot import name 'assign' from 'paddle.fluid.layers'" * fix the CI error of remove_pad by remove import paddle.nn.functional as F * fix the ImportError of remove_pad * fix functional call of pad
-
由 cyber-pioneer 提交于
move paddle.fluid.layers.tensor.create_parameter to paddle.tensor.creation.create_parameter (#48579)
-
由 heyanru 提交于
-
由 Roc 提交于
[Clean Fluid]Remove py_reader/double_buffer/create_py_reader_by_data/load from fluid.layer.io (#48589) rm py_reader/double_buffer/create_py_reader_by_data/load rm test_load_xpu
-
由 yuehuayingxueluo 提交于
* clear fluid apis in fleet and passes * fix model.py * fix model.py * fix cpp_pass.py * clear loss.py * change test file * fix some test_*.py * fix adaround.py * fix evaluator.py * fix CI bug * fix CI bug * fix decode.py * fix detection.py * fix ci bug * rm test_sigmoid_cross_entropy_with_logits_op_ipu.py and fix __init__.py * fix ci bug * fix ci BUG
-
由 cyber-pioneer 提交于
-
由 Wen Sun 提交于
* refactor: rm shrink_memory * refactor: rm create_array * refactor: rm array_length
-
- 01 12月, 2022 5 次提交
-
-
由 Aurelius84 提交于
* [Fluid Clean]Migrate utils files and delete dygraph_to_static dir * fix setup.py.in * fix import * fix unittest * fix code style * fix unittest
-
由 Roc 提交于
* mv accuracy and auc * rm distributions * rm get_places * replace metric
-
由 heyanru 提交于
-
由 heyanru 提交于
-
由 201716010711 提交于
-
- 30 11月, 2022 5 次提交
-
-
由 cyber-pioneer 提交于
-
由 ccrrong 提交于
-
由 Vvsmile 提交于
* replace log with paddle.log * replace log with paddle.nn.functional.log * fix the code style of remove_log * fix the ImportError of log * fix the error of modification of the dist_transformer.py * fix error of Static-Check
-
由 yunyaoXYY 提交于
[Clean fluid] Clean ones, reverse, save, save_combine, load_combine, has_inf, zeros_like and ones_like (#48424) * Clean fluid ones * clean ones_like * clean zeros_like * clean save,save_combine,load_combine * clean reverse * clean has_inf * clean reverse tests
-
由 yuehuayingxueluo 提交于
* clear fluid api: sigmoid_cross_entropy_with_logits * fix loss.py * change paddle.nn.functional.sigmoid_cross_entropy_with_logits * delete sigmoid_cross_entropy_with_logits * fix binary_cross_entropy_with_logits * fix ci bug * fix ci buf
-
- 29 11月, 2022 14 次提交
-
-
由 HongyuJia 提交于
-
由 HongyuJia 提交于
-
由 傅剑寒 提交于
-
由 Aurelius84 提交于
* [Fluid Clean]Migrate if/while/return/break transformer into paddle.jit * migrate call_transformer * migrate call_transformer
-
由 LiYuRio 提交于
* remove lod_tensor_to_array, array_to_lod_tensor, DynamicRNN * remove less_equal, greater_than, greater_equal, equal, not_equal
-
由 ccrrong 提交于
* remove pool3d
-
由 Vvsmile 提交于
* Remove API: lod_append remove lod_append which is not used in Paddle 2.0 * remove lod_append test file
-
由 201716010711 提交于
-
由 LiYuRio 提交于
* move instance_norm from fluid to static * move group_norm, data_norm to static
-
由 yunyaoXYY 提交于
[Clean fluid] Clean maxout, space_to_depth, affine_channel, similarity_focus and add_position_encoding (#48410) * Clean fluid maxout * Clean fluid space_to_depth * Clean fluid affine_channel and related tests * Clean fluid similarity_focus and related tests * Clean fluid add_position_encoding and related tests * Fix code style
-
由 ccrrong 提交于
* remove triu * use paddle.triu
-
由 Vvsmile 提交于
* Replace paddle.fluid.layers.gather_nd with paddle.gather_nd * replace gather_nd with paddle.gather_nd * fix the call of gather_nd * fix code style of gather_nd
-
由 201716010711 提交于
-
由 yunyaoXYY 提交于
* Clean fluid resize_linear API * Clean fluid image_resize_short API * add image_resize back * Clean psroi_pool and prroo_pool * Clean roi_pool and roi_align * delete test_trt_roi_align_op.py
-
- 28 11月, 2022 5 次提交
-
-
由 Vvsmile 提交于
* Remove API: squeeze Modify the funcation all of squeeze. Use paddle.squeeze to replace paddle.fluid.layers.squeeze * Remove: squeeze fix some modifications which are not needless to the original format * Fix the function call of 'squeeze' from old style to new style. * modify the call of squeeze from old style to new style * Modify the call of squeeze from old style to new style * replace squeeze with paddle.squeeze * modify the nn.py based on the review suggestion remove a redundant comment. * remove one comment which is not necessary
-
由 Vvsmile 提交于
* remove crop_tensor which is not used in paddle 2.0 * replace the crop_tensor with paddle.crop in orgnizing network
-
由 201716010711 提交于
-
由 傅剑寒 提交于
* remove flatten in nn.py under fluid * fix test case * fix test case * fix codestyle * fix codestyle * fix code style * remove extra test case * remove test case
-
由 yuehuayingxueluo 提交于
* clear fluid api: warpctc, nce, identity_loss * fix test_layers.py __init__.py * fix loss.py * change __init__.py and api calling method * fix nce * fix nce * fix fluid.data * delete warpctc api document * fix loss.py * fix ctc_loss * fix test_warpctc_op.py * fix test_layers.py * fix some bug * fix conflict * fix ci bug * Empty Commit test=allcase * fix ci bug
-