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/fluid
wangguanzhong 931cba2e64
add clamp api, test=develop (#23273)
5 years ago
..
contrib remove high level api (#23854) 5 years ago
distributed
dygraph Fix bug in convert_call because difference exists between python3 and python2. test=develop (#23966) 5 years ago
incubate fix AMP and recompute (#23551) 5 years ago
layers OP(pad, pad2d, pad_constant_like) error message enhancement (#23882) 5 years ago
tests add clamp api, test=develop (#23273) 5 years ago
transpiler
.gitignore
__init__.py remove high level api (#23854) 5 years ago
annotations.py
average.py
backward.py fix AMP and recompute (#23551) 5 years ago
clip.py move the initialize position of grad_clip to optimizer(__init__),and speed up clip (#23782) 5 years ago
communicator.py
compiler.py API (CompiledProgram) error message enhancement (#23559) 5 years ago
core.py
data.py fix example code of api data/switch_case to keep cn-doc and en-doc consistent (#23670) 5 years ago
data_feed_desc.py
data_feeder.py
dataset.py Add a new DataFeed named PaddleBoxDataFeed (#23321) 5 years ago
debugger.py
default_scope_funcs.py
device_worker.py Fix judge pslib transpiler (#23720) 5 years ago
distribute_lookup_table.py
dygraph_utils.py fix if logic in dygraph (#23728) 5 years ago
evaluator.py
executor.py Support LoDTensorArray in fetch (#23645) 5 years ago
framework.py ADD Manual seed op into paddle.framework (#23537) 5 years ago
graphviz.py
initializer.py OP Normal, Uniform, Xavier Initializer, smooth_l1, mean_iou error message enhancement (#23751) 5 years ago
input.py API/OP (center_loss, fluid.one_hot, prroi_pool, roi_pool, ctc_greed_decoder) error message enhancement (#23794) 5 years ago
install_check.py
io.py API (save/load series) error message enhancement (#23644) 5 years ago
layer_helper.py
layer_helper_base.py API(to_variable/save_dygraph) error message enhancement(#23683) 5 years ago
lod_tensor.py
log_helper.py fix logger propagate. test=develop (#23961) 5 years ago
metrics.py
net_drawer.py
nets.py
op.py
optimizer.py Avoid logging.info be printed many times in dygraph_mode,test=develop (#23932) 5 years ago
parallel_executor.py Error Message Enhancement (#23483) 5 years ago
param_attr.py move the initialize position of grad_clip to optimizer(__init__),and speed up clip (#23782) 5 years ago
profiler.py
reader.py
regularizer.py Avoid logging.info be printed many times in dygraph_mode,test=develop (#23932) 5 years ago
trainer_desc.py remove print statement to make code clean(#23907) 5 years ago
trainer_factory.py
unique_name.py
wrapped_decorator.py