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
LutaoChu 1ff69f58b6
fix paddle.pow doc, test=document_fix (#30159)
6 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 Simplify the options of spawn based on fleetrun (#30144) 6 years ago
fluid refine the paddle place support using str (#28769) 6 years ago
framework Support storage of large parameters (#29988) 6 years ago
hapi refine the paddle place support using str (#28769) 6 years ago
incubate Add Lookahead and ModelAverage Optimizer (#30004) 6 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 pre padding in dygraph (#30163) 6 years ago
onnx Add ONNX Exporter (#27831) 6 years ago
optimizer optimize momentum to speedup dygraph, a little, test=develop (#30099) 6 years ago
proto
reader Upgrade string literals to raw string (#28989) 6 years ago
static fix code bugs (#29932) 6 years ago
tensor fix paddle.pow doc, test=document_fix (#30159) 6 years ago
tests Fix rotation bug when use cv2 backend (#29933) 6 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 Fix rotation bug when use cv2 backend (#29933) 6 years ago
.gitignore
__init__.py Add Lookahead and ModelAverage Optimizer (#30004) 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