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
Yu Yang 9988f8ec27
Merge pull request #11559 from qingqing01/fluid_doc_profiler
7 years ago
..
layers Merge pull request #11563 from panyx0718/doc 7 years ago
tests Merge pull request #11547 from jacquesqiao/support-ftrl-optimizer 7 years ago
transpiler Fix decay bug (#11520) 7 years ago
.gitignore
__init__.py enable setting initial memory from env 7 years ago
average.py
backward.py Fix bug 7 years ago
clip.py Add op role 7 years ago
concurrency.py
data_feeder.py Modify Pybind LoDTensor API according to length-based LoD (#11106) 7 years ago
debugger.py change name debuger to debugger (#10949) 7 years ago
default_scope_funcs.py
evaluator.py Enhance detection_map_op and more check in prior_box API. (#10796) 7 years ago
executor.py Big data op_test benchmark, for checking output consistent in different runs. (#10646) 7 years ago
framework.py Fix decay bug (#11520) 7 years ago
graphviz.py
inferencer.py Use for_test=True in the Fluid Trainer to clone the test program (#11323) 7 years ago
initializer.py Implement a bilinear initializer for transposed convolution to do upsampling. (#11404) 7 years ago
io.py remove chief 7 years ago
layer_helper.py initial commit (#10387) 7 years ago
lod_tensor.py Modify Pybind LoDTensor API according to length-based LoD (#11106) 7 years ago
metrics.py revert CompositeMetric::add_metric 7 years ago
net_drawer.py
nets.py
op.py
optimizer.py add FtrlOptimizer and it's doc 7 years ago
parallel_executor.py replace use_event with use_cuda, because use_event means the program running with CUDA, so use_cuda maybe more intuitive. 7 years ago
param_attr.py
profiler.py Polish profiler Python API. 7 years ago
recordio_writer.py use open_files reader to read multiple files 7 years ago
regularizer.py Add op role 7 years ago
trainer.py Merge branch 'develop' of github.com:PaddlePaddle/Paddle into new_api_about_cpkt 7 years ago
unique_name.py