tensorflow-resnet icon indicating copy to clipboard operation
tensorflow-resnet copied to clipboard

AttributeError: 'NoneType' object has no attribute 'group'

Open IamMegatron2025 opened this issue 7 years ago • 0 comments

hello, when I run convert.py, I get error:

  File "convert.py", line 169, in parse_tf_varnames
    scale_num = int(m.group(1))
AttributeError: 'NoneType' object has no attribute 'group'

how to fix it?

IamMegatron2025 avatar Jan 14 '19 05:01 IamMegatron2025