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
翟飞跃 19da59ed3f
Remove all the code, API and doc of MKL-DNN INT8v1 (#18347)
6 years ago
..
contrib Remove all the code, API and doc of MKL-DNN INT8v1 (#18347) 6 years ago
distributed remove async executor python api to fix document (#17174) 6 years ago
dygraph Fix dygraph mem leak (#18082) 6 years ago
incubate fix communicator with pyreader (#18350) 6 years ago
layers Simplify multi_box_head API in detection.py and remove assign op. (#18310) 6 years ago
tests add WITH_COVERAGE option, default OFF (#17872) 6 years ago
transpiler supports collective communicated training (#18175) 6 years ago
.gitignore
__init__.py optimize communicator merge sparse gradient test=develop (#18159) 6 years ago
annotations.py
average.py
backward.py Update backward appending stragety to support double backward and fix some bug. (#18104) 6 years ago
clip.py fix regularizer lod bug (#17848) 6 years ago
communicator.py fix communicator with pyreader (#18350) 6 years ago
compiler.py Fix Bug-prone code of PE (#18354) 6 years ago
core.py refine core cmake warning and print more info (#18248) 6 years ago
data_feed_desc.py fix data_feed_desc.py example run error (#17452) 6 years ago
data_feeder.py improve the doc of DataFeeder and default_main_program (#18241) 6 years ago
dataset.py dataset (#17973) 6 years ago
debugger.py
default_scope_funcs.py
device_worker.py Pipeline Concurrency (#17402) 6 years ago
distribute_lookup_table.py
dygraph_grad_clip.py Add no_grad decorator to dygraph (#17790) 6 years ago
evaluator.py fix spelling errors (#17941) 6 years ago
executor.py add ut for pipeline training (#18289) 6 years ago
framework.py supports collective communicated training (#18175) 6 years ago
graphviz.py
inferencer.py
initializer.py fix BilinearInitializer doc (#18242) 6 years ago
install_check.py Add install check for multigpu (#18323) 6 years ago
io.py fix some bug when merge sparse embedding parameters, test=develop (#18223) 6 years ago
layer_helper.py merge confict, test=develop 6 years ago
layer_helper_base.py Fix dygraph unique name bug (#17592) 6 years ago
lod_tensor.py fix lod_tensor.py grammar error, test=develop (#18308) 6 years ago
log_helper.py fix logging basicConfig cannot be setting after import paddle (#17786) 6 years ago
metrics.py fix a bug in examples of metrics.Acc 6 years ago
net_drawer.py fix logging basicConfig cannot be setting after import paddle (#17786) 6 years ago
nets.py Fix the example code in some Python API. (#17343) 6 years ago
op.py
optimizer.py Update lamb optimizer (#18333) 6 years ago
parallel_executor.py Fix bug of scope_buffered_ssa_graph_executor (#18100) 6 years ago
param_attr.py fix api-doc related bugs test=develop test=document_preview (#17360) 6 years ago
profiler.py fix profiler and name_scope API examples (#17212) 6 years ago
reader.py Fix API example code (#18176) 6 years ago
recordio_writer.py
regularizer.py fix regularizer lod bug (#17848) 6 years ago
trainer_desc.py fix errors in python3 (#18239) 6 years ago
trainer_factory.py Pipeline Concurrency (#17402) 6 years ago
unique_name.py Fix dygraph mem leak (#18082) 6 years ago
wrapped_decorator.py