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
joanna.wozna.intel 0ce6d7fa77
Fix bf16 activations test for softmax and gelu (#29502)
6 years ago
..
contrib fix amp support fleet (#29491) 6 years ago
dataloader Add random_split and Subset dataset (#29291) 6 years ago
distributed Upgrade string literals to raw string (#28989) 6 years ago
dygraph Add ReserveSpace in dygraph batch_norm. (#29221) 6 years ago
incubate Add pure fp16 training with master weights. (#27712) 6 years ago
inference
layers Add tangent operator (#29207) 6 years ago
tests Fix bf16 activations test for softmax and gelu (#29502) 6 years ago
transpiler
.gitignore
__init__.py Fix gpu memory allocation bug. (#28703) 6 years ago
average.py
backward.py Add static_only decorator for static apis (#29015) 6 years ago
clip.py Upgrade string literals to raw string (#28989) 6 years ago
communicator.py
compiler.py
core.py Support type promote for basic math ops (quantum required) (#29265) 6 years ago
data.py
data_feed_desc.py
data_feeder.py add complex64 and complex128 type; add +-*/@ and slice opreator for c… (#29199) 6 years ago
dataset.py add set_trainer_num api in dataset (#29133) 6 years ago
debugger.py
default_scope_funcs.py
device_worker.py enable pipeline to run with Executor.run() (#28373) 6 years ago
distribute_lookup_table.py
dygraph_utils.py
entry_attr.py
evaluator.py
executor.py enable pipeline to run with Executor.run() (#28373) 6 years ago
framework.py support deepcopy for Layer/Tensor/Paramerbase (#29387) 6 years ago
generator.py
graphviz.py
initializer.py Upgrade string literals to raw string (#28989) 6 years ago
input.py fix gpu outofrange (#29238) 6 years ago
install_check.py
io.py update kunlun conv2d/softmax/elementwise implemetation (#29229) 6 years ago
layer_helper.py
layer_helper_base.py Upgrade string literals to raw string (#28989) 6 years ago
lod_tensor.py
log_helper.py
metrics.py Upgrade string literals to raw string (#28989) 6 years ago
multiprocess_utils.py
net_drawer.py
nets.py Upgrade string literals to raw string (#28989) 6 years ago
op.py
optimizer.py fix amp support fleet (#29491) 6 years ago
parallel_executor.py Add static_only decorator for static apis (#29015) 6 years ago
param_attr.py [paddle v2.0.0rc1: API fixs] assign/conv2d/conv2d_transpose/cast/ParamAttr (#29171) 6 years ago
profiler.py
reader.py remove BatchSampler type check (#29114) 6 years ago
regularizer.py Upgrade string literals to raw string (#28989) 6 years ago
trainer_desc.py add user_define_dump (#28596) 6 years ago
trainer_factory.py support ps-gpu (#28752) 6 years ago
unique_name.py
wrapped_decorator.py