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
Yan Xu 0b07eef118
ParallelDyGraph with GPU collective mode (#16827)
6 years ago
..
contrib Merge pull request #17029 from wzzju/add_graph_checkpoint 6 years ago
distributed fix API spec about infer_from_dataset 6 years ago
dygraph ParallelDyGraph with GPU collective mode (#16827) 6 years ago
incubate Fleet unify distributed training (#16791) 6 years ago
layers ParallelDyGraph with GPU collective mode (#16827) 6 years ago
tests ParallelDyGraph with GPU collective mode (#16827) 6 years ago
transpiler Fleet unify distributed training (#16791) 6 years ago
.gitignore
__init__.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async_sparse_param_update_recorder 6 years ago
annotations.py
async_executor.py fix API.spec 6 years ago
average.py
backward.py Support backward of backward for Relu and add a new gradient checker by comparing theoretical and numerical Jacobian. (#16862) 6 years ago
clip.py
compiler.py Refine model gpu memory (#16993) 6 years ago
data_feed_desc.py modify c++ and python dataset related code & fix bug 6 years ago
data_feeder.py Merge develop 6 years ago
dataset.py Fleet unify distributed training (#16791) 6 years ago
debugger.py
default_scope_funcs.py
device_worker.py fix code style for incubator 6 years ago
distribute_lookup_table.py
evaluator.py
executor.py Refine model gpu memory (#16993) 6 years ago
framework.py Fix attrs 6 years ago
graphviz.py
inferencer.py
initializer.py merge confict, test=develop 6 years ago
install_check.py move imperative to dygraph, test=develop 6 years ago
io.py add checkpoint functions for graph. test=develop 6 years ago
layer_helper.py merge confict, test=develop 6 years ago
layer_helper_base.py merge confict, test=develop 6 years ago
lod_tensor.py
metrics.py test=develop 6 years ago
net_drawer.py
nets.py
op.py
optimizer.py Polish DGC code (#16818) 6 years ago
parallel_executor.py Polish DGC code (#16818) 6 years ago
param_attr.py
profiler.py
reader.py fix API.spec 6 years ago
recordio_writer.py
regularizer.py
trainer_desc.py fix bug 6 years ago
trainer_factory.py fix runtime error 6 years ago
unique_name.py
wrapped_decorator.py