- 31 10月, 2019 2 次提交
-
-
由 Yibing Liu 提交于
-
由 Yibing Liu 提交于
-
- 30 10月, 2019 9 次提交
-
-
由 huangjun12 提交于
* add log out for tall reader * fix log info of tall reader
-
由 LiuHao 提交于
-
由 SYSU_BOND 提交于
* update PaddleNLP lexical_analysis for Release/1.6 (#3664) * update for paddle 1.6 * update optimize op in paddle 1.6 * fix ernie based in paddle 1.6 * fix coding for windows * update downloads.py (#3672) * Fix infer bug on Release/1.6 * fix bug on ernie based inferring * replace open with io.open to be compatible with windows (#3707) * update README.md
-
由 bbking 提交于
* update PaddleNLP emotion_detection and ernie for Release/1.6 (#3608) * emotion-detection => 1.6 * ERNIE => 1.6 * [PaddleNLP] update emotion_detection readme * [PaddleNLP] emotion_detection add download.py (#3649) * emotion-detection => 1.6 * ERNIE => 1.6 * [PaddleNLP] update emotion_detection readme * [PaddleNLP] emotion_detection add download.py for windows user * [PaddleNLP] fix emotion_detection open problem, add paddlehub version (#3706) * update emotion-detection readme and fix open problem * fix ernie
-
由 Li Fuchen 提交于
* update DeepASR API and README * update readme * update README
-
由 Yibing Liu 提交于
-
由 Dilyar 提交于
* update simnet
-
由 huangjun12 提交于
-
由 Feiyu Chan 提交于
fix typos in PaddleNLP/README.md
-
- 29 10月, 2019 3 次提交
-
-
由 wangguanzhong 提交于
* fix fruit dataset * fix md5
-
由 zhengya01 提交于
* update .run_ce.sh * chmod +x .run_ce.sh * add ce * add ce * add ce * add ce
-
由 Feiyu Chan 提交于
dv3: add trained model link for downloading
-
- 28 10月, 2019 7 次提交
-
-
由 ruri 提交于
* move release 1.6 code to dev for tagging * syn merged pr
-
由 Kaipeng Deng 提交于
* change voc_loader
-
由 wangguanzhong 提交于
-
由 SunAhong1993 提交于
* add x2coco.py * Update DATA.md * Update DATA_cn.md
-
由 Guo Sheng 提交于
* Update Transformer using Paddle-1.6 apis. (#3614) * Update Transformer using Paddle-1.6 apis. * Add check_version for Paddle-1.6 and reorganize utils including check, configuration, etc. * mv neural_machine_translation to PaddleMT (#3732) * Paddle1.6 transformer fix (#3755) * Revert "mv neural_machine_translation to PaddleMT (#3732)" This reverts commit a46365b6. * Delete Transformer unremoved palm dir. * Rename neural_machine_translation as PaddleMT. * Update to PaddleMT in README.md
-
由 1024的传说 提交于
* add new seq2seq example: rnn_search (#3574) * re-commit seq2eq example: rnn search * add new_seq2seq examples: rnn_search and vae_text * modify dataset description in vae_text/README.md * modify vae_text/README.md and vae_text/download.py * update vae_text/infer.sh and vae_text/README.md * add multi-gpu support for rnn_search; fix windows support for rnn_search and vae_text * remove parallel argument in args.py * remove hard codes * remove hard codes * update download.py for windows download * fix model path for windows in vae_text/infer.py * fix python2 utf-encoding * fix utf-8 error in python2 when predict (#3721) * change rnn_search to seq2seq; change vae_text to variational seq2seq (#3734) * re-commit seq2eq example: rnn search * add new_seq2seq examples: rnn_search and vae_text * modify dataset description in vae_text/README.md * modify vae_text/README.md and vae_text/download.py * update vae_text/infer.sh and vae_text/README.md * add multi-gpu support for rnn_search; fix windows support for rnn_search and vae_text * remove parallel argument in args.py * remove hard codes * remove hard codes * update download.py for windows download * fix model path for windows in vae_text/infer.py * fix python2 utf-encoding * change rnn_search to seq2seq; change vae_text to variational seq2seq * change rnn_search to seq2seq; change vae_text to variational seq2seq * mv variational seq2seq to variational_seq2seq * remove old projects (#3736) * fix use_gpu=False error (#3775) * update_seq2seq_readme (#3783)
-
由 Bai Yifan 提交于
-
- 26 10月, 2019 1 次提交
-
-
由 wangguanzhong 提交于
-
- 25 10月, 2019 6 次提交
-
-
由 qingqing01 提交于
-
由 Feiyu Chan 提交于
fix typos for paddle dialogue, and reserve a link for PaddleMT
-
由 Li Fuchen 提交于
* Use new save/load api and change fluid.layers.data to fluid.data (#3547) * Use new save/load api and change fluid.layers.data to fluid.data * add check for paddle version * Use new save/load api in ptb_lm (#3546) * Use new save/load api in ptb_lm * add check for paddle version * unify reader to dataloader (#3488) unify reader to dataloader * Use new save/load api and change fluid.layers.data to fluid.data (#3547) * Use new save/load api and change fluid.layers.data to fluid.data * add check for paddle version
-
由 Feiyu Chan 提交于
add link for TALL into develop, fix link for PaddleLARK in README.md
-
由 Kaipeng Deng 提交于
-
由 Bai Yifan 提交于
-
- 24 10月, 2019 7 次提交
-
-
由 0YuanZhang0 提交于
-
由 0YuanZhang0 提交于
-
由 hutuxian 提交于
-
由 Feiyu Chan 提交于
* add reciprocal links for both READMEs
-
由 qingqing01 提交于
-
由 Kaipeng Deng 提交于
-
由 wangguanzhong 提交于
* add export_model doc
-
- 23 10月, 2019 5 次提交
-
-
由 qingqing01 提交于
-
由 Guanghua Yu 提交于
-
由 Yuan Gao 提交于
* add CACascadeRCNN doc * add pretrain model download link
-
由 Kaipeng Deng 提交于
use io.open instead open in rcnn/yolo/ssd
-
由 SunAhong1993 提交于
* fix the labelme2coco.py * fix the labelme2coco.py
-