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/dygraph
wanghuancoder 27a5c0cff6
fix layers train eval bug (#30580)
5 years ago
..
amp Add matmtl_v2 to amp list (#28693) 5 years ago
dygraph_to_static [Dy2static]Fix paddle prefix in is_paddle_api (#30569) 5 years ago
__init__.py Update the demo code and the doc of varbase.backward. (#26506) 5 years ago
base.py Set expected place in child thread for dataloader to avoid costing cuda memory on other card (#30338) 5 years ago
checkpoint.py Polish save load en doc details (#27845) 5 years ago
container.py modify doc for ParameterList and LayerList (#27609) 5 years ago
io.py Fix bug for 'save mutiple method' (#30218) 5 years ago
jit.py [Dy2Static]Enhance check of TracedLayers out vars (#30576) 5 years ago
layer_object_helper.py add use_mkldnn attribute to ops in dygraph (#25773) 5 years ago
layers.py fix layers train eval bug (#30580) 5 years ago
learning_rate_scheduler.py Upgrade string literals to raw string (#28989) 5 years ago
math_op_patch.py remove complexvariable (#29390) 5 years ago
nn.py Add fast path for dropout when p == 0 (#29553) 5 years ago
parallel.py Support unused parameters in dynamic graph distributed (#30224) 5 years ago
parallel_helper.py add the paddle.distributed.split api (#29970) 5 years ago
profiler.py move imperative to dygraph, test=develop 7 years ago
rnn.py Upgrade string literals to raw string (#28989) 5 years ago
static_runner.py Polish jit.save/load design & remove paddle.SaveLoadConfig (#27623) 5 years ago
tracer.py Split train_mode and has_grad for tracer (#29064) 5 years ago
varbase_patch_methods.py support deepcopy for Layer/Tensor/Paramerbase (#29387) 5 years ago