- 21 10月, 2019 4 次提交
-
-
由 Feiyu Chan 提交于
* update to 1.6 APIs and fix bugs with tensorboard. (#3663) * ini commit for deepvoice, add tensorboard to requirements * fix urls for code we adapted from * fix makedirs for python2, fix README * fix open with encoding for python2 compatability * fix python2's str(), use encode for unicode, and str() for int * fix python2 encoding issue, add model architecture and project structure for README * add model structure, add explanation for hyperparameter priority order. * fix repitiio n in README_cn, and reorder that in README * README update; fix integer division issues for python2 compatability * fix data type for input data, specifier the int type as np.int64 to be platform agnostic * fix README for preprocess.py, use io.open instead of open for python2 compatability. * update commanline options, use new save/load API * fix IO conflict bug for data parallel training * only construct summary writer in process 0 to further avoid conflict * update details about checkpoint in README (#3673) * ini commit for deepvoice, add tensorboard to requirements * fix urls for code we adapted from * fix makedirs for python2, fix README * fix open with encoding for python2 compatability * fix python2's str(), use encode for unicode, and str() for int * fix python2 encoding issue, add model architecture and project structure for README * add model structure, add explanation for hyperparameter priority order. * fix repitiio n in README_cn, and reorder that in README * README update; fix integer division issues for python2 compatability * fix data type for input data, specifier the int type as np.int64 to be platform agnostic * fix README for preprocess.py, use io.open instead of open for python2 compatability. * update commanline options, use new save/load API * fix IO conflict bug for data parallel training * only construct summary writer in process 0 to further avoid conflict * fix typos and update details for checkpoints * update installation guide
-
由 whs 提交于
-
由 Li Fuchen 提交于
* add windows support on language model download dataset.
-
由 SYSU_BOND 提交于
-
- 18 10月, 2019 9 次提交
-
-
由 Liufang Sang 提交于
-
由 Yibing Liu 提交于
-
由 ruri 提交于
* update new fluid.data and data_loader interface and add check_version
-
由 Yibing Liu 提交于
-
由 SYSU_BOND 提交于
* update for paddle 1.6 * update optimize op in paddle 1.6 * fix ernie based in paddle 1.6 * fix coding for windows
-
由 zhoushiyu 提交于
-
由 pkpk 提交于
-
由 pkpk 提交于
-
由 pkpk 提交于
-
- 17 10月, 2019 11 次提交
-
-
由 Yibing Liu 提交于
-
由 bbking 提交于
* emotion-detection => 1.6 * ERNIE => 1.6 * [PaddleNLP] update emotion_detection readme * [PaddleNLP] emotion_detection add download.py for windows user
-
由 hutuxian 提交于
-
由 zhang wenhui 提交于
* modify PaddleRec readme
-
由 0YuanZhang0 提交于
* fix_dgu_ade_dnet * fix_readme
-
由 Kaipeng Deng 提交于
* refine download sh to py * update QUICK_STARTED * refine yolov3/rcnn/ssd dataset download * refine docs
-
由 Liufang Sang 提交于
-
由 zhang wenhui 提交于
* update api in PaddleRec, test=release/1.6 * fix encoding, os.path.join, test=release/1.6 * fix encoding, os.path.join, test=release/1.6
-
由 Liufang Sang 提交于
-
由 Guo Sheng 提交于
* Update Transformer using Paddle-1.6 apis. * Add check_version for Paddle-1.6 and reorganize utils including check, configuration, etc.
-
由 Li Fuchen 提交于
* add quick download link of bos in README.
-
- 16 10月, 2019 16 次提交
-
-
由 wangguanzhong 提交于
-
由 0YuanZhang0 提交于
-
由 Kaipeng Deng 提交于
* remove actual_shape * change version to 1.5 in yolov3
-
由 Li Fuchen 提交于
* Use new save/load api and change fluid.layers.data to fluid.data * add check for paddle version
-
由 LiuHao 提交于
-
由 Li Fuchen 提交于
* Use new save/load api in ptb_lm * add check for paddle version
-
由 0YuanZhang0 提交于
* Remove KD scripts * Add ERNIE2.0 service * Update server * Update MTL * Update README.md * Update README.md for MTL * Update README.md * upgrade_dmtk_name
-
由 pkpk 提交于
cherry-pick the readme from develop
-
由 pkpk 提交于
Those images are for the new readme of PaddleNLP.
-
由 Bai Yifan 提交于
-
由 bbking 提交于
* emotion-detection => 1.6 * ERNIE => 1.6 * [PaddleNLP] update emotion_detection readme
-
由 wangguanzhong 提交于
* unify reader to dataloader * add check_version
-
由 wangguanzhong 提交于
-
由 kinghuin 提交于
* Update README.md * padding ernie * modify ernie * modify code style * remove squeeze_labels * fix lod/ernie input_mask dtype * padding LAC/ERNIE revert squeeze * padding LAC/ERNIE revert label shape * padding LAC/ERNIE add padded_token_embeddings
-
由 Bai Yifan 提交于
* doc add eval&infer usage * doc fix
-
由 Yibing Liu 提交于
* Upgrade bert to 1.6 api * Use inplace for reshape
-