- 07 12月, 2020 1 次提交
-
-
由 Zeyu Chen 提交于
-
- 25 11月, 2020 1 次提交
-
-
由 LiuChiachi 提交于
-
- 20 11月, 2020 1 次提交
-
-
由 Zeyu Chen 提交于
-
- 09 11月, 2020 2 次提交
- 04 11月, 2020 1 次提交
-
-
由 hong 提交于
-
- 25 9月, 2020 4 次提交
-
-
由 wanghuancoder 提交于
* fix ptb_dy time print for benchmark, test=develop * add ips print for language_model, test=develop
-
由 hong 提交于
* add tokens/sec; test=develop * change np.array to np.asarray to avoid data copy; test=develop
-
由 hong 提交于
-
由 hong 提交于
-
- 24 9月, 2020 1 次提交
-
-
由 Leo Chen 提交于
-
- 23 9月, 2020 1 次提交
-
-
由 wanghuancoder 提交于
* fix ptb_dy time print for benchmark, test=develop * use pre-commit formate code
-
- 22 9月, 2020 1 次提交
-
-
由 wanghuancoder 提交于
* fix language_model timecost algorithm * fix dataloader time calc, test=develop
-
- 12 9月, 2020 1 次提交
-
-
由 Tao Luo 提交于
-
- 07 9月, 2020 1 次提交
-
-
由 LiuChiachi 提交于
-
- 06 8月, 2020 1 次提交
-
-
由 LiuHao 提交于
-
- 10 7月, 2020 1 次提交
-
-
由 tianxin 提交于
-
- 03 6月, 2020 1 次提交
-
-
由 Jacek Czaja 提交于
Added missing vars Author: Jacek Czaja <jacek.czaja@intel.com>
-
- 19 5月, 2020 1 次提交
-
-
由 liu zhengxi 提交于
-
- 18 5月, 2020 1 次提交
-
-
由 0YuanZhang0 提交于
-
- 14 5月, 2020 2 次提交
-
-
由 liu zhengxi 提交于
* update api to 1.8 for transformer and similarity_net, test=develop * update readme, test=develop
-
由 Xing Wu 提交于
-
- 11 5月, 2020 1 次提交
-
-
由 Xing Wu 提交于
* update lac and seq2seq to api_1.8 * update lac and seq2seq to api_1.8 * update lac and seq2seq to api_1.8
-
- 08 5月, 2020 1 次提交
-
-
由 0YuanZhang0 提交于
* upgrade_dialogue_models * fix_upgrade_models_comments
-
- 24 4月, 2020 1 次提交
-
-
由 Guo Sheng 提交于
-
- 03 4月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
* fix models because the gradient clip strategy has been upgraded,test=develop * fix models because the gradient clip strategy has been upgraded,test=develop
-
- 02 4月, 2020 1 次提交
-
-
由 Li Fuchen 提交于
-
- 20 3月, 2020 1 次提交
-
-
由 pkpk 提交于
-
- 17 3月, 2020 1 次提交
-
-
由 zhengya01 提交于
-
- 14 3月, 2020 1 次提交
-
-
由 0YuanZhang0 提交于
-
- 13 3月, 2020 1 次提交
-
-
由 XiaoguangHu 提交于
* delete contrib Research and legacy * add acl2019-arnor * add readme.md for PaddleKG * update CoKE
-
- 11 3月, 2020 1 次提交
-
-
由 Yibing Liu 提交于
-
- 10 3月, 2020 1 次提交
-
-
由 Guo Sheng 提交于
2. Fix the leaving gen_data.sh in dygraph Transformer.
-
- 09 3月, 2020 3 次提交
-
-
由 pkpk 提交于
-
由 pkpk 提交于
-
由 Xiaoyao Xi 提交于
-
- 01 3月, 2020 1 次提交
-
-
由 王肖 提交于
* Update README.md (#4267) * test=develop (#4269) * 3d use new api (#4275) * PointNet++ and PointRCNN use new API * Update Readme of Dygraph BERT (#4277) Fix some typos. * Update run_classifier_multi_gpu.sh (#4279) remove the CUDA_VISIBLE_DEVICES * Update README.md (#4280) * add similarity_net dygraph * fix similarity_net dygraph * fix bugs of dygraph/similarity_net * Fix some bugs running on the GPU of dygraph/similarity_net * fix a bug in pointwise mode of dygraph/similarity_net * fix a bug of paddleNLP/similarity_net * fix a bug and remove unuse files of dygraph/similarity_net Co-authored-by: Npkpk <xiyzhouang@gmail.com> Co-authored-by: NKaipeng Deng <dengkaipeng@baidu.com>
-
- 28 2月, 2020 1 次提交
-
-
由 pkpk 提交于
* Update README.md (#4267) * test=develop (#4269) * 3d use new api (#4275) * PointNet++ and PointRCNN use new API * Update Readme of Dygraph BERT (#4277) Fix some typos. * Update run_classifier_multi_gpu.sh (#4279) remove the CUDA_VISIBLE_DEVICES * Update README.md (#4280) * 17 update api (#4294) * update1.7 save/load & fluid.data * update datafeed to dataloader * Update resnet_acnet.py (#4297) Bias attr of square conv should be "False" rather than None during training mode. * test=develop * test=develop * test=develop * test=develop * test Co-authored-by: NKaipeng Deng <dengkaipeng@baidu.com> Co-authored-by: Nzhang wenhui <frankwhzhang@126.com> Co-authored-by: Nparap1uie-s <parap1uie-s@users.noreply.github.com>
-
- 24 2月, 2020 1 次提交
-
-
由 Xing Wu 提交于
* update save/load for v1.7 * update load api * update load api
-
- 22 2月, 2020 1 次提交
-
-
由 Guo Sheng 提交于
* Update PaddleMT/transformer to use new while_loop API. * Updata PaddleMT/transformer to new save/load API. * Change d_key to d_value in cached keys. * Update PaddleMT/transformer inference_model to use new load API. * Make Transformer support to load py2 saved models.
-