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
wangguanzhong f2d1cd119a
fix lod level, test=develop (#22755)
6 years ago
..
contrib add partial_sum op in contrib (#22292) 6 years ago
distributed fix typo words (#22653) 6 years ago
dygraph Add Basic Function Return Type Analysis (#22747) 6 years ago
incubate fix typo words (#22653) 6 years ago
layers support control flow cond in dygraph mode (#22693) 6 years ago
tests fix lod level, test=develop (#22755) 6 years ago
transpiler PaddleBox Framework Part2 (#22466) 6 years ago
.gitignore
__init__.py integrated HALF_ASYNC to communicator (#21869) 7 years ago
annotations.py
average.py add "import paddle.fluid as fluid" to examples lack of it 7 years ago
backward.py fix typo words (#22653) 6 years ago
clip.py Fix grad clip (#21784) 7 years ago
communicator.py SYNC with communicaotor (#22344) 6 years ago
compiler.py add NotImplementedError for multi optimizers (#22181) 7 years ago
core.py Speeding up dygraph DataLoader with multiprocessing (#21762) 7 years ago
data.py fix typo words (#22653) 6 years ago
data_feed_desc.py fix typo words (#22653) 6 years ago
data_feeder.py fix typo words (#22653) 6 years ago
dataset.py PaddleBox Framework Part2 (#22466) 6 years ago
debugger.py fix typo words (#22653) 6 years ago
default_scope_funcs.py
device_worker.py multi-loss optimization by adding a DownpourOpt worker (#22025) 7 years ago
distribute_lookup_table.py
dygraph_grad_clip.py fix typo words (#22653) 6 years ago
dygraph_utils.py Fix layer & dygraph circular dependent (#22334) 7 years ago
evaluator.py fix typo in error message (#22312) 7 years ago
executor.py fix typo words (#22653) 6 years ago
framework.py support cond in clone, test=develop (#22657) 6 years ago
graphviz.py
inferencer.py
initializer.py fix typo words (#22653) 6 years ago
input.py fix typo words (#22653) 6 years ago
install_check.py fix typo words (#22653) 6 years ago
io.py fix typo words (#22653) 6 years ago
layer_helper.py Enable users to create custom cpp op outside framework. (#19256) 7 years ago
layer_helper_base.py Check dygraph weight name (#22140) 7 years ago
lod_tensor.py Fix en docs of apis (#20050) 7 years ago
log_helper.py fix typo words (#22653) 6 years ago
metrics.py fix typo words (#22653) 6 years ago
net_drawer.py fix logging basicConfig cannot be setting after import paddle (#17786) 7 years ago
nets.py fix typo words (#22653) 6 years ago
op.py
optimizer.py fix typo words (#22653) 6 years ago
parallel_executor.py Fix fluid.data of executor (#20365) 7 years ago
param_attr.py fix typo words (#22653) 6 years ago
profiler.py fix typo words (#22653) 6 years ago
reader.py Add Queue.get delay for multiprocess data loader (#22604) 6 years ago
regularizer.py Remove _optimized_guard of append_regularization_ops in Dgraph mode (#22271) 7 years ago
trainer_desc.py multi-loss optimization by adding a DownpourOpt worker (#22025) 7 years ago
trainer_factory.py test=develop, bug fix for trainer_factory (#22751) 6 years ago
unique_name.py Check dygraph weight name (#22140) 7 years ago
wrapped_decorator.py