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
lilong12 f77a78cdee
enable pipeline to run with Executor.run() (#28373)
6 years ago
..
contrib refactor momentum op to combine weight (#27414) 6 years ago
dataloader Add weighted random sampler (#28545) 6 years ago
distributed
dygraph polish two api doc detail, test=document_fix (#28971) 6 years ago
incubate support ps-gpu (#28752) 6 years ago
inference Refine python inference api (#26958) 6 years ago
layers fix English doc for dice_loss, log_loss, unfold and NLLLoss API test=… (#28739) 6 years ago
tests enable pipeline to run with Executor.run() (#28373) 6 years ago
transpiler
.gitignore
__init__.py Fix gpu memory allocation bug. (#28703) 6 years ago
average.py
backward.py Update all the examples which use paddle.static.nn.fc. (#27904) 6 years ago
clip.py add sharding strategy in fleet(#27900) 6 years ago
communicator.py Feature/large scale kv save base/delta (#27470) 6 years ago
compiler.py Update all the examples which use paddle.static.nn.fc. (#27904) 6 years ago
core.py add musl option (#27798) 6 years ago
data.py Add static mode check on data() (#27495) 6 years ago
data_feed_desc.py
data_feeder.py erase Raises and refine doce of random functions (#26901) 6 years ago
dataset.py 【paddle.distributed.fleet】add data_generator in distributed.fleet.dataset (#27345) 6 years ago
debugger.py
default_scope_funcs.py
device_worker.py enable pipeline to run with Executor.run() (#28373) 6 years ago
distribute_lookup_table.py
dygraph_utils.py
entry_attr.py
evaluator.py
executor.py enable pipeline to run with Executor.run() (#28373) 6 years ago
framework.py remove fluid & variable in program (#28966) 6 years ago
generator.py Refine paddle.manual_seed (#26496) 6 years ago
graphviz.py
initializer.py add alias for fluid.initializer.set_global_initializer, alias is nn.initializer.set_global_initializer (#28690) 6 years ago
input.py Fix/embedding doc (#27816) 6 years ago
install_check.py Reimplement paddle.utils.install_check. (#27771) 6 years ago
io.py adjust kunlun header file (#28536) 6 years ago
layer_helper.py support mnist and resnet dygraph_to_static test (#25774) 6 years ago
layer_helper_base.py
lod_tensor.py
log_helper.py
metrics.py Remove and reorganize the alias of APIs (#27717) 6 years ago
multiprocess_utils.py
net_drawer.py
nets.py 2.0rc api rename (#28088) 6 years ago
op.py
optimizer.py enable pipeline to run with Executor.run() (#28373) 6 years ago
parallel_executor.py Refine ParallelExecutor English Doc for 2.0RC (#27862) 6 years ago
param_attr.py update paramattr doc. test=document_fix (#28745) 6 years ago
profiler.py
reader.py fix dataloader default value and doc (#28728) 6 years ago
regularizer.py
trainer_desc.py support ps-gpu (#28752) 6 years ago
trainer_factory.py support ps-gpu (#28752) 6 years ago
unique_name.py modify doc for unique_name.guard unique_name.generate unique_name.switch, test=develop (#27605) 6 years ago
wrapped_decorator.py