You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I changed 'MODEL_NAME': 'deeplabv1' of config.py to 'deeplabv2' for training error:
torch.nn.modules.module.ModuleAttributeError: 'deeplabv2' object has no attribute 'cfg'
I guess deeplabv2 config.py file is different from deeplabv1, right? Can you tell me how to solve this problem?
The text was updated successfully, but these errors were encountered:
Hello, I changed 'MODEL_NAME': 'deeplabv1' of config.py to 'deeplabv2' for training error:
torch.nn.modules.module.ModuleAttributeError: 'deeplabv2' object has no attribute 'cfg'
I guess deeplabv2 config.py file is different from deeplabv1, right? Can you tell me how to solve this problem?
The text was updated successfully, but these errors were encountered: