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
翟飞跃 2e3ee57954
Use sparse matrix to implement FusedEmbeddingSeqPoolGradKernel (#19153)
6 years ago
..
contrib remove unused inference_transpiler unit-tests (#19130) 6 years ago
distributed remove async executor python api to fix document (#17174) 6 years ago
dygraph [Speedup] Make dygraph data parallel faster (#19280) 6 years ago
incubate Remove node_num function. (#19167) 6 years ago
layers fix yolo_box python example (#18925) 6 years ago
tests Use sparse matrix to implement FusedEmbeddingSeqPoolGradKernel (#19153) 6 years ago
transpiler remove unused inference_transpiler unit-tests (#19130) 6 years ago
.gitignore
__init__.py merge develop to solve conflict, also fix API doc, test=develop (#18823) 6 years ago
annotations.py
average.py add "import paddle.fluid as fluid" to examples lack of it 6 years ago
backward.py Enhance backward process (#18700) 6 years ago
clip.py Hide no support (#18515) 6 years ago
communicator.py fix communicator with pyreader (#18350) 6 years ago
compiler.py prune the feed op in compiler (#18997) 6 years ago
core.py fix warpctc.dll not found issue (#18761) 6 years ago
data_feed_desc.py add "import paddle.fluid as fluid" to examples lack of it 6 years ago
data_feeder.py imporve the doc of decorate_reader API (#19206) 6 years ago
dataset.py add save cache model api in fleet& add slots shuffle in dataset module & add metric op to calculate ctr related metrics (#18871) 6 years ago
debugger.py Nan debugger init (#18401) 6 years ago
default_scope_funcs.py
device_worker.py Pipeline Concurrency (#17402) 6 years ago
distribute_lookup_table.py
dygraph_grad_clip.py Add no_grad decorator to dygraph (#17790) 6 years ago
evaluator.py fix spelling errors (#17941) 6 years ago
executor.py Fix memory overwriting of tensors returned by executor (#19030) 6 years ago
framework.py remove is_mem_optimized in Program, test=develop (#19307) 6 years ago
graphviz.py
inferencer.py
initializer.py Supports diagonal initialization in uniform_random op (#19299) 6 years ago
install_check.py Add install check for multigpu (#18323) 6 years ago
io.py remove is_mem_optimized in Program, test=develop (#19307) 6 years ago
layer_helper.py merge confict, test=develop 6 years ago
layer_helper_base.py fix g_param shape mismatch in WeightNormParamAttr (#18940) 6 years ago
lod_tensor.py fix lod_tensor.py grammar error, test=develop (#18308) 6 years ago
log_helper.py fix logging basicConfig cannot be setting after import paddle (#17786) 6 years ago
metrics.py add "import paddle.fluid as fluid" to examples lack of it 6 years ago
net_drawer.py fix logging basicConfig cannot be setting after import paddle (#17786) 6 years ago
nets.py add "import paddle.fluid as fluid" to examples lack of it 6 years ago
op.py
optimizer.py Polish fleet API to support cuda collective mode and nccl2 mode. (#18966) 6 years ago
parallel_executor.py Remove compile from PE (#19080) 6 years ago
param_attr.py fix g_param shape mismatch in WeightNormParamAttr (#18940) 6 years ago
profiler.py Fix config description error in cuda_profiler function document (#18750) 6 years ago
reader.py add more traceback to py_reader error msg, test=develop (#18722) 6 years ago
regularizer.py fix regularizer lod bug (#17848) 6 years ago
sampcd_processor.py CI - Improve example code check (#19170) 6 years ago
trainer_desc.py adjust ins weight according to nid slot (#18784) 6 years ago
trainer_factory.py adjust ins weight according to nid slot (#18784) 6 years ago
unique_name.py Fix dygraph mem leak (#18082) 6 years ago
wrapped_decorator.py