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
Feiyu Chan 78cd3dd507
fix kron_op: when only one input needs gradient, test=develop (#24269)
5 years ago
..
contrib add try finally, test=develop (#24243) 5 years ago
dataloader Refine DataLoader support multi-processing (#23107) 5 years ago
distributed fix typo words (#22653) 5 years ago
dygraph Fix bug in ProgramTranslator.get_output, convert all items into VarBase in nested list. (#24267) 5 years ago
incubate fix AMP and recompute (#23551) 5 years ago
layers OP(warpctc, add_position_encoding, scaled_dot_product_attention) error message enhancement (#24261) 5 years ago
tests fix kron_op: when only one input needs gradient, test=develop (#24269) 5 years ago
transpiler Simplify Program printing code to improve debugging efficiency (#23918) 5 years ago
.gitignore
__init__.py remove high level api (#23854) 5 years ago
annotations.py
average.py add "import paddle.fluid as fluid" to examples lack of it 6 years ago
backward.py fix AMP and recompute (#23551) 5 years ago
clip.py Add note about the time cost and change HTTPS to HTTP to avoid unable to download(#24043) 5 years ago
communicator.py SYNC with communicaotor (#22344) 5 years ago
compiler.py API (CompiledProgram) error message enhancement (#23559) 5 years ago
core.py Refine DataLoader support multi-processing (#23107) 5 years ago
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 fix typo words (#22653) 5 years ago
data_feeder.py skip type/dtype check in dygraph mode, test=develop (#22915) 5 years ago
dataset.py Add a new DataFeed named PaddleBoxDataFeed (#23321) 5 years ago
debugger.py fix typo words (#22653) 5 years ago
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 fix typo in error message (#22312) 5 years ago
executor.py add try finally, test=develop (#24243) 5 years ago
framework.py add try finally, test=develop (#24243) 5 years ago
graphviz.py
initializer.py add try finally, test=develop (#24243) 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 fix typo words (#22653) 5 years ago
io.py add try finally, test=develop (#24243) 5 years ago
layer_helper.py Enable users to create custom cpp op outside framework. (#19256) 5 years ago
layer_helper_base.py API(to_variable/save_dygraph) error message enhancement(#23683) 5 years ago
lod_tensor.py Fix en docs of apis (#20050) 5 years ago
log_helper.py fix logger propagate. test=develop (#23961) 5 years ago
metrics.py fix typo word (#22784) 5 years ago
multiprocess_utils.py Refine DataLoader support multi-processing (#23107) 5 years ago
net_drawer.py fix logging basicConfig cannot be setting after import paddle (#17786) 6 years ago
nets.py OP(warpctc, add_position_encoding, scaled_dot_product_attention) error message enhancement (#24261) 5 years ago
op.py Implement StaticModelRunner to support dygraph fine-tune static graph pre-training model (#23171) 5 years ago
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 add try finally, test=develop (#24243) 5 years ago
reader.py Refine DataLoader support multi-processing (#23107) 5 years ago
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 test=develop, bug fix for trainer_factory (#22751) 5 years ago
unique_name.py add try finally, test=develop (#24243) 5 years ago
wrapped_decorator.py