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
Zhong Hui 361c6ccc01
OP error message enhancement of l2_normalize, matmul, mean, etc
6 years ago
..
contrib Weight quantization support channel_wise_abs_max method to achieve higher accuracy (#23629) 6 years ago
distributed fix typo words (#22653) 6 years ago
dygraph [dy2static]Fix a bug of is_dygraph_api and move BasicApiTransformer to a separate file(#23923) 6 years ago
incubate fix AMP and recompute (#23551) 6 years ago
layers OP error message enhancement of l2_normalize, matmul, mean, etc 6 years ago
tests OP error message enhancement of l2_normalize, matmul, mean, etc 6 years ago
transpiler fix bug at sync with communicator (#23077) 6 years ago
.gitignore
__init__.py Remove: NGraph engine from PDPD repository (#23545) 6 years ago
annotations.py
average.py
backward.py fix AMP and recompute (#23551) 6 years ago
clip.py update gradient clip english doc for new gradient clipping strategy 6 years ago
communicator.py SYNC with communicaotor (#22344) 6 years ago
compiler.py API (CompiledProgram) error message enhancement (#23559) 6 years ago
core.py Speed up dygraph DataLoader based on shared memory and LoDTensor serialization (#22541) 6 years ago
data.py fix example code of api data/switch_case to keep cn-doc and en-doc consistent (#23670) 6 years ago
data_feed_desc.py fix typo words (#22653) 6 years ago
data_feeder.py skip type/dtype check in dygraph mode, test=develop (#22915) 6 years ago
dataset.py Add a new DataFeed named PaddleBoxDataFeed (#23321) 6 years ago
debugger.py fix typo words (#22653) 6 years ago
default_scope_funcs.py
device_worker.py Fix judge pslib transpiler (#23720) 6 years ago
distribute_lookup_table.py
dygraph_utils.py fix if logic in dygraph (#23728) 6 years ago
evaluator.py fix typo in error message (#22312) 6 years ago
executor.py Modify documents of executor and randn and fix other errors (#23879) 6 years ago
framework.py Fix Program API doc sample code error (#23635) 6 years ago
graphviz.py
inferencer.py
initializer.py OP Normal, Uniform, Xavier Initializer, smooth_l1, mean_iou error message enhancement (#23751) 6 years ago
input.py API/OP (center_loss, fluid.one_hot, prroi_pool, roi_pool, ctc_greed_decoder) error message enhancement (#23794) 6 years ago
install_check.py fix typo words (#22653) 6 years ago
io.py API (save/load series) error message enhancement (#23644) 6 years ago
layer_helper.py
layer_helper_base.py API(to_variable/save_dygraph) error message enhancement(#23683) 6 years ago
lod_tensor.py
log_helper.py fix typo words (#22653) 6 years ago
metrics.py fix typo word (#22784) 6 years ago
net_drawer.py
nets.py Add inplace abn op (#22806) 6 years ago
op.py Implement StaticModelRunner to support dygraph fine-tune static graph pre-training model (#23171) 6 years ago
optimizer.py fix AMP and recompute (#23551) 6 years ago
parallel_executor.py Error Message Enhancement (#23483) 6 years ago
param_attr.py enhance attention_lstm and param_attr error message (#23678) 6 years ago
profiler.py Polish profiler doc (#22815) 6 years ago
reader.py add cuda resource pool for BufferedReader, test=develop (#23152) 6 years ago
regularizer.py add the prompt message of repeated settings of regularization,test=develop (#23355) 6 years ago
trainer_desc.py Add logs to debug random fail (#23731) 6 years ago
trainer_factory.py test=develop, bug fix for trainer_factory (#22751) 6 years ago
unique_name.py Check dygraph weight name (#22140) 6 years ago
wrapped_decorator.py