semantic-segmentation-codebase
semantic-segmentation-codebase copied to clipboard
Problems with training with deeplabv2
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?
Hi @cny1234 , Please provide the complete error trace and identify the modification of the code.