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/v2/fluid
guosheng a063fc28b6
Fix the bias of fc when num_flatten_dims is not 1 in fluid layers
7 years ago
..
layers Fix the bias of fc when num_flatten_dims is not 1 in fluid layers 7 years ago
tests Add C++ inference unittest of recommender system (#8227) 7 years ago
.gitignore Change framework to fluid (#5637) 7 years ago
__init__.py set FLAGS_warpctc_dir to pass the test_warpctc_op unit test 7 years ago
backward.py fix a bug 7 years ago
clip.py Merge pull request #7945 from JiayiFeng/dev_debug_string_for_parameter 7 years ago
data_feeder.py "fix decode bug" (#7711) 7 years ago
debuger.py debug/format protobuf to human-readable codes (#8086) 7 years ago
default_scope_funcs.py "fix decode bug" (#7711) 7 years ago
distribute_transpiler.py follow comments 7 years ago
distribute_transpiler_simple.py "fix decode bug" (#7711) 7 years ago
distributed_spliter.py "fix decode bug" (#7711) 7 years ago
evaluator.py Merge pull request #7655 from wanghaoshuang/ctc_evaluator_py 7 years ago
executor.py refine error msg and add unittest for cpp reader 7 years ago
framework.py Optimize return all opt ops 7 years ago
graphviz.py add block graph image for debuging (#8026) 7 years ago
initializer.py "fix decode bug" (#7711) 7 years ago
io.py Better version of PR #7985 (Modify load() for inference) (#8024) 7 years ago
layer_helper.py Make weight normalization adapt to the up-to-date code 7 years ago
learning_rate_decay.py Add polynomial_decay and piecewise_decay (#8013) 7 years ago
memory_optimization_transpiler.py optimize data flow analysis (#8271) 7 years ago
net_drawer.py "fix decode bug" (#7711) 7 years ago
nets.py follow comments. 7 years ago
op.py "fix decode bug" (#7711) 7 years ago
optimizer.py Optimize return all opt ops 7 years ago
param_attr.py Make weight normalization adapt to the up-to-date code 7 years ago
profiler.py Fix the error when sorted_key is none in profiler 7 years ago
regularizer.py update debug string 7 years ago