- 29 11月, 2022 2 次提交
-
-
由 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
-
由 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 次提交
-
-
由 wangzhen38 提交于
* [remove fluid] under unittesets of instancenorm * [remove fluid] under unittesets of instancenorm * [remove fluid] under unittesets of instancenorm * [remove fluid] under unittesets of instancenorm * [remove fluid] under unittesets of instancenorm
-
由 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
-
由 201716010711 提交于
-
- 26 11月, 2022 1 次提交
-
-
由 201716010711 提交于
-
- 24 11月, 2022 7 次提交
-
-
由 zqw_1997 提交于
-
由 yuehuayingxueluo 提交于
-
由 201716010711 提交于
-
由 ccrrong 提交于
* move conv3d * remove unused import
-
由 ccrrong 提交于
-
由 傅剑寒 提交于
-
由 傅剑寒 提交于
* remove expand and eye under fluid.layers * delete expand API test case
-
- 23 11月, 2022 6 次提交
-
-
由 Vvsmile 提交于
* Remove API: scatter replace paddle.fluid.layers.scatter with paddle.scatter * modify the call of scatter from old style to new style
-
由 Vvsmile 提交于
remove mean_iou which is not used in paddle 2.0
-
由 Vvsmile 提交于
* Remove API: label_smooth (replace with paddle.nn.functional.label_smooth) Replace the paddle.fluid.layers.label_smooth with the paddle.nn.functional.label_smooth * modify the call of label_smooth from old style to new style
-
由 Vvsmile 提交于
remove dice_loss which is not used in paddle 2.0
-
由 ccrrong 提交于
-
由 ccrrong 提交于
-
- 22 11月, 2022 1 次提交
-
-
由 yuehuayingxueluo 提交于
* clear fluid apis: center_loss, bpr_loss, edit_distance, hsigmoid, sampled_softmax_with_cross_entropy, rank_loss, margin_rank_loss, sigmoid_cross_entropy_with_logits, huber_loss * fix python/paddle/fluid/layers/loss.py * fix test_layers.py * fix CI bug * fix nn.py
-
- 21 11月, 2022 4 次提交
- 20 11月, 2022 1 次提交
-
-
由 ccrrong 提交于
* remove range
-
- 17 11月, 2022 3 次提交
- 16 11月, 2022 3 次提交
- 14 11月, 2022 1 次提交
-
-
由 HongyuJia 提交于
-
- 07 11月, 2022 1 次提交
-
-
由 JYChen 提交于
* remove paddle.fluid.dygraph.nn.conv2D * fix ut * fix conv fp16 UT
-
- 03 11月, 2022 2 次提交
-
-
由 JYChen 提交于
* move fluid.layers.deformable_conv to static.nn * modify example code * fix doc * Update common.py Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
-
由 Nyakku Shigure 提交于
* [CodeStyle][py2][U008] remove unnecessary args in `super()` * remove remained args * revert changes in test_pylayer_op * Revert "revert changes in test_pylayer_op" This reverts commit ff185a9ae738afac3b0264f61bde6c6b7f72e7c4. * revert some changes in example code
-
- 01 11月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* [CodeStyle][E711] use `is`/`is not` for comparison with `None` * `self.assertTrue($A is None)` -> `self.assertIsNone($A)` * `self.assertTrue($A is not None)` -> `self.assertIsNotNone($A)` * `self.assertFalse($A is None)` -> `self.assertIsNotNone($A)` * `self.assertEqual($A, None)` -> `self.assertIsNone($A)` * `self.assertNotEqual($A, None)` -> `self.assertIsNotNone($A)`
-