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
songyouwei cb4560b79d
python 2 and 3 compatible pickle (#22555)
6 years ago
..
contrib Add support for Ernie NLP model to the Slim QAT (#22506) 6 years ago
distributed
dygraph python 2 and 3 compatible pickle (#22555) 6 years ago
incubate fix bug with compiledProgram (#22495) 6 years ago
layers modify English document while_loop (#22573) 6 years ago
tests update ops's unittest data type from float32 to float64 and shape over 100 (#22544) 6 years ago
transpiler deprecated for distribute transpiler api (#22513) 6 years ago
.gitignore
__init__.py integrated HALF_ASYNC to communicator (#21869) 7 years ago
annotations.py
average.py
backward.py Fix the leaving out of rnn_memory_helper_grad's output vars. test=develop (#22499) 6 years ago
clip.py Fix grad clip (#21784) 7 years ago
communicator.py Fix GEO-SGD init & send Bug (#22375) 7 years ago
compiler.py add NotImplementedError for multi optimizers (#22181) 7 years ago
core.py Speeding up dygraph DataLoader with multiprocessing (#21762) 7 years ago
data.py Refine doc of data based on requirement. (#22098) 7 years ago
data_feed_desc.py fix cvm and DataFeedDesc apis (#19994) 7 years ago
data_feeder.py change check_type_and_dtype to check_variable_and_dtype (#22465) 6 years ago
dataset.py multi-loss optimization by adding a DownpourOpt worker (#22025) 6 years ago
debugger.py
default_scope_funcs.py
device_worker.py multi-loss optimization by adding a DownpourOpt worker (#22025) 6 years ago
distribute_lookup_table.py
dygraph_grad_clip.py Remove FC in dygraph, modify FC to Linear in sample code (#22082) 7 years ago
dygraph_utils.py Fix layer & dygraph circular dependent (#22334) 7 years ago
evaluator.py fix typo in error message (#22312) 7 years ago
executor.py integrated HALF_ASYNC to communicator (#21869) 7 years ago
framework.py Polish nn code, test=develop (#22237) 7 years ago
graphviz.py
inferencer.py
initializer.py Fix bilinear import math (#22523) 6 years ago
input.py change check_type_and_dtype to check_variable_and_dtype (#22465) 6 years ago
install_check.py Remove FC in dygraph, modify FC to Linear in sample code (#22082) 7 years ago
io.py python 2 and 3 compatible pickle (#22555) 6 years ago
layer_helper.py Enable users to create custom cpp op outside framework. (#19256) 7 years ago
layer_helper_base.py Check dygraph weight name (#22140) 7 years ago
lod_tensor.py Fix en docs of apis (#20050) 7 years ago
log_helper.py
metrics.py Fix the English document for 1.6 (#20338) 7 years ago
net_drawer.py
nets.py Update some en api docs (#20496) 7 years ago
op.py
optimizer.py Add wrong info when use DGC in cpu (#22515) 6 years ago
parallel_executor.py Fix fluid.data of executor (#20365) 7 years ago
param_attr.py Support dygraph structuerd name (#21930) 7 years ago
profiler.py refine profiler document (#20326) 7 years ago
reader.py Fix static graph dataloader early reset bug (#22365) 7 years ago
regularizer.py Remove _optimized_guard of append_regularization_ops in Dgraph mode (#22271) 7 years ago
trainer_desc.py multi-loss optimization by adding a DownpourOpt worker (#22025) 6 years ago
trainer_factory.py multi-loss optimization by adding a DownpourOpt worker (#22025) 6 years ago
unique_name.py Check dygraph weight name (#22140) 7 years ago
wrapped_decorator.py