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
Hongyu Liu 2a9d74f67c
Add comment for dygraph api (#17869)
7 years ago
..
contrib add log into slim mkldnn int8 test (#17926) 7 years ago
distributed remove async executor python api to fix document (#17174) 7 years ago
dygraph Add comment for dygraph api (#17869) 7 years ago
incubate Async exe support communicator (#17386) 7 years ago
layers fix regularizer lod bug (#17848) 7 years ago
tests Add comment for dygraph api (#17869) 7 years ago
transpiler fix document of python api get_startup_program() (#17764) 7 years ago
.gitignore
__init__.py Add new gard clip [old gradient clip not support in dy graph] (#17523) 7 years ago
annotations.py
average.py
backward.py fix recurrent_op,test=develop (#17433) 7 years ago
clip.py fix regularizer lod bug (#17848) 7 years ago
communicator.py Async exe support communicator (#17386) 7 years ago
compiler.py Add Ligth-NAS for PaddleSlim (#17679) 7 years ago
data_feed_desc.py fix data_feed_desc.py example run error (#17452) 7 years ago
data_feeder.py use pyreader to read data in dygraph mode (#17314) 7 years ago
dataset.py examples use code-block in dataset.py (#17451) 7 years ago
debugger.py
default_scope_funcs.py
device_worker.py add save/load model, shrink table, cvm, config file & fix pull dense bug (#17118) 7 years ago
distribute_lookup_table.py
dygraph_grad_clip.py Add no_grad decorator to dygraph (#17790) 7 years ago
evaluator.py
executor.py fix prepare context redundant code problem, optimize executor by cach… (#17743) 7 years ago
framework.py fix regularizer lod bug (#17848) 7 years ago
graphviz.py
inferencer.py
initializer.py modify some initializer api (#17301) 7 years ago
install_check.py Add comment for dygraph api (#17869) 7 years ago
io.py Fix the bug in the AnalysisPredictor and add more directions about io APIs. (#17639) 7 years ago
layer_helper.py merge confict, test=develop 7 years ago
layer_helper_base.py Fix dygraph unique name bug (#17592) 7 years ago
lod_tensor.py fix api doc,test=develop (#17241) 7 years ago
metrics.py test=develop (#17207) 7 years ago
net_drawer.py
nets.py Fix the example code in some Python API. (#17343) 7 years ago
op.py
optimizer.py Add optimizer save and load (#16986) 7 years ago
parallel_executor.py Add DropLocalExeScopes in ParallelExecutor (#17297) 7 years ago
param_attr.py fix api-doc related bugs test=develop test=document_preview (#17360) 7 years ago
profiler.py fix profiler and name_scope API examples (#17212) 7 years ago
reader.py use pyreader to read data in dygraph mode (#17314) 7 years ago
recordio_writer.py
regularizer.py fix regularizer lod bug (#17848) 7 years ago
trainer_desc.py add save/load model, shrink table, cvm, config file & fix pull dense bug (#17118) 7 years ago
trainer_factory.py add save/load model, shrink table, cvm, config file & fix pull dense bug (#17118) 7 years ago
unique_name.py update unique_name notes and examples (#17671) 7 years ago
wrapped_decorator.py