-
Notifications
You must be signed in to change notification settings - Fork 5.6k
2017 11 15
- Load/save matrices:
- Add documentation for multi-device survey Tensorflow: https://github.com/PaddlePaddle/Paddle/pull/5412
- Few more updates on multi-device proposal Paddle: https://github.com/PaddlePaddle/Paddle/pull/5284
- Rewrite documentation for RNN and Sequence decoder: https://github.com/PaddlePaddle/Paddle/pull/5611
- Write documentation for every layer : https://github.com/PaddlePaddle/Paddle/pull/5529
- Set up the documentation tool on device and debug the rendering of documentation for layers.py
- Working on implementing the FTRL operator (PR is in process).
- PR
- [WIP] Add half precision float16 data type: https://github.com/PaddlePaddle/Paddle/pull/5716
- Add python interface for optimizer: https://github.com/PaddlePaddle/Paddle/pull/5644
- PR review
- Working on row-convolution operator (WIP): https://github.com/PaddlePaddle/Paddle/issues/5612
-
PR
- Adding greater than and less than equal ops to compare op https://github.com/PaddlePaddle/Paddle/pull/5609
- Adding logical operators for beam search and control flow https://github.com/PaddlePaddle/Paddle/pull/5708
- https://github.com/PaddlePaddle/Paddle/pull/5610
-
Code Review
- Remove sidebar and permalink navigation on models and mobile https://github.com/PaddlePaddle/PaddlePaddle.org/pull/304
- Add permalink nav to models and mobile. Move navigation.sass after content.sass. FIxed issue with permalink showing when there is only one link. https://github.com/PaddlePaddle/PaddlePaddle.org/pull/313
- Add gzip compression to nginx https://github.com/PaddlePaddle/PaddlePaddle.org/pull/328
- Setup load balancing and redundant servers for PPO https://github.com/PaddlePaddle/PaddlePaddle.org/issues/330
- Add wiki to provision new servers https://github.com/PaddlePaddle/PaddlePaddle.org/wiki/AWS-Provision-New-Server
- Add script to deploy ppo.zip to AWS in a daily cron job https://github.com/PaddlePaddle/PaddlePaddle.org/pull/305
- Add 3 modes to developing doc https://github.com/PaddlePaddle/PaddlePaddle.org/pull/317
- Study different stress test tools, choose blazemeter and artillery.io to generate high QPS for PaddlePaddle.org
- Prepare BIT talk based on PPO development challenges and solutions
- Dynamic RNN
- Array <--> LoDTensor conversion op
- work with tony, jiayi
- https://github.com/PaddlePaddle/Paddle/pull/5411
- ArrayRead/Write Operator
- ShrinkMemory Operator
- WhileOp forward
- Array <--> LoDTensor conversion op
- If Operator
- Conditional Block Operator https://github.com/PaddlePaddle/Paddle/pull/5530
- IfElse Python API
- Work with qijun
- https://github.com/PaddlePaddle/Paddle/pull/5624
Several enhancements
- Generate doc string for generated operator
- assign op
- add array length op
- change increase_op, it can only be run in CPU
- CompareOp
- Compress banner.png to banner.jpg https://github.com/PaddlePaddle/PaddlePaddle.org/pull/321
- Update the HTML title tag accordingly. https://github.com/PaddlePaddle/PaddlePaddle.org/pull/315
- Left align the service-desc https://github.com/PaddlePaddle/PaddlePaddle.org/pull/312
- parse the Models homepage so it doesn't take the users to GitHub https://github.com/PaddlePaddle/PaddlePaddle.org/pull/307
- Update translation https://github.com/PaddlePaddle/PaddlePaddle.org/pull/296
- Provide the video tutorial links on the README page. https://github.com/PaddlePaddle/PaddlePaddle.org/pull/277
- Triage issues created by PaddlePaddle users
- Communicated with Baidu AIOP team to prioritize the action needed for Baidu World
- PaddlePaddle.org Stress test
- Communicate and plan the BIT presentation trip.
- Finalized iOS AICamera Demo integrated with 4 different models and settings for front/back camera, time refresh rate, accuracy threshold etc https://github.com/PaddlePaddle/Mobile/pull/26
-
update convs2s
https://github.com/PaddlePaddle/models/pull/431 https://github.com/PaddlePaddle/models/pull/467
-
update doc of layers.py
https://github.com/PaddlePaddle/Paddle/pull/5517 https://github.com/PaddlePaddle/Paddle/pull/5678
- remove usused ProtoDataProvider related codes: https://github.com/PaddlePaddle/Paddle/pull/5345
- MKL
- remove unused INTEL_MKL_ROOT etc: https://github.com/PaddlePaddle/Paddle/pull/5512
- fix compile warning in test_MKLDNN.cpp and ROIPoolLayer.cpp: https://github.com/PaddlePaddle/Paddle/pull/5600
- [WIP] resnet50 benchmark data: https://github.com/PaddlePaddle/Paddle/pull/5578
- code review on MKLDNN:
- OpenBlas:
- fix openblas bug: undefined reference to pthread_atfork: https://github.com/PaddlePaddle/Paddle/pull/5552
- A lot of warnings in -Wunused-but-set-variable and Wunused-variable: https://github.com/xianyi/OpenBLAS/issues/1357
- WebSite:
- fix typo in faq: https://github.com/PaddlePaddle/Paddle/pull/5536
- Discuss the directory structure of models repo:
- PR
- refine DSSM: https://github.com/PaddlePaddle/models/pulls
- update introduction to NCE: https://github.com/PaddlePaddle/models/pull/443
- small fix:
- fix a bug of NER: https://github.com/PaddlePaddle/models/pull/473
- PR review:
- Finish generating chinese poetry
- Mobile
- Review
Paddle Book:
- Stack LSTM Net for Paddle Book6
Refactoring:
- add split and merge lod tensor operator
- IfElse Python API(work with yuyang)
Fix and Enhance:
- create learning rate variable for every parameter
- fix gitignore
-
Update Bilinear Tensor Product operator.[merged] https://github.com/PaddlePaddle/Paddle/pull/5014
-
Fix docstrings of lstmemory_group,lstmemory_unit,lstm_step_layer.[merged] https://github.com/PaddlePaddle/Paddle/pull/5622
-
[WIP] Change the epsilon in batch_norm_layer to a variable. https://github.com/PaddlePaddle/Paddle/issues/5548
- [Speed Compiling]: Reduce NVCC compiling files:
- C-API inference of OCR-based text decetion:
- Code Review:
- Maxout Op: https://github.com/PaddlePaddle/Paddle/pull/5571#pullrequestreview-76042697
- SequenceSlice Op: https://github.com/PaddlePaddle/Paddle/pull/5546#pullrequestreview-75700603
- Add dilations for conv2d and optimize conv2d code:https://github.com/PaddlePaddle/Paddle/pull/5472
- fix pooling functor parameter order:https://github.com/PaddlePaddle/Paddle/pull/5608
- Assign Operator: https://github.com/PaddlePaddle/Paddle/pull/5531#pullrequestreview-76009034
- Stack LSTM Net for Paddle Book6: https://github.com/PaddlePaddle/Paddle/pull/5503#pullrequestreview-75646795
- Fix seq concat op with refactoring LoD: https://github.com/PaddlePaddle/Paddle/pull/5486
- Refine ROIPoolLayer(merged): https://github.com/PaddlePaddle/Paddle/pull/2982
- Convert the detection model of OCR team to PaddlePaddle model
- Fix data order of H0 in GRU Operator: https://github.com/PaddlePaddle/Paddle/pull/5623
- PR review:
-
Op porting
- OpOporting
- [WIP] Add cudnn pool3d
- [WIP] Add conv3d_trans_cudnn_op
- [Merged] Fix pooling functor parameter order
- [Merged] Add dilations for conv2d and optimize conv2d code
- Review
- Add maxout operator
- Add sequence slice operator
- conv shift op: change to CamelCase & fix bug
- Issue
- Some inline functions and structs don't follow "Camel Case".
- Refactorization:
- Python API add numpy/LoDTensor feed/fetch interface
- call once in DSO
- add Tensor copytovector
- elementwise_mod operator
- add evaluator python
- fix accuracy_op gpu mode bug
- fix elementwise_op gpu macro
- fix ci compile
- fix reduce op in debug mode
- unsigned variable compare problem
- fix startup_program
- update memory design doc
-
Paddle autoscaling news article and code polish
-
Python demo API polish
- Parse job config on controller: https://github.com/PaddlePaddle/cloud/pull/496
- Run PaddlePaddle Cloud on minikube: https://github.com/PaddlePaddle/cloud/pull/463
Deep Speech 2:
- fixes:
- Adapt tuning script to padding removing machnism
- Re-train aishell model
- code review:
Op Porting:
- Update and merge LoD Reset Operator
- autoscaler scheduler design:
- send recv op: ready to review.
- manylinux compile env and CI:
-
Beam search decode:
-
change framework to fluid
-
bugfix && code refine
-
Refine some documents.
https://github.com/PaddlePaddle/models/pull/470 [Merged] https://github.com/PaddlePaddle/DeepSpeech/pull/6 [Merged]
- PR
- Reviews
- https://github.com/PaddlePaddle/Paddle/pull/5609#pullrequestreview-76320584
- https://github.com/PaddlePaddle/Paddle/pull/5652#pullrequestreview-76665300
- https://github.com/PaddlePaddle/models/pull/472#pullrequestreview-76737081
- https://github.com/PaddlePaddle/Paddle/pull/5611#pullrequestreview-76981991
- VisualDL with longfei
- Dynamic RNN:
- Python API:
-
DS2
- Publish BaiduEng8k model
https://github.com/PaddlePaddle/models/pull/469 - Bug fix
https://github.com/PaddlePaddle/models/pull/446 - Adapt to support padding removing
https://github.com/PaddlePaddle/models/pull/444 - Performance verification
Libri data, Aishell data - Review
https://github.com/PaddlePaddle/models/pull/453
https://github.com/PaddlePaddle/models/pull/449
https://github.com/PaddlePaddle/models/pull/447
- Publish BaiduEng8k model
-
Paddle
- Bug fix for chunk_eval_op
https://github.com/PaddlePaddle/Paddle/pull/5542 - Bug fix for CTR model
https://github.com/PaddlePaddle/models/pull/472 - Review
https://github.com/PaddlePaddle/Paddle/pull/5546
- Bug fix for chunk_eval_op
- PR:
- Merged PnpEvaluator: https://github.com/PaddlePaddle/Paddle/pull/5108
- Doing Add normalization methods && implement layer norm: https://github.com/PaddlePaddle/Paddle/pull/5686
- Issue:
- TeamCity CI
- Build different version Python package with manlinux standar
- Adjust trigger to scheulded trigger for all project except PR CI.
- OP port
- [WIP] Hsigmoid Operator, https://github.com/PaddlePaddle/Paddle/pull/5676
- Review
- CFS Scheudler design, https://github.com/PaddlePaddle/cloud/pull/468
- Following question about trainer_count and CPU utils, https://github.com/PaddlePaddle/Paddle/issues/5280
- Mobile deployment
- SSD demo
- Use Paddle to do inference for OCR
- [Reviewing] Support the build for multiple architectures at one cmake command (iOS)
- [Merged] Fix compiling error for Android, and installing error for cmake of low version
- [Merged] Fix bug in MergeModel.cpp
- Prepare Fluid EDL PR and experiment document
- Review Kubernetes controller design
- Setup load balanced / scaling servers for Baidu World
- Fixed breaking math symbols issues: https://github.com/PaddlePaddle/PaddlePaddle.org/pull/314
- Started unifying styles to ai.baidu.com specification
- Fixed homepage banner glitches: https://github.com/PaddlePaddle/PaddlePaddle.org/pull/321
- Fixed markdown->HTML conversion breaking issues: https://github.com/PaddlePaddle/PaddlePaddle.org/pull/306