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
Chengmo 0e101c4f6f
Fix test dist fleet heter ctr (#27513)
4 years ago
..
contrib replace dataset with fake data (#27519) 4 years ago
dataloader move DataLoader._worker_loop to top level (#27247) 4 years ago
distributed Integrated Trainer of Parameter Server (API add `fluid.contrib.layers.sparse_embedding` only) (#22957) 5 years ago
dygraph fix guard place set error (#27573) 4 years ago
incubate large scale kv speedup (#26510) 4 years ago
inference Refine python inference api (#26958) 4 years ago
layers Add static mode check on data() (#27495) 4 years ago
tests Fix test dist fleet heter ctr (#27513) 4 years ago
transpiler Integrated Trainer of Parameter Server (API add `fluid.contrib.layers.sparse_embedding` only) (#22957) 5 years ago
.gitignore
__init__.py [Feature] Enhance inplace addto strategy for gradient accumulation in static graph (#27112) 4 years ago
average.py
backward.py [Feature] Enhance inplace addto strategy for gradient accumulation in static graph (#27112) 4 years ago
clip.py Fix GradientClipByGlobalNorm dtype bug (#27437) 4 years ago
communicator.py Integrated Trainer of Parameter Server (API add `fluid.contrib.layers.sparse_embedding` only) (#22957) 5 years ago
compiler.py
core.py fix dll load bug on windows from python3.8 (#27324) 4 years ago
data.py Add static mode check on data() (#27495) 4 years ago
data_feed_desc.py
data_feeder.py erase Raises and refine doce of random functions (#26901) 5 years ago
dataset.py
debugger.py
default_scope_funcs.py
device_worker.py add heter ps mode (#25682) 5 years ago
distribute_lookup_table.py
dygraph_utils.py add use_mkldnn attribute to ops in dygraph (#25773) 5 years ago
entry_attr.py Integrated Trainer of Parameter Server (API add `fluid.contrib.layers.sparse_embedding` only) (#22957) 5 years ago
evaluator.py
executor.py add xpu in heter mode (#27000) 4 years ago
framework.py Add conv2d bfloat16 support (#27325) 4 years ago
generator.py Refine paddle.manual_seed (#26496) 5 years ago
graphviz.py
initializer.py add new API: set_global_initializer (#24378) 5 years ago
input.py add embedding 2.0 (#26649) 5 years ago
install_check.py Use dygraph mode by default (#27443) 4 years ago
io.py remove paddle.readers API (#26727) 4 years ago
layer_helper.py support mnist and resnet dygraph_to_static test (#25774) 5 years ago
layer_helper_base.py add set default dtype, get default dtype (#26006) 5 years ago
lod_tensor.py
log_helper.py
metrics.py
multiprocess_utils.py
net_drawer.py
nets.py
op.py
optimizer.py Add new paddle.save/load APIs (#27331) 4 years ago
parallel_executor.py
param_attr.py add weight_norm & remove_weight_norm (#26131) 5 years ago
profiler.py
reader.py make places of DataLoader optional. (#27432) 4 years ago
regularizer.py Revert "add device attr for regularizer, test=develop (#24981)" (#25375) 5 years ago
trainer_desc.py add heter ps mode (#25682) 5 years ago
trainer_factory.py add heter ps mode (#25682) 5 years ago
unique_name.py
wrapped_decorator.py