- 02 12月, 2022 5 次提交
-
-
由 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
-
由 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
-
由 heyanru 提交于
-
由 cyber-pioneer 提交于
-
- 01 12月, 2022 3 次提交
-
-
由 heyanru 提交于
-
由 heyanru 提交于
-
由 201716010711 提交于
-
- 30 11月, 2022 3 次提交
-
-
由 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
-
- 29 11月, 2022 10 次提交
-
-
由 HongyuJia 提交于
-
由 傅剑寒 提交于
-
由 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
-
由 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 7 次提交
-
-
由 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
-
由 201716010711 提交于
-
由 201716010711 提交于
-
由 xiaoguoguo626807 提交于
* remove fluid.reduce_sum * remove fluid.reduce_sum * modify axis and import paddle * modify keepdim and out_name * modift unittest * modift unittest * modify CI_static and loss.py * modify test_mse_loss * modify static ci * modify static ci datatype * add import paddle in test * fix conflict * fix conflict * modify ci * modify ci * fix_conflict * fix bug * code_style
-
- 26 11月, 2022 1 次提交
-
-
由 201716010711 提交于
-
- 25 11月, 2022 3 次提交
-
-
由 201716010711 提交于
-
由 Vvsmile 提交于
remove random_crop which is not used in Paddle 2.0
-
由 yunyaoXYY 提交于
* Clean fluid resize_linear API * Clean fluid image_resize_short API * add image_resize back
-
- 24 11月, 2022 8 次提交
-
-
由 zqw_1997 提交于
-
由 201716010711 提交于
-
由 ccrrong 提交于
* move conv3d * remove unused import
-
由 ccrrong 提交于
-
由 傅剑寒 提交于
-
由 傅剑寒 提交于
* remove brelu in nn.py under fluid * add brelu op test case
-
由 HongyuJia 提交于
* support default use_gpudnn=True * fully support cudnn in phi * add header file * add white_list, verify accuracy * phi support all cudnn * opt affine_grad * try different arches of pretrained_model * try different arches of pretrained_model * add debug string * debug eager_method * add debug string, pass all local ctest * polish all debug code * delete use_cudnn relevant code autogen * fix depthwise_conv2d * Share all other members of Tensor except use_cudnn * polish codes according to review opinion * polish codes according to review opinion, fix bug * polish codes according to review opinion, opt performance * polish codes according to review opinion, fix pooling.py
-
由 傅剑寒 提交于
* remove expand and eye under fluid.layers * delete expand API test case
-