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
Guo Sheng 0133581531
Clean text.py and decode.py for API 2.0 (#26853)
4 years ago
..
contrib Implement the function of OutScaleForTraining/OutScaleForInference in dygraph (#26601) 4 years ago
dataloader fix DataLoader single process mode exit SIGABRT error. (#27850) 4 years ago
distributed Integrated Trainer of Parameter Server (API add `fluid.contrib.layers.sparse_embedding` only) (#22957) 5 years ago
dygraph update code examples for paddle.sums 4 years ago
incubate 【paddle.fleet】geo send sparse optimize (#27719) 4 years ago
inference Refine python inference api (#26958) 5 years ago
layers Clean text.py and decode.py for API 2.0 (#26853) 4 years ago
tests Clean text.py and decode.py for API 2.0 (#26853) 4 years ago
transpiler Integrated Trainer of Parameter Server (API add `fluid.contrib.layers.sparse_embedding` only) (#22957) 5 years ago
.gitignore
__init__.py Add support for mkldnn ops types selection with FLAGS in dygraph (#27482) 4 years ago
average.py
backward.py Update all the examples which use paddle.static.nn.fc. (#27904) 4 years ago
clip.py change clip grad api, test=develop (#27767) 4 years ago
communicator.py Feature/large scale kv save base/delta (#27470) 4 years ago
compiler.py Update all the examples which use paddle.static.nn.fc. (#27904) 4 years ago
core.py add musl option (#27798) 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 【paddle.distributed.fleet】add data_generator in distributed.fleet.dataset (#27345) 4 years ago
debugger.py
default_scope_funcs.py
device_worker.py Multi task (#26002) 4 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 Refine Executor API English Doc for 2.0rc (#27857) 4 years ago
framework.py update code examples for paddle.sums 4 years ago
generator.py Refine paddle.manual_seed (#26496) 5 years ago
graphviz.py
initializer.py Update example codes of ConstantInitializer & MSRAInitializer (#27915) 4 years ago
input.py Fix/embedding doc (#27816) 4 years ago
install_check.py Reimplement paddle.utils.install_check. (#27771) 4 years ago
io.py save operator version infomation to program desc, test=develop (#27668) 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 Remove and reorganize the alias of APIs (#27717) 4 years ago
multiprocess_utils.py
net_drawer.py
nets.py
op.py
optimizer.py fix english doc, unittest, and remove useless alias of 2.0 lr_scheduler (#27686) 4 years ago
parallel_executor.py Refine ParallelExecutor English Doc for 2.0RC (#27862) 4 years ago
param_attr.py Update all the examples which use paddle.static.nn.fc. (#27904) 4 years ago
profiler.py
reader.py polish Return doc of DataLoader (#27808) 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 modify doc for unique_name.guard unique_name.generate unique_name.switch, test=develop (#27605) 4 years ago
wrapped_decorator.py