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
tangwei12 66a3150135
SYNC with communicaotor (#22344)
5 years ago
..
contrib Fix batch_num default value (#22682) 5 years ago
distributed remove async executor python api to fix document (#17174) 6 years ago
dygraph unexpose tracer, test=develop (#22661) 5 years ago
incubate SYNC with communicaotor (#22344) 5 years ago
layers support num_flatten_dims=-1 of API fc. (#22634) 5 years ago
tests SYNC with communicaotor (#22344) 5 years ago
transpiler SYNC with communicaotor (#22344) 5 years ago
.gitignore
__init__.py integrated HALF_ASYNC to communicator (#21869) 5 years ago
annotations.py
average.py add "import paddle.fluid as fluid" to examples lack of it 6 years ago
backward.py Fix the leaving out of rnn_memory_helper_grad's output vars. test=develop (#22499) 5 years ago
clip.py Fix grad clip (#21784) 5 years ago
communicator.py SYNC with communicaotor (#22344) 5 years ago
compiler.py add NotImplementedError for multi optimizers (#22181) 5 years ago
core.py Speeding up dygraph DataLoader with multiprocessing (#21762) 5 years ago
data.py Refine doc of data based on requirement. (#22098) 5 years ago
data_feed_desc.py fix cvm and DataFeedDesc apis (#19994) 5 years ago
data_feeder.py change check_type_and_dtype to check_variable_and_dtype (#22465) 5 years ago
dataset.py multi-loss optimization by adding a DownpourOpt worker (#22025) 5 years ago
debugger.py Nan debugger init (#18401) 6 years ago
default_scope_funcs.py
device_worker.py multi-loss optimization by adding a DownpourOpt worker (#22025) 5 years ago
distribute_lookup_table.py
dygraph_grad_clip.py Remove FC in dygraph, modify FC to Linear in sample code (#22082) 5 years ago
dygraph_utils.py Fix layer & dygraph circular dependent (#22334) 5 years ago
evaluator.py fix typo in error message (#22312) 5 years ago
executor.py support dumping params/grads in transpiler mode (#22490) 5 years ago
framework.py Polish nn code, test=develop (#22237) 5 years ago
graphviz.py
inferencer.py
initializer.py Fix bilinear import math (#22523) 5 years ago
input.py change check_type_and_dtype to check_variable_and_dtype (#22465) 5 years ago
install_check.py Remove FC in dygraph, modify FC to Linear in sample code (#22082) 5 years ago
io.py fix compute priority. test=develop (#22619) 5 years ago
layer_helper.py Enable users to create custom cpp op outside framework. (#19256) 5 years ago
layer_helper_base.py Check dygraph weight name (#22140) 5 years ago
lod_tensor.py Fix en docs of apis (#20050) 5 years ago
log_helper.py fix logging basicConfig cannot be setting after import paddle (#17786) 6 years ago
metrics.py Fix the English document for 1.6 (#20338) 5 years ago
net_drawer.py fix logging basicConfig cannot be setting after import paddle (#17786) 6 years ago
nets.py Update some en api docs (#20496) 5 years ago
op.py
optimizer.py Add wrong info when use DGC in cpu (#22515) 5 years ago
parallel_executor.py Fix fluid.data of executor (#20365) 5 years ago
param_attr.py Support dygraph structuerd name (#21930) 5 years ago
profiler.py add flag to control profile level in python API (#22319) 5 years ago
reader.py Add Queue.get delay for multiprocess data loader (#22604) 5 years ago
regularizer.py Remove _optimized_guard of append_regularization_ops in Dgraph mode (#22271) 5 years ago
trainer_desc.py multi-loss optimization by adding a DownpourOpt worker (#22025) 5 years ago
trainer_factory.py support dumping params/grads in transpiler mode (#22490) 5 years ago
unique_name.py Check dygraph weight name (#22140) 5 years ago
wrapped_decorator.py