- 09 10月, 2020 17 次提交
-
-
由 Feiyu Chan 提交于
-
由 zhupengyang 提交于
-
由 smallv0221 提交于
API(lstm_unit, lstmp, sequence_mask, sequence_enumerate, sequence_conv) error message enhancement (#27572) * API(Compute) error message enhancement on line 44, 50, 53. * lstm_unit error message enhancement. lstmp error message enhancement. sequence_conv error message enhencement. sequence_enumerate error message enhencement. sequence_mask error message enhencement. * Update lstm_unit_op.cc * Update lstm_unit_op.h * error msg enhancement. * Update sequence_conv_op.cc * Update lstm_unit_op.cc * Update sequence_conv_op.cc * Update sequence_enumerate_op.cc * Update sequence_enumerate_op.cu * Update sequence_enumerate_op.h * Update sequence_pool_op.h * error message enhencement. * error message enhancement.
-
由 Jacek Czaja 提交于
-
由 xiemoyuan 提交于
* Optimize the error message for OPs. * Optimize the error message for OPs in details.
-
由 gongweibao 提交于
-
由 zhulei 提交于
-
由 FlyingQianMM 提交于
* reimplement paddle.nn.functional.sigmoid_focal_loss. test=develop * fix reduction error message. test=develop * fix exp. test=develop * reset the shape of logit. test=develop * delete disable_static in example. test=develop
-
由 cc 提交于
-
由 Qi Li 提交于
-
由 Zhen Wang 提交于
-
由 LielinJiang 提交于
* keep summary mode unchange * add no grad decorator
-
由 LielinJiang 提交于
-
由 LielinJiang 提交于
* fix bilateral bug
-
由 YUNSHEN XIE 提交于
-
由 wanghuancoder 提交于
-
由 Chen Weihang 提交于
-
- 08 10月, 2020 6 次提交
-
-
由 wanghuancoder 提交于
* modify doc for ParameterList and LayerList, test=develop * add empty line after code-block, test=develop
-
由 wanghuancoder 提交于
-
由 wanghuancoder 提交于
-
由 wanghuancoder 提交于
* modify doc for Layer, test=develop * modify doc for Layer2, test=develop * set dtype default value to float32, test=develop * add example code for paddle.nn.Layer, test=develop * set create_parameter and create_variable dtype default value to None, test=develop * modify some example code, tet=develop * refine, test=develop * del no ues code, test=develop * modify doc, example code, args, test=develop * modify doc, test=develop
-
由 huangjun12 提交于
-
由 huangjun12 提交于
* fix huber_loss ans npair_loss doc and example code, test=document_fix * remove disable_static in example code, test=document_fix * remove huber_loss and refine npair_loss example code, test=document_fix * remove huber_loss in functional/__init__.py, test=document_fix
-
- 04 10月, 2020 1 次提交
-
-
由 Yiqun Liu 提交于
Polish the error message of fc, fused_fc_elementwise_layernorm and fused_embedding_seq_pool. (#27692) * Polish the error message of fc_op. * Polish the error message of fused_fc_elementwise_layer_norm op. * Polish an error message in fused_embedding_seq_pool_op.
-
- 02 10月, 2020 1 次提交
-
-
由 Huihuang Zheng 提交于
Add Simnet Test for V2 APIs. We used tool from https://www.paddlepaddle.org.cn/documentation/docs/zh/2.0-beta/guides/migration_cn.html#paddle1-xpaddle2-0beta to do v1.x to v2 transformation. This PR pulled changes from #27430, please DO NOT merge before #27430 is merged
-
- 01 10月, 2020 4 次提交
-
-
由 joanna.wozna.intel 提交于
* Add test skip from cmake * Remove print
-
由 Wojciech Uss 提交于
-
由 Jacek Czaja 提交于
* - condidate fix to issue #25537 test=develop * - UT for transpose NHWC test=develop
-
由 Wojciech Uss 提交于
-
- 30 9月, 2020 11 次提交
-
-
由 joanna.wozna.intel 提交于
* Add avx instructions check * Small fix * Change function name * Change uint to unsigned int
-
由 hong19860320 提交于
test=develop
-
由 ysh329 提交于
* Fix ErrorClipByValue api and demo code of clip_by_value. test=develop Co-authored-by: Ntianshuo78520a <707759223@qq.com>
-
由 123malin 提交于
* test=develop, update example
-
由 Leo Chen 提交于
* move dygraph amp api to paddle * refine code and add unit test
-
由 LielinJiang 提交于
* add visualdl callback
-
由 pangyoki 提交于
* add multinomial cpu kernel * fix C++ notype error * fix windows ci array len error * let array len be const * change array to vector * add cuda kernrl with num_distribution is 1, and not support replacement=False * add multinomial python api * support num_distribution different multinomial distributions * add categorical class * fix test_distribution enable_static error * add unittest for different setting of Categorical * optimize format * little change * little change * add raise error if shape not match, optimize format * fix windows CI dtype error in concat * little changes * little changes2 * change values type to int64 * change values type to int64 * change values type to int64
-
由 xiemoyuan 提交于
-
由 Huihuang Zheng 提交于
* Add test_resnet_v2.py test=develop
-
由 Wilber 提交于
-
由 LielinJiang 提交于
* refine grid_sample and temporal_shift
-