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
Liu Yiqun 865dfbe5c7
Use a new scope for inference in python unittest to avoid changing the value of variables for training.
8 years ago
..
layers Merge pull request #8265 from chengduoZH/feature/add_prior_box_py 8 years ago
tests Use a new scope for inference in python unittest to avoid changing the value of variables for training. 8 years ago
.gitignore Change framework to fluid (#5637) 8 years ago
__init__.py Small fix of fluid __init__ 8 years ago
backward.py fix a bug 8 years ago
clip.py Merge pull request #7945 from JiayiFeng/dev_debug_string_for_parameter 8 years ago
data_feeder.py "fix decode bug" (#7711) 8 years ago
debuger.py debug/format protobuf to human-readable codes (#8086) 8 years ago
default_scope_funcs.py "fix decode bug" (#7711) 8 years ago
distribute_transpiler.py Merge selected rows with dynamic variable count (#8023) 8 years ago
distribute_transpiler_simple.py "fix decode bug" (#7711) 8 years ago
distributed_spliter.py "fix decode bug" (#7711) 8 years ago
evaluator.py Merge pull request #7655 from wanghaoshuang/ctc_evaluator_py 8 years ago
executor.py refine error msg and add unittest for cpp reader 8 years ago
framework.py Optimize return all opt ops 8 years ago
graphviz.py add block graph image for debuging (#8026) 8 years ago
initializer.py Use force cpu in fill constant op (#8254) 8 years ago
io.py Better version of PR #7985 (Modify load() for inference) (#8024) 8 years ago
layer_helper.py Make weight normalization adapt to the up-to-date code 8 years ago
learning_rate_decay.py override comparison operators in Python for Variable 8 years ago
memory_optimization_transpiler.py optimize data flow analysis (#8271) 8 years ago
net_drawer.py "fix decode bug" (#7711) 8 years ago
nets.py Add python wrapper for layer_norm 8 years ago
op.py "fix decode bug" (#7711) 8 years ago
optimizer.py Optimize return all opt ops 8 years ago
param_attr.py Make weight normalization adapt to the up-to-date code 8 years ago
profiler.py Fix the error when sorted_key is none in profiler 8 years ago
regularizer.py update debug string 8 years ago