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
Aurelius84 5d530c9319
fix amp support fleet (#29491)
5 years ago
..
amp Dev/fix doc of some api (#28785) 5 years ago
dataset fix DATA_HOME path in win (#29222) 5 years ago
distributed Fix bug in gloo that gloo initialization hangs (#29447) 5 years ago
fluid fix amp support fleet (#29491) 5 years ago
framework remove complexvariable (#29390) 5 years ago
hapi fix typo in ProgBarLogger (#29329) 5 years ago
incubate remove complex module direction (#29419) 5 years ago
inference update for 2.0 inference api. (#27473) 5 years ago
io Add weighted random sampler (#28545) 5 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) 5 years ago
libs
metric Enhance paddle.metric.Accuracy (#29125) 5 years ago
nn change shape of output in cross_entropy, test=develop (#29220) 5 years ago
onnx Add ONNX Exporter (#27831) 5 years ago
optimizer Fix doc (adadelta, sgd, momentum) (#29212) 5 years ago
proto
reader Upgrade string literals to raw string (#28989) 5 years ago
static enhance doc. add kwargs for backward compatibility. test=develop (#29143) 5 years ago
tensor remove complexvariable (#29390) 5 years ago
tests fix DATA_HOME path in win (#29222) 5 years ago
text Update APIs in text/datasets and dataloader (#29219) 5 years ago
utils fix DATA_HOME path in win (#29222) 5 years ago
vision Add deform_conv2d,DeformConv2D (#29364) 5 years ago
.gitignore
__init__.py remove complexvariable (#29390) 5 years ago
batch.py
check_import_scipy.py
common_ops_import.py Add the zeros, ones, ones_like, zeros_like for api 2.0, test=develop (#23471) 5 years ago
compat.py fix some docs (#29011) 5 years ago
device.py refine the doc for API2.0 (#28386) 5 years ago
distribution.py fix nce, multinomial, Categorical, Normal, Uniform en doc (#28541) 5 years ago
regularizer.py Upgrade string literals to raw string (#28989) 5 years ago
sysconfig.py