-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Release note for v0.11.0 #6368
Comments
I am contributing the description of Fluid here: 0.11.0 includes a new feature PaddlePaddle Fluid. Fluid is designed to allow users to program like PyTorch and TensorFlow Eager Execution. In these systems, there is no longer the concept model and applications do not include a symbolic description of a graph of operators nor a sequence of layers. Instead, applications look exactly like a usual program that describes a process of training or inference. The difference between Fluid and PyTorch or Eager Execution is that Fluid doesn't rely on Python's control-flow, Paddle/python/paddle/v2/fluid/tests/test_while_op.py Lines 36 to 44 in 3df78ed
In 0.11.0, we provides a C++ class |
The release note has been added to repo. Close this issue. |
We will release v0.11.0 within this week.
The difference between
master
anddevelop
can be shown at this link. Or by the following commandgit log --author='Yu Yang' master..develop
The release note draft is shown as below. Please edit this issue directly.
New Features
Fluid
API. TODO: need an introduction tofluid
.paddle.v2.dataset
.WITH_MKL=ON
.softsign
activation.Improvements
whl
package.PADDLE_ONLY_CPU
toPADDLE_WITH_GPU
, since we will support many kinds of devices.stride
parameter for sequence pooling layers.Bug Fixes
The text was updated successfully, but these errors were encountered: