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
Yibing Liu 129b913cff
Fix the bug in executor.fetch_var
8 years ago
..
layers Add neural transformer leanring rate decay function. (#9951) 8 years ago
tests Fix a bug in save_inference_model and prune when the program is initailized by load_inference_model (#10011) 8 years ago
.gitignore
__init__.py create new varible in scope 8 years ago
average.py Feature/metrics (#9791) 8 years ago
backward.py refine parallel_do_grad 8 years ago
clip.py
concurrency.py Add in is_copy attribute to SelectCase. (#9393) 8 years ago
data_feeder.py
debuger.py Fix debuger bugs. (#9705) 8 years ago
default_scope_funcs.py
distribute_transpiler.py Merge pull request #9956 from typhoonzero/split_byref_op 8 years ago
distribute_transpiler_simple.py
distributed_splitter.py Fix a minor bug for distributed_spliter.round_robin 8 years ago
evaluator.py Feature/metrics (#9791) 8 years ago
executor.py Fix the bug in executor.fetch_var 8 years ago
framework.py Fix a bug in save_inference_model and prune when the program is initailized by load_inference_model (#10011) 8 years ago
graphviz.py Fix debuger bugs. (#9705) 8 years ago
inference_transpiler.py add type check and default scope 8 years ago
initializer.py Adjust 8 years ago
io.py Fix a bug in save_inference_model and prune when the program is initailized by load_inference_model (#10011) 8 years ago
layer_helper.py Revert "make append activation in place by default (#9417)" 8 years ago
memory_optimization_transpiler.py Polish memory_optimizer code with mode comments and less identions 8 years ago
metrics.py update 8 years ago
net_drawer.py
nets.py make bn inplace in img_conv_group by default 8 years ago
op.py
optimizer.py Change do_model_average_for_mean_and_var to boolean in batch_normal. 8 years ago
parallel_executor.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_parallel_executor_tests 8 years ago
param_attr.py Fix some issues. 8 years ago
profiler.py
recordio_writer.py Polish ShuffleReader and test 8 years ago
regularizer.py fix regularizer when gradient is None 8 years ago
unique_name.py