Searched defs:decay_filter (Results 1 – 6 of 6) sorted by relevance
| /third_party/mindspore/mindspore-src/source/tests/st/networks/models/bert/bert_performance/ |
| D | test_bert_tdt_ge.py | 174 decay_filter = lambda x: 'layernorm' not in x.name.lower() and 'bias' not in x.name.lower() function
|
| D | test_bert_tdt_lossscale.py | 195 decay_filter = lambda x: 'layernorm' not in x.name.lower() and 'bias' not in x.name.lower() function
|
| /third_party/mindspore/mindspore-src/source/tests/st/networks/models/bert/bert_precision/ |
| D | test_bert_tdt_lossscale.py | 194 decay_filter = lambda x: 'layernorm' not in x.name.lower() and 'bias' not in x.name.lower() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/nn/optim/ |
| D | thor.py | 252 …use_nesterov=False, decay_filter=lambda x: x.name not in [], split_indices=None, enable_clip_grad=… argument 374 use_nesterov=False, decay_filter=lambda x: x.name not in [], split_indices=None, argument 665 …decay_filter=lambda x: x.name not in [], split_indices=None, enable_clip_grad=False, frequency=100… argument
|
| D | optimizer.py | 256 decay_filter = lambda x: isinstance(x, Cell) or x > 0 function 271 decay_filter = lambda x: 'beta' not in x.name and 'gamma' not in x.name function
|
| /third_party/mindspore/mindspore-src/source/tests/ut/python/ir/ |
| D | test_row_tensor.py | 221 decay_filter=lambda x: 'beta' not in x.name and 'gamma' not in x.name): argument
|