ry / tensorflow-resnet

ResNet model in TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

PapaMadeleine2022 opened this issue · 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?