ry / tensorflow-resnet

ResNet model in TensorFlow
MIT License
1.66k stars 625 forks source link

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

Open PapaMadeleine2022 opened 5 years ago

PapaMadeleine2022 commented 5 years ago

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?