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
zhangchunle 805328e13b
fix typo in error message (#22312)
5 years ago
..
contrib fix use cache file, test=develop (#22240) 5 years ago
distributed
dygraph State dict do not count data parallel layers (#22169) 5 years ago
incubate add distributed_strategy (#21710) 5 years ago
layers Polish nn code, test=develop (#22237) 5 years ago
tests skip cases with small shape (#22318) 5 years ago
transpiler Bug fix for sparse recorder (#21969) 5 years ago
.gitignore
__init__.py Add some debug flags to auto growth allocator (#21766) 5 years ago
annotations.py
average.py
backward.py fix typo in error message (#22312) 5 years ago
clip.py Fix grad clip (#21784) 5 years ago
communicator.py add distributed_strategy (#21710) 5 years ago
compiler.py add NotImplementedError for multi optimizers (#22181) 5 years ago
core.py Speeding up dygraph DataLoader with multiprocessing (#21762) 5 years ago
data.py Refine doc of data based on requirement. (#22098) 5 years ago
data_feed_desc.py fix cvm and DataFeedDesc apis (#19994) 6 years ago
data_feeder.py simplify dygraph data loader code, test=develop (#21722) 5 years ago
dataset.py Paddlebox Related to Framework (#21586) 5 years ago
debugger.py
default_scope_funcs.py
device_worker.py fix skip_op bug (#21418) 5 years ago
distribute_lookup_table.py
dygraph_grad_clip.py Remove FC in dygraph, modify FC to Linear in sample code (#22082) 5 years ago
evaluator.py fix typo in error message (#22312) 5 years ago
executor.py Polish executor empty program hint message (#22167) 5 years ago
framework.py Polish nn code, test=develop (#22237) 5 years ago
graphviz.py
inferencer.py
initializer.py Update layers used in ptb model to use auto-generated op functions in dygraph mode (#21724) 5 years ago
input.py adapt test_collective_base.py for only two GPU cards available. (#21307) 5 years ago
install_check.py Remove FC in dygraph, modify FC to Linear in sample code (#22082) 5 years ago
io.py fix save_dygraph & save with nonexistent dir (#22266) 5 years ago
layer_helper.py Enable users to create custom cpp op outside framework. (#19256) 6 years ago
layer_helper_base.py Check dygraph weight name (#22140) 5 years ago
lod_tensor.py Fix en docs of apis (#20050) 6 years ago
log_helper.py
metrics.py Fix the English document for 1.6 (#20338) 6 years ago
net_drawer.py
nets.py Update some en api docs (#20496) 6 years ago
op.py
optimizer.py polish Optimizer's API description, test=develop (#22314) 5 years ago
parallel_executor.py Fix fluid.data of executor (#20365) 6 years ago
param_attr.py Support dygraph structuerd name (#21930) 5 years ago
profiler.py refine profiler document (#20326) 6 years ago
reader.py Speeding up dygraph DataLoader with multiprocessing (#21762) 5 years ago
regularizer.py Remove _optimized_guard of append_regularization_ops in Dgraph mode (#22271) 5 years ago
trainer_desc.py support general embedding params (#21217) 5 years ago
trainer_factory.py fix logger problem (#21342) 5 years ago
unique_name.py Check dygraph weight name (#22140) 5 years ago
wrapped_decorator.py