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
cc d8f4714bc1
[Quantization] Save output threshold by argname_index (#25272)
5 years ago
..
contrib [Quantization] Save output threshold by argname_index (#25272) 5 years ago
dataloader Fix test multiprocess dataloader static (#25287) 5 years ago
distributed fix typo words (#22653) 5 years ago
dygraph [DygraphToStatic]Add cast transform for dygraph_to_static. (#25325) 5 years ago
incubate add mock barrier all (#24786) 5 years ago
layers add mish op. (#24565) 5 years ago
tests Fix softmax unittest (#25371) 5 years ago
transpiler Fix fluid.embedding in Distributed Training (#25174) 5 years ago
.gitignore
__init__.py add new API: set_global_initializer (#24378) 5 years ago
annotations.py
average.py
backward.py English API Docs Optimization Part 1 (#24536) 5 years ago
clip.py English API Docs Optimization Part 1 (#24536) 5 years ago
communicator.py SYNC with communicaotor (#22344) 5 years ago
compiler.py English API Docs Optimization Part 1 (#24536) 5 years ago
core.py Refine DataLoader support multi-processing (#23107) 5 years ago
data.py English API Docs Optimization Part 1 (#24536) 5 years ago
data_feed_desc.py English API Docs Optimization Part 1 (#24536) 5 years ago
data_feeder.py Refine check_type Error Message for @declarative (#25098) 5 years ago
dataset.py Support AucRunner in PaddleBox (#22884) 5 years ago
debugger.py fix typo words (#22653) 5 years ago
default_scope_funcs.py
device_worker.py Fix judge pslib transpiler (#23720) 5 years ago
distribute_lookup_table.py
dygraph_utils.py fix if logic in dygraph (#23728) 5 years ago
evaluator.py fix typo in error message (#22312) 5 years ago
executor.py English API Docs Optimization Part 1 (#24536) 5 years ago
framework.py support user defined quantization func and preprocess (#24720) 5 years ago
graphviz.py
initializer.py add new API: set_global_initializer (#24378) 5 years ago
input.py English API Docs Optimization Part 1 (#24536) 5 years ago
install_check.py fix typo words (#22653) 5 years ago
io.py Enable load program state in imperative mode (#24998) 5 years ago
layer_helper.py
layer_helper_base.py add new API: set_global_initializer (#24378) 5 years ago
lod_tensor.py test=develop (#24522) 5 years ago
log_helper.py fix logger propagate. test=develop (#23961) 5 years ago
metrics.py fix typo word (#22784) 5 years ago
multiprocess_utils.py Refine DataLoader support multi-processing (#23107) 5 years ago
net_drawer.py
nets.py test=develop (#24522) 5 years ago
op.py Implement StaticModelRunner to support dygraph fine-tune static graph pre-training model (#23171) 5 years ago
optimizer.py modify pipeline optimizer to only support the mode of sync pipeline training (#25065) 5 years ago
parallel_executor.py test=develop (#24522) 5 years ago
param_attr.py test=develop (#24522) 5 years ago
profiler.py add try finally, test=develop (#24243) 5 years ago
reader.py replace some logging.warn() with warings.warn(), test=develop (#25025) 5 years ago
regularizer.py add device attr for regularizer, test=develop (#24981) 5 years ago
trainer_desc.py Random Dump (#24477) 5 years ago
trainer_factory.py fix logger (#24682) 5 years ago
unique_name.py add try finally, test=develop (#24243) 5 years ago
wrapped_decorator.py