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
Thunderbrook 0073f9bdb0
support ps-gpu (#28752)
5 years ago
..
contrib refactor momentum op to combine weight (#27414) 5 years ago
dataloader Add weighted random sampler (#28545) 5 years ago
distributed
dygraph polish two api doc detail, test=document_fix (#28971) 5 years ago
incubate support ps-gpu (#28752) 5 years ago
inference
layers fix code example (#28636) 5 years ago
tests refactor momentum op to combine weight (#27414) 5 years ago
transpiler
.gitignore
__init__.py Fix gpu memory allocation bug. (#28703) 5 years ago
average.py
backward.py Update all the examples which use paddle.static.nn.fc. (#27904) 5 years ago
clip.py add sharding strategy in fleet(#27900) 5 years ago
communicator.py Feature/large scale kv save base/delta (#27470) 5 years ago
compiler.py Update all the examples which use paddle.static.nn.fc. (#27904) 5 years ago
core.py add musl option (#27798) 5 years ago
data.py
data_feed_desc.py
data_feeder.py
dataset.py
debugger.py
default_scope_funcs.py
device_worker.py Multi task (#26002) 5 years ago
distribute_lookup_table.py
dygraph_utils.py
entry_attr.py
evaluator.py
executor.py support ps-gpu (#28752) 5 years ago
framework.py remove fluid & variable in program (#28966) 5 years ago
generator.py
graphviz.py
initializer.py add alias for fluid.initializer.set_global_initializer, alias is nn.initializer.set_global_initializer (#28690) 5 years ago
input.py Fix/embedding doc (#27816) 5 years ago
install_check.py Reimplement paddle.utils.install_check. (#27771) 5 years ago
io.py adjust kunlun header file (#28536) 5 years ago
layer_helper.py
layer_helper_base.py
lod_tensor.py
log_helper.py
metrics.py Remove and reorganize the alias of APIs (#27717) 5 years ago
multiprocess_utils.py
net_drawer.py
nets.py 2.0rc api rename (#28088) 5 years ago
op.py
optimizer.py fix english doc, unittest, and remove useless alias of 2.0 lr_scheduler (#27686) 5 years ago
parallel_executor.py Refine ParallelExecutor English Doc for 2.0RC (#27862) 5 years ago
param_attr.py update paramattr doc. test=document_fix (#28745) 5 years ago
profiler.py
reader.py fix dataloader default value and doc (#28728) 5 years ago
regularizer.py
trainer_desc.py support ps-gpu (#28752) 5 years ago
trainer_factory.py support ps-gpu (#28752) 5 years ago
unique_name.py modify doc for unique_name.guard unique_name.generate unique_name.switch, test=develop (#27605) 5 years ago
wrapped_decorator.py