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
liym27 03f4684d76
[Dy2Stat] Add test for bert pretraining. (#24350)
5 years ago
..
contrib Enabled quantize all and skip missing in QAT (#24281) 5 years ago
dataloader Refine DataLoader support multi-processing (#23107) 5 years ago
distributed fix typo words (#22653) 5 years ago
dygraph [Dy2Stat] Add test for bert pretraining. (#24350) 5 years ago
incubate add timeout and http store in communication (#23436) 5 years ago
layers Add Assert Op (#24280) 5 years ago
tests [Dy2Stat] Add test for bert pretraining. (#24350) 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 double_grad bug in statig-graph (#24190) 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 [dy2static] Support for static graph training with @declarative decorator (#24259) 5 years ago
dataset.py add the graph batch reader for pslib mode (#24178) 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 [dy2static] Support for static graph training with @declarative decorator (#24259) 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 dygraph not support limit for io apis, test=develop (#24342) 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 API/OP (margin_rank_loss, nce, row_conv, positive_negative_pair) erro… (#24246) 5 years ago
op.py Implement StaticModelRunner to support dygraph fine-tune static graph pre-training model (#23171) 5 years ago
optimizer.py unitize name in optimizer; test=develop (#24008) 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