-
Notifications
You must be signed in to change notification settings - Fork 5.6k
2018 04 04
- Optimize build environment (https://github.com/PaddlePaddle/Paddle/pull/9512)
- Point proto target directory to build directory.
- Keep paddle python package in the same build path, set as the system "PYTHONPATH".
- Running all the unitest from build directory not from source, which can make the source repo clean.
- Fix Deadlock in Channels https://github.com/PaddlePaddle/Paddle/pull/9544
- Fix Size comparison warning and also CPPLint errors https://github.com/PaddlePaddle/Paddle/pull/9624
- Fix CPPLint issues in tuple.h https://github.com/PaddlePaddle/Paddle/pull/9670
- Fix CPPlint errors in channel.h, channel_impl.h and channel_test.cc https://github.com/PaddlePaddle/Paddle/pull/9628
- The make process generates many filename_pb2.py out of the build directory https://github.com/PaddlePaddle/Paddle/issues/9419#issuecomment-379021899
- Simplify Fluid Book Unit Tests https://github.com/PaddlePaddle/Paddle/issues/9664
- PR Reviews
- https://github.com/PaddlePaddle/Paddle/pull/9619#pullrequestreview-109121848
- https://github.com/PaddlePaddle/Paddle/pull/9508#pullrequestreview-109187946
- https://github.com/PaddlePaddle/Paddle/pull/9521#pullrequestreview-108400916
- https://github.com/PaddlePaddle/Paddle/pull/9582#pullrequestreview-108787596
-
Code quality
- Add cpplint pre-commit hook: https://github.com/PaddlePaddle/Paddle/pull/9511
- Keep pre-commit's version up-to-date: https://github.com/PaddlePaddle/Paddle/issues/9587#issuecomment-378134389
- Pure generic.cmake usage: https://github.com/PaddlePaddle/Paddle/pull/9595#pullrequestreview-109047429
- Pure generic.cmake usage: https://github.com/PaddlePaddle/Paddle/issues/9612
- Warnings as errors: https://github.com/PaddlePaddle/Paddle/issues/9632
- https://github.com/PaddlePaddle/Paddle/pull/9648#pullrequestreview-109589870
- Fix cpplint errors with fluid/string: https://github.com/PaddlePaddle/Paddle/pull/9667
-
Performance
- Local cache of double-buffer reader: https://github.com/PaddlePaddle/Paddle/pull/9535#pullrequestreview-108483521
-
Documentation
- Update recurrent_group_en.md: https://github.com/PaddlePaddle/Paddle/pull/9445#pullrequestreview-108483718
-
EDL upgrade
- To follow the CRD framework: https://github.com/PaddlePaddle/edl/pull/14#pullrequestreview-108796451
-
Distributed LookupTable: https://github.com/PaddlePaddle/Paddle/pull/9575#pullrequestreview-108815773
-
Thread-safe MultipleReader: https://github.com/PaddlePaddle/Paddle/pull/9550#pullrequestreview-108821875
-
VisualDL Interactive Graph
- Polished node to add multiple-line info and distinguish node types
- Added info section to config panel so that clicking on a node can reveal detailed info
- Added CDN extern lib to use dagre-d3 so that the npm build bug about 'require' won’t happen
PRs
-
PaddlePaddle.org
- Fixed website down bug last weekend
PRs
-
Reviewed PRs:
- https://github.com/PaddlePaddle/VisualDL/pull/360
- https://github.com/PaddlePaddle/VisualDL/pull/357
- https://github.com/PaddlePaddle/VisualDL/pull/356
- https://github.com/PaddlePaddle/VisualDL/pull/353
- https://github.com/PaddlePaddle/VisualDL/pull/352
- https://github.com/PaddlePaddle/VisualDL/pull/351
- https://github.com/PaddlePaddle/VisualDL/pull/349
- PRs
-
Create Embedding frontend UI. The UI supports "Label Display Toggle” to show/hide all label texts. Implement the “Search” feature to search certain labels. The frontend UI is using Mock data. https://github.com/PaddlePaddle/VisualDL/pull/353
-
Fetch real embedding data from frontend. Implement 3D embedding graph. Create 2D/3D dimension config option, Provide a toggle button to choose T-SNE/PCA dimension reduction on the config panel. Update Mock data. Connect frontend with the backend data. https://github.com/PaddlePaddle/VisualDL/pull/356
-
Update documentation: https://github.com/PaddlePaddle/VisualDL/pull/357
-
Update the build scripts to make the process easier. Update the release build document to have steps on how to recreate the build environment. https://github.com/PaddlePaddle/VisualDL/pull/361
-
- Add Audio UI in app and audio endpoint https://github.com/PaddlePaddle/VisualDL/pull/352
- Audio end to end front end integration with real data https://github.com/PaddlePaddle/VisualDL/pull/360
- Add audio integration demo to show audio API usage https://github.com/PaddlePaddle/VisualDL/pull/363
- Clean up code base:
- NetOp, CondOp: https://github.com/PaddlePaddle/Paddle/pull/9663
- [WIP] Backward in cpp
- Setting up ONNX repo, making initial commits, project plan, issues. https://github.com/PaddlePaddle/paddle-onnx
- Communication / meeting logistics with Beijing counterparts for ONNX.
- PaddlePaddle.org infrastructure setup
- PaddlePaddle.org application monitoring, availability monitoring, and setting up notifications for capacity issues through New Relic, and Amazon CloudWatch/SNS/Slack. One of the PRs in the process: https://github.com/PaddlePaddle/PaddlePaddle.org/pull/453
- Working on aws benchmark tool
- ONNX project discussion: https://github.com/PaddlePaddle/paddle-onnx
- Working on sentiment analysis models with Sharan
- PR review: