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
liym27 4ea95b6fe5
Support Tensor.shape in dygraph_to_static (#22830)
6 years ago
..
contrib Added an option to use external FP32 model in QAT comparison test (#22858) 6 years ago
distributed fix typo words (#22653) 6 years ago
dygraph Support Tensor.shape in dygraph_to_static (#22830) 6 years ago
incubate test=develop, optimize distributedstrategy (#22677) 6 years ago
layers Fix the elementwise_min API BUG, use the elementwise_min replace elementwise_max. (#22880) 6 years ago
tests Support Tensor.shape in dygraph_to_static (#22830) 6 years ago
transpiler fix typo word (#22784) 6 years ago
.gitignore
__init__.py Add flags to limit gpu memory (#22793) 6 years ago
annotations.py
average.py
backward.py add fluid.device_guard to specify the device type for Op (#22254) 6 years ago
clip.py fix typo word (#22784) 6 years ago
communicator.py SYNC with communicaotor (#22344) 6 years ago
compiler.py add NotImplementedError for multi optimizers (#22181) 6 years ago
core.py Speed up dygraph DataLoader based on shared memory and LoDTensor serialization (#22541) 6 years ago
data.py fix typo word (#22784) 6 years ago
data_feed_desc.py fix typo words (#22653) 6 years ago
data_feeder.py fix typo words (#22653) 6 years ago
dataset.py support customized download command in dataset (#22782) 6 years ago
debugger.py fix typo words (#22653) 6 years ago
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 fix typo words (#22653) 6 years ago
dygraph_utils.py Fix layer & dygraph circular dependent (#22334) 6 years ago
evaluator.py fix typo in error message (#22312) 6 years ago
executor.py Unmerged fetch list (#22635) 6 years ago
framework.py add fluid.device_guard to specify the device type for Op (#22254) 6 years ago
graphviz.py
inferencer.py
initializer.py fix typo words (#22653) 6 years ago
input.py fix typo words (#22653) 6 years ago
install_check.py fix typo words (#22653) 6 years ago
io.py add fluid.device_guard to specify the device type for Op (#22254) 6 years ago
layer_helper.py Enable users to create custom cpp op outside framework. (#19256) 6 years ago
layer_helper_base.py fix typo word (#22784) 6 years ago
lod_tensor.py Fix en docs of apis (#20050) 6 years ago
log_helper.py fix typo words (#22653) 6 years ago
metrics.py fix typo word (#22784) 6 years ago
net_drawer.py
nets.py fix typo words (#22653) 6 years ago
op.py
optimizer.py add fluid.device_guard to specify the device type for Op (#22254) 6 years ago
parallel_executor.py fix typo word (#22784) 6 years ago
param_attr.py fix typo words (#22653) 6 years ago
profiler.py Polish profiler doc (#22815) 6 years ago
reader.py Polish detail implement of dygraph data loader (#22878) 6 years ago
regularizer.py Remove _optimized_guard of append_regularization_ops in Dgraph mode (#22271) 6 years ago
trainer_desc.py multi-loss optimization by adding a DownpourOpt worker (#22025) 6 years ago
trainer_factory.py test=develop, bug fix for trainer_factory (#22751) 6 years ago
unique_name.py Check dygraph weight name (#22140) 6 years ago
wrapped_decorator.py