Popular repositories
-
-
-
-
-
Forked from tensorflow/tensorflow
Computation using data flow graphs for scalable machine learning
C++ 1
-
1,002 contributions in the last year
Contribution activity
December 2020
Created 10 commits in 4 repositories
Created 1 repository
Created a pull request in PaddlePaddle/FluidDoc that received 2 comments
Opened 17 other pull requests in 3 repositories
PaddlePaddle/PaddleDetection
11
merged
2
closed
- Rename filename in dygraph/ppdet/modeling and update changelog.
- Merge dygraph into master
- Merge dygraph into master
- Update docs
- Update README
- Update README
- Refine and clean code
- Clean code
- Add third-part tutorial
- Add third-part tutorial
- Add third-part tutorial
- [Cherry-pick] Add SOLOv2 link in README
- Add SOLOv2 link in README
PaddlePaddle/PaddleGAN
3
merged
PaddlePaddle/Paddle
1
merged
Reviewed 58 pull requests in 4 repositories
PaddlePaddle/PaddleDetection 30 pull requests
- fix problems in export_model, test=dygraph
- unify setup_logger
- [Dygraph]add export_model doc, test=document_fix
- remove fields config in input_def
- fix fields lost
- [cherry-pick]adapt keypoint detection for deploy
- [cherry pick]fix im_info in solov2 deploy infer
- fix im_info in solov2 deploy infer
- Add ssd
- [Dygraph] remove fluid
- adapt keypoint detection for deploy
- Update coco_eval.py
- [Dygraph]fix dygraph
- [Dygraph]Add cascade
- [Dygraph]update model zoo
- [Dygraph] update dygraph export model
- [Cherry pick] support visualdl in preprocess data
- support visualdl in preprocess data
- [cherry-pick] Fix import error in export_serving_model
- [Dygraph] Add tutorials doc
- [cherry-pick]update some link in README
- update some link in README
- [Dygraph] fix mask fpn infer
- Fix windows cpp compiling error and random fail in evalutation.
- [cherry-pick]update solov2 model confrontation
- Some pull request reviews not shown.
PaddlePaddle/PaddleGAN 13 pull requests
- Add photo2cartoon model
- Adapt wgan to new code structure
- Fix import error
- Add esrgan model and refine codes
- Integrate with visualdl
- Fix bugs and update docs
- add stylegan2 and pSp predictor
- fix a wrong type judgment of `make_grid`
- Fix typos
- Add AnimeGANv2 model
- Fix typo and lazy import dlib
- fix auto downloading problem of dlib weight and add s3fd face detector
- AddRecentContributors
PaddlePaddle/Paddle 12 pull requests
- Split callbacks unittest
- Fix Conv2DTanspose bug when padding='same'
- Change the conditions of hapi printing logs
- fix test_nn_grad unittest timeout
- Add double grad for conv_transpose
- add pad and concat double grad
- add transpose double grad test=develop
- Support double backward rsqrt
- fix random seed in nll_loss unitest test=develop
- Add deform_conv2d,DeformConv2D
- [cherrypick rc1] Fix op_type typo in convolution
- fix nll_loss test random fail bug test=develop