semantic-segmentation-codebase icon indicating copy to clipboard operation
semantic-segmentation-codebase copied to clipboard

Problems with training with deeplabv2

Open cny1234 opened this issue 2 years ago • 1 comments

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?

cny1234 avatar Jul 08 '23 07:07 cny1234

Hi @cny1234 , Please provide the complete error trace and identify the modification of the code.

YudeWang avatar Jul 14 '23 13:07 YudeWang