- 22 5月, 2020 1 次提交
-
-
由 FlyingQianMM 提交于
-
- 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. * move danet to Paddle/Contrib (#4285) * update new api for rrpn (#4296) update new api for rrpn * Fix transformer save_inference_model (#4306) * upgrade save and load interface (#4311) * upgrade dcn and xdeepfm, change from all old save/load api to fluid.save and fluid.load * test=develop * modify save and load to 1.7 api for rrpn (#4310) * modify save and load to 1.7 api * add func to load parm * Add VOT models (#4257) * First version for VOT models. * Include SiamFC and ATOM. * A unified architecture for ATOM and Siames series models. * update vot code (#4338) * [VOT]Remove local.py generate step, add tracking gif to README (#4344) * update vot code * remove local.py generate step, add tracking gif to README * fix word usage in readme * add got10k download website * add pip install paddlepaddle-gpu * fix word usage * do not print stack frame when train process killed (#4346) * do not print stack frame when train process killed * add note about VOT does not support windows platform! * test=develop add word2vec demo 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> Co-authored-by: Nwangguanzhong <jerrywgz@126.com> Co-authored-by: Nchengjuntao <18222160892@163.com> Co-authored-by: Nliu zhengxi <380185688@qq.com> Co-authored-by: Nxujiaqi01 <173596896@qq.com> Co-authored-by: NDouble_V <liuvv0203@163.com>
-
- 14 1月, 2020 1 次提交
-
-
由 chengjuntao 提交于
* add rrpn for models
-
- 15 11月, 2019 1 次提交
-
-
由 hysunflower 提交于
-
- 05 7月, 2019 1 次提交
-
-
由 FDInSky 提交于
* add check gpu for deeplabe3+, icnet, rcnn * modify based on review * modify based on review
-
- 04 4月, 2019 1 次提交
-
-
由 Yibing Liu 提交于
* Shift up fluid models * Update nlp submodules * Add redirect guide in org readme * Move HiNAS_models to AutoDL
-
- 11 3月, 2019 1 次提交
-
-
由 qingqing01 提交于
* Improve inference * Update reader * Update doc
-
- 02 2月, 2019 2 次提交
-
-
由 jerrywgz 提交于
* fix bug in eval faster & refine code
-
由 qingqing01 提交于
* Delete file * Rever the raw file
-
- 01 2月, 2019 1 次提交
-
-
由 Yibing Liu 提交于
* Adjust the structure of whole repo * Correct the readme for speec * Update submodules LAC, Senta and SimNet
-
- 30 1月, 2019 2 次提交
- 10 1月, 2019 1 次提交
-
-
由 jerrywgz 提交于
-
- 09 1月, 2019 1 次提交
-
-
由 jerrywgz 提交于
-
- 08 1月, 2019 1 次提交
-
-
由 zhengya01 提交于
* add ce for faster_rcnn * add ce for faster_rcnn * add ce * add ce * update faster_rcnn * update faster_rcnn
-
- 29 10月, 2018 1 次提交
-
-
由 qingqing01 提交于
-
- 17 10月, 2018 1 次提交
-
-
由 jerrywgz 提交于
* add config for Faster RCNN * adaptive value for lr_steps
-
- 26 9月, 2018 1 次提交
-
-
由 qingqing01 提交于
-
- 20 9月, 2018 1 次提交
-
-
由 jerrywgz 提交于
* refine test reader return * add infer and parse_args
-
- 18 9月, 2018 1 次提交
-
-
由 Xingyuan Bu 提交于
* change epoch to iter * add smooth loss for logging
-
- 14 9月, 2018 1 次提交
-
-
由 jerrywgz 提交于
* Object detection model: faster-rcnn by @jerrywgz @sefira @qingqing01
-
- 13 8月, 2018 1 次提交
-
-
由 minqiyang 提交于
-
- 21 3月, 2018 1 次提交
-
-
由 dangqingqing 提交于
-
- 27 2月, 2018 1 次提交
-
-
由 wanghaoshuang 提交于
2. Add inference script 3. Add load model script 4. Add some functions into ctc_reader
-
- 08 2月, 2018 1 次提交
-
-
由 wanghaoshuang 提交于
1. Move all network defining to 'crnn_ctc_model.py' 2. Add initilizer for some layers 3. Rename 'fluid/ocr' to 'fluid/ocr_recognition' 4. Remove copyright 5. Rename some functions
-
- 24 1月, 2018 2 次提交
-
-
由 wanghaoshuang 提交于
1. Remove 'ocr_ctc' directory to 'ocr'. 2. Init README.md 3. Fix learning rate and l2 4. Refine training log format 5. Reduce arguments of train function 6. Set filter_size of im2sequence dynamicly 7. Add fc op before GRU op
-
由 wanghaoshuang 提交于
-