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 c37d953 commit 23825deCopy full SHA for 23825de
hls4ml/model/optimizer/passes/batchnorm_opt.py
@@ -24,7 +24,7 @@ def transform(self, model, node):
24
"""
25
26
if not (len(node.inputs) == 5 and all(node.inputs)):
27
- raise ValueError(f'All {len.node.inputs} BatchNormOnnnx inputs need to be defined')
+ raise ValueError('All 5 BatchNormOnnnx inputs need to be defined')
28
29
attributes = {k: node.attributes.get(k, None) for k in _base_attributes}
30
0 commit comments