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?