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 67d03bed70
Fix jit.to_static usage (#26682)
5 years ago
..
dataset Make optimizer consistent in dygraph and static-graph and remove some LOG-INFO. (#23426) 5 years ago
distributed 【paddle.fleet】add cudnn related strategies to DistributedStrategy (#26598) 5 years ago
fluid Fix jit.to_static usage (#26682) 5 years ago
framework set_default_dtype only support float (#26435) 5 years ago
incubate Update save inference model to support dygraph (#25894) 5 years ago
io add Sampler/SequenceSampler/RandomSampler (#26375) 5 years ago
jit Remove original name for alias APIs (#26195) 5 years ago
libs
metric Unify the metrics implementation between low-level and high-level API. (#26158) 5 years ago
nn fix adaptive gpu grad bug, add doc refine (#26660) 5 years ago
optimizer fix the tanh (#26657) 5 years ago
proto
reader open deccorator test, test=develop (#25464) 5 years ago
static [2.0API] Reconstruct all API related to LR Scheduler, unify dygraph and static (#26550) 5 years ago
tensor ../python/CMakeLists.txt (#26531) 5 years ago
tests Unify the metrics implementation between low-level and high-level API. (#26158) 5 years ago
utils Refine deprecated decorator (#26238) 5 years ago
.gitignore
__init__.py Add isfinite v2 op (#26344) 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 typo word (#22784) 5 years ago
device.py [API2.0] add op for cudnn version query test=develop (#26180) 5 years ago
distribution.py Release Distribution base class and Normal, Uniform class (#26355) 5 years ago
regularizer.py reorganize the paddle api test=develop (#23151) 5 years ago
sysconfig.py