You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paddle/python/paddle
jakpiase d834f4e6e8
Added vanilla LSTM and LSTM with peepholes oneDNN fp32 kernel (#30661)
5 years ago
..
amp Dev/fix doc of some api (#28785) 6 years ago
dataset fix DATA_HOME path in win (#29222) 6 years ago
distributed Fix the bug in fleet amp_init. (#30606) 5 years ago
fluid Added vanilla LSTM and LSTM with peepholes oneDNN fp32 kernel (#30661) 5 years ago
framework Avoid bug on 'MAC python3.5/6'. (#30485) 6 years ago
hapi remove PrettyTable dependence from paddle.flops (#30675) 5 years ago
incubate test=develop, fix test_lookahead (#30677) 5 years ago
inference update for 2.0 inference api. (#27473) 6 years ago
io Add random_split and Subset dataset (#29291) 6 years ago
jit [Dy2stat] Add a decorator paddle.jit.not_to_static to support that not to convert a function in Dynamic-to-Static. (#29253) 6 years ago
libs
metric clean redundant API alias in 2.0 - part 1 (#29928) 6 years ago
nn Add Inplace strategy (Output reuse Input Varbase) in dygraph (#30103) 6 years ago
onnx Add ONNX Exporter (#27831) 6 years ago
optimizer fix adamw lr_to_coeff is fixed when dygraph (#30526) 5 years ago
proto
reader Upgrade string literals to raw string (#28989) 6 years ago
static [2.0 API] device guard (#30307) 5 years ago
tensor test=develop, fix nonzero astuple=true (#30647) 5 years ago
tests [ROCM] update cmake and dockerfile, test=develop (#30598) 5 years ago
text fix wmt14 doc, remove backward, add bidirect direction in rnn api (#29633) 6 years ago
utils Fix the dowanload bug in the case of multiple machines (#29551) 6 years ago
vision update document of paddle.vision.dataset, test=document (#30414) 5 years ago
.gitignore
__init__.py Add Inplace strategy (Output reuse Input Varbase) in dygraph (#30103) 6 years ago
batch.py
check_import_scipy.py
common_ops_import.py
compat.py fix some docs (#29011) 6 years ago
device.py refine the doc for API2.0 (#28386) 6 years ago
distribution.py fix nce, multinomial, Categorical, Normal, Uniform en doc (#28541) 6 years ago
regularizer.py Upgrade string literals to raw string (#28989) 6 years ago
sysconfig.py