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
whs cfdd1fc2cd
Fix warpctc in padding mode. (#21033)
5 years ago
..
contrib QAT int8 accuracy little improvement (#21074) 5 years ago
distributed
dygraph Remove fuse_with_relu argument from batch_norm constructor (#21028) 5 years ago
incubate modify the implementation of save_persistables and save_inference_model for fleet collective mode (#20802) 5 years ago
layers add input type and dtype check template, and update some APIs check (#21161) 5 years ago
tests Fix warpctc in padding mode. (#21033) 5 years ago
transpiler Optimize decay (#20816) 5 years ago
.gitignore
__init__.py save load problem fix and new feature add (#20823) 5 years ago
annotations.py
average.py
backward.py Fix gradients (#20857) 5 years ago
clip.py fix GradientClipByNorm english doc (#20224) 6 years ago
communicator.py Add GEO-SGD distribute training algorithm (#20018) 6 years ago
compiler.py Fix fluid.data of executor (#20365) 6 years ago
core.py Add c++ global current tracer for dygraph (#20882) 5 years ago
data.py Modify English doc of fluid.data (#20248) 6 years ago
data_feed_desc.py fix cvm and DataFeedDesc apis (#19994) 6 years ago
data_feeder.py add input type and dtype check template, and update some APIs check (#21161) 5 years ago
dataset.py simplify master+patch,remove ins when size != merge_size or has conflict slot (#20913) 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
evaluator.py Fix data type of variable in edit distance evaluator (#19618) 6 years ago
executor.py fix FetchHandler (#20900) 5 years ago
framework.py Add grad_name Property for Class Variable (#20991) 5 years ago
graphviz.py
inferencer.py
initializer.py udpate en doc test=develop, test=document_fix (#20459) 6 years ago
input.py add input type and dtype check template, and update some APIs check (#21161) 5 years ago
install_check.py
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) 6 years ago
layer_helper_base.py Feature/auto prune in dygraph (#19757) 6 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 Fix dgc buffer illegal & reuse velocity (#21012) 5 years ago
parallel_executor.py Fix fluid.data of executor (#20365) 6 years ago
param_attr.py modify WeightNormParamAttr English doc test=develop (#20218) 6 years ago
profiler.py refine profiler document (#20326) 6 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) 6 years ago
trainer_desc.py support dump param of model into afs (#20302) 5 years ago
trainer_factory.py support dump param of model into afs (#20302) 5 years ago
unique_name.py Polish en APIs of unique_name, test=develop, test=document_fix (#20113) 6 years ago
wrapped_decorator.py