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
Chen Weihang 8bed352278
Polish executor empty program hint message (#22167)
7 years ago
..
contrib named_sublayers and named_parameters (#21868) 7 years ago
distributed
dygraph named_sublayers and named_parameters (#21868) 7 years ago
incubate add distributed_strategy (#21710) 7 years ago
layers update layers used in transformer dygraph model, test=develop (#22051) 7 years ago
tests Improve ngraph file line coverage (#22155) 7 years ago
transpiler Update pyramid related OP (#21372) 7 years ago
.gitignore
__init__.py Add some debug flags to auto growth allocator (#21766) 7 years ago
annotations.py
average.py
backward.py control flow: support optimizer called (#21851) 7 years ago
clip.py Fix grad clip (#21784) 7 years ago
communicator.py add distributed_strategy (#21710) 7 years ago
compiler.py Fix fluid.data of executor (#20365) 7 years ago
core.py Add get_all_kernels api of registered data_type in pybind.cc (#21499) 7 years ago
data.py Refine doc of data based on requirement. (#22098) 7 years ago
data_feed_desc.py fix cvm and DataFeedDesc apis (#19994) 7 years ago
data_feeder.py simplify dygraph data loader code, test=develop (#21722) 7 years ago
dataset.py Paddlebox Related to Framework (#21586) 7 years ago
debugger.py
default_scope_funcs.py
device_worker.py fix skip_op bug (#21418) 7 years ago
distribute_lookup_table.py
dygraph_grad_clip.py Remove FC in dygraph, modify FC to Linear in sample code (#22082) 7 years ago
evaluator.py Fix data type of variable in edit distance evaluator (#19618) 7 years ago
executor.py Polish executor empty program hint message (#22167) 7 years ago
framework.py Remove FC in dygraph, modify FC to Linear in sample code (#22082) 7 years ago
graphviz.py
inferencer.py
initializer.py Update layers used in ptb model to use auto-generated op functions in dygraph mode (#21724) 7 years ago
input.py adapt test_collective_base.py for only two GPU cards available. (#21307) 7 years ago
install_check.py Remove FC in dygraph, modify FC to Linear in sample code (#22082) 7 years ago
io.py Load inference enhance (#21919) 7 years ago
layer_helper.py Enable users to create custom cpp op outside framework. (#19256) 7 years ago
layer_helper_base.py remove parameter block in to_variable, test=develop (#21933) 7 years ago
lod_tensor.py Fix en docs of apis (#20050) 7 years ago
log_helper.py
metrics.py Fix the English document for 1.6 (#20338) 7 years ago
net_drawer.py
nets.py Update some en api docs (#20496) 7 years ago
op.py
optimizer.py test Optimizer in dygraph (#21949) 7 years ago
parallel_executor.py Fix fluid.data of executor (#20365) 7 years ago
param_attr.py Support dygraph structuerd name (#21930) 7 years ago
profiler.py refine profiler document (#20326) 7 years ago
reader.py simplify dygraph data loader code, test=develop (#21722) 7 years ago
regularizer.py update layers used in transformer dygraph model, test=develop (#22051) 7 years ago
trainer_desc.py support general embedding params (#21217) 7 years ago
trainer_factory.py fix logger problem (#21342) 7 years ago
unique_name.py Polish en APIs of unique_name, test=develop, test=document_fix (#20113) 7 years ago
wrapped_decorator.py