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
GaoWei8 66cae9157e
Op (lod_reset) error message enhancement (#23499)
5 years ago
..
contrib Collect output scale for quantized op and fused op (#23369) 5 years ago
distributed fix typo words (#22653) 5 years ago
dygraph support no_grad inplace operating (#22522) 5 years ago
incubate Add fleet checkpoint on local fs and remote fs(such as hdfs) for EDL (#22586) 5 years ago
layers Op (lod_reset) error message enhancement (#23499) 5 years ago
tests Op (lod_reset) error message enhancement (#23499) 5 years ago
transpiler fix bug at sync with communicator (#23077) 5 years ago
.gitignore
__init__.py Dev/fix init flags (#23465) 5 years ago
annotations.py
average.py add "import paddle.fluid as fluid" to examples lack of it 6 years ago
backward.py Add dygraph double grad implementation (#22939) 5 years ago
clip.py update gradient clip english doc for new gradient clipping strategy 5 years ago
communicator.py SYNC with communicaotor (#22344) 5 years ago
compiler.py Close fuse when use dgc & move DGC strategy from PE to compiler, test=develop (#22914) 5 years ago
core.py Speed up dygraph DataLoader based on shared memory and LoDTensor serialization (#22541) 5 years ago
data.py API (layers.data/fluid.data) error message enhancement (#23427) 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 gen_worker_desc in hogwild (#23423) 5 years ago
distribute_lookup_table.py
dygraph_utils.py support if logic for Variable in dygraph (#22892) 5 years ago
evaluator.py fix typo in error message (#22312) 5 years ago
executor.py Make the place parameter default (#23094) 5 years ago
framework.py Add a function to update FLAGS (#22851) 5 years ago
graphviz.py
inferencer.py
initializer.py remove init_on_cpu and force_init_on_cpu APIs, test=develop (#22202) 5 years ago
input.py fix typo words (#22653) 5 years ago
install_check.py fix typo words (#22653) 5 years ago
io.py add fluid.device_guard to specify the device type for Op (#22254) 5 years ago
layer_helper.py Enable users to create custom cpp op outside framework. (#19256) 5 years ago
layer_helper_base.py fix typo word (#22784) 5 years ago
lod_tensor.py Fix en docs of apis (#20050) 5 years ago
log_helper.py fix typo words (#22653) 5 years ago
metrics.py fix typo word (#22784) 5 years ago
net_drawer.py fix logging basicConfig cannot be setting after import paddle (#17786) 6 years ago
nets.py Add inplace abn op (#22806) 5 years ago
op.py Implement StaticModelRunner to support dygraph fine-tune static graph pre-training model (#23171) 5 years ago
optimizer.py Make optimizer consistent in dygraph and static-graph and remove some LOG-INFO. (#23426) 5 years ago
parallel_executor.py Close fuse when use dgc & move DGC strategy from PE to compiler, test=develop (#22914) 5 years ago
param_attr.py update gradient clip english doc for new gradient clipping strategy 5 years ago
profiler.py Polish profiler doc (#22815) 5 years ago
reader.py add cuda resource pool for BufferedReader, test=develop (#23152) 5 years ago
regularizer.py Feature/expand params in auto-generated pybind functions for dygraph operators (#23181) 5 years ago
trainer_desc.py add fleet pslib pull and push sparse op and push dense op (#23139) 5 years ago
trainer_factory.py test=develop, bug fix for trainer_factory (#22751) 5 years ago
unique_name.py Check dygraph weight name (#22140) 5 years ago
wrapped_decorator.py