awesome-semantic-segmentation-pytorch
awesome-semantic-segmentation-pytorch copied to clipboard
error about test_model.py
Hi
When I run python3 test_model.py --model bisenet --backbone resnet18 ,The following error occurred:
Namespace(backbone='resnet18', dataset='pascal_voc', device=device(type='cuda', index=0), epochs=50, lr=0.001, model='bisenet', momentum=0.9, weight_decay=0.0001)
Test model: bisenet
Traceback (most recent call last):
File "test_model.py", line 154, in
How to solve it? Thanks