- 26 6月, 2019 4 次提交
-
-
由 zhengya01 提交于
* add ce for neural_machine_translation/transformer * add ce for neural_machine_translation/transformer * add ce for neural_machine_translation/transformer
-
由 Yang Zhang 提交于
* Tweak command line scripts enable fine grained control of command flags parsing switch to attribute style of accessing config options * Break down visualization function decouple it from IO operations * Move flag parsing out of `main()` * Fix a bug where `None` is returned instead of `{}` * Rename `save_xxx` to `output_xxx` in command line flags could be confusing since checkpoint is stored in `save_dir` * Support image file extensions in upper case
-
由 Yang Zhang 提交于
* Fix `norm_decay` in config files should be float value now * Clean up a bit mostly max line length related
-
由 Hongyu Liu 提交于
* add lstm api support; test=develop * change name from basic_api to basic_lstm; test=develop * fix format problem; test=develop
-
- 25 6月, 2019 9 次提交
-
-
由 Divano 提交于
* add ce for dygraph mnist * add ce for dygraph mnist * del mnist_dygraph.py * change mnist_dygraph to train * fix print style * add resnet * fix ce bug * fix ce decsription
-
由 cuicheng01 提交于
-
由 Guanghua Yu 提交于
* Fix ResNet18 and ResNet34 config.
-
由 Kaipeng Deng 提交于
* refine infer with args * remove samples * fix as review * refine code * refine args * move get_test_images to infer.py * add visualize log * fix images = [] * fix args * refine infer.py * fix yolov3_r34.yml
-
由 AIFollowers 提交于
* test=develop fix no random bug
-
由 lvmengsi 提交于
* fix infer and readme
-
由 Yang Zhang 提交于
-
由 jerrywgz 提交于
-
由 SunGaofeng 提交于
* Add ctcn model for action detection * remove data list from codebase
-
- 24 6月, 2019 18 次提交
-
-
由 Hongyu Li 提交于
-
由 Yang Zhang 提交于
-
由 Yang Zhang 提交于
developers only, not necessary for users
-
由 Yang Zhang 提交于
May be problematic for unattended runs.
-
由 pkpk 提交于
-
由 Guo Sheng 提交于
-
由 hutuxian 提交于
-
由 lytk1 提交于
-
由 Yang Zhang 提交于
-
由 Yang Zhang 提交于
-
由 Yang Zhang 提交于
-
由 xiaoting 提交于
* Fix type for faster_rcnn_50_2x. * Make sure that type of cpu_num is int.
-
由 whs 提交于
* Fix reader of slim. * Remove unused comments.
-
由 qingqing01 提交于
* Fix dtype for Yolov3. * Clean unit testing. * Add eval() for COCO-based algo.
-
由 Yang Zhang 提交于
* Merge setup.py and requirements.txt * Fix cascade head initializer fanout
-
由 lvmengsi 提交于
* fix py3
-
由 Guo Sheng 提交于
To avoid the error when use_program_cache is True in Transformer infe…rence. To avoid the data decode error.
-
由 qingqing01 提交于
* Unified object detection framework based on PaddlePaddle. * Include algo: Faster, Mask, FPN, Cascade, RetinaNet, Yolo v3, SSD.
-
- 23 6月, 2019 3 次提交
- 22 6月, 2019 4 次提交
- 21 6月, 2019 2 次提交
-
-
由 Hongyu Li 提交于
-
由 LielinJiang 提交于
* fix batch generate bug in eval.py.
-