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
hong ff0886a92a
save load problem fix and new feature add (#20823)
5 years ago
..
contrib add pyramid_hash_op (#20698) 5 years ago
distributed remove async executor python api to fix document (#17174) 6 years ago
dygraph Add Sequential api (#20789) 5 years ago
incubate fix several sparse table issuses (#20686) 5 years ago
layers support Tensor for split and concat, support -1 in num_or_sections, add check num_or_sections (#20780) 5 years ago
tests save load problem fix and new feature add (#20823) 5 years ago
transpiler fix fetch handler error with pslib (#20679) 5 years ago
.gitignore
__init__.py save load problem fix and new feature add (#20823) 5 years ago
annotations.py
average.py add "import paddle.fluid as fluid" to examples lack of it 6 years ago
backward.py fix fill_constant shape with -1 and enhance cross_entropy test=develop (#20722) 5 years ago
clip.py fix GradientClipByNorm english doc (#20224) 5 years ago
communicator.py Add GEO-SGD distribute training algorithm (#20018) 5 years ago
compiler.py Fix fluid.data of executor (#20365) 5 years ago
core.py save load problem fix and new feature add (#20823) 5 years ago
data.py Modify English doc of fluid.data (#20248) 5 years ago
data_feed_desc.py fix cvm and DataFeedDesc apis (#19994) 5 years ago
data_feeder.py fix the bug in data_feeder.py (#20791) 5 years ago
dataset.py support change shuffle and train thread num (#19841) 5 years ago
debugger.py Nan debugger init (#18401) 6 years ago
default_scope_funcs.py
device_worker.py fix several sparse table issuses (#20686) 5 years ago
distribute_lookup_table.py
dygraph_grad_clip.py Add no_grad decorator to dygraph (#17790) 6 years ago
evaluator.py Fix data type of variable in edit distance evaluator (#19618) 6 years ago
executor.py fix fetch handler error with pslib (#20679) 5 years ago
framework.py Refine getitem of Variable (#20729) 5 years ago
graphviz.py
inferencer.py
initializer.py udpate en doc test=develop, test=document_fix (#20459) 5 years ago
input.py enhance embedding error message test=develop (#20246) 5 years ago
install_check.py Add install check for multigpu (#18323) 6 years ago
io.py save load problem fix and new feature add (#20823) 5 years ago
layer_helper.py Enable users to create custom cpp op outside framework. (#19256) 5 years ago
layer_helper_base.py Feature/auto prune in dygraph (#19757) 5 years ago
lod_tensor.py Fix en docs of apis (#20050) 5 years ago
log_helper.py fix logging basicConfig cannot be setting after import paddle (#17786) 6 years ago
metrics.py Fix the English document for 1.6 (#20338) 5 years ago
net_drawer.py fix logging basicConfig cannot be setting after import paddle (#17786) 6 years ago
nets.py Update some en api docs (#20496) 5 years ago
op.py
optimizer.py Fix DGC algorithm flow to make it the same as paper (#20758) 5 years ago
parallel_executor.py Fix fluid.data of executor (#20365) 5 years ago
param_attr.py modify WeightNormParamAttr English doc test=develop (#20218) 5 years ago
profiler.py refine profiler document (#20326) 5 years ago
reader.py Add shape and type check at read_op (#20754) 5 years ago
regularizer.py Modify doc for shuffle, firstn, save_vars, load_vars, L1DecayRegularizer, L2DecayRegularizer (#20287) 5 years ago
trainer_desc.py add check nan / inf in downpour worker (#20694) 5 years ago
trainer_factory.py add check nan / inf in downpour worker (#20694) 5 years ago
unique_name.py Polish en APIs of unique_name, test=develop, test=document_fix (#20113) 5 years ago
wrapped_decorator.py