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
Guo Sheng da803415cf
Make layers.reshape/expand/slice in dygraph support var inputs. (#22920)
5 years ago
..
contrib remove high level api (#23854) 5 years ago
dataloader Refine DataLoader support multi-processing (#23107) 5 years ago
distributed fix typo words (#22653) 5 years ago
dygraph Add the support dygraph out attribute for the op of mm in api2.0 (#23978) 5 years ago
incubate fix AMP and recompute (#23551) 5 years ago
layers Make layers.reshape/expand/slice in dygraph support var inputs. (#22920) 5 years ago
tests fix bceloss weight (#23973) 5 years ago
transpiler fix bug at sync with communicator (#23077) 5 years ago
.gitignore
__init__.py remove high level api (#23854) 5 years ago
annotations.py
average.py add "import paddle.fluid as fluid" to examples lack of it 6 years ago
backward.py fix AMP and recompute (#23551) 5 years ago
clip.py Add note about the time cost and change HTTPS to HTTP to avoid unable to download(#24043) 5 years ago
communicator.py SYNC with communicaotor (#22344) 5 years ago
compiler.py API (CompiledProgram) error message enhancement (#23559) 5 years ago
core.py Refine DataLoader support multi-processing (#23107) 5 years ago
data.py fix example code of api data/switch_case to keep cn-doc and en-doc consistent (#23670) 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 judge pslib transpiler (#23720) 5 years ago
distribute_lookup_table.py
dygraph_utils.py fix if logic in dygraph (#23728) 5 years ago
evaluator.py fix typo in error message (#22312) 5 years ago
executor.py Support LoDTensorArray in fetch (#23645) 5 years ago
framework.py ADD Manual seed op into paddle.framework (#23537) 5 years ago
graphviz.py
initializer.py OP Normal, Uniform, Xavier Initializer, smooth_l1, mean_iou error message enhancement (#23751) 5 years ago
input.py API/OP (center_loss, fluid.one_hot, prroi_pool, roi_pool, ctc_greed_decoder) error message enhancement (#23794) 5 years ago
install_check.py fix typo words (#22653) 5 years ago
io.py Refine DataLoader support multi-processing (#23107) 5 years ago
layer_helper.py Enable users to create custom cpp op outside framework. (#19256) 5 years ago
layer_helper_base.py API(to_variable/save_dygraph) error message enhancement(#23683) 5 years ago
lod_tensor.py Fix en docs of apis (#20050) 5 years ago
log_helper.py fix logger propagate. test=develop (#23961) 5 years ago
metrics.py fix typo word (#22784) 5 years ago
multiprocess_utils.py Refine DataLoader support multi-processing (#23107) 5 years ago
net_drawer.py
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 Avoid logging.info be printed many times in dygraph_mode,test=develop (#23932) 5 years ago
parallel_executor.py Error Message Enhancement (#23483) 5 years ago
param_attr.py move the initialize position of grad_clip to optimizer(__init__),and speed up clip (#23782) 5 years ago
profiler.py Polish profiler doc (#22815) 5 years ago
reader.py Refine DataLoader support multi-processing (#23107) 5 years ago
regularizer.py Avoid logging.info be printed many times in dygraph_mode,test=develop (#23932) 5 years ago
trainer_desc.py remove print statement to make code clean(#23907) 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