We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ffada0 commit 2bb7010Copy full SHA for 2bb7010
model-optimizer/extensions/front/caffe/lrn_ext.py
@@ -29,7 +29,7 @@ def extract(cls, node):
29
AttributedLRN.update_node_stat(node, {
30
'alpha': param.alpha,
31
'beta': param.beta,
32
- 'bias': 1,
+ 'bias': param.k,
33
'local_size': param.local_size,
34
'region': region,
35
})
0 commit comments