Tramac / Lightweight-Segmentation

Lightweight models for real-time semantic segmentation(include mobilenetv1-v3, shufflenetv1-v2, igcv3, efficientnet).
Apache License 2.0
352 stars 77 forks source link

AttributeError: 'tuple' object has no attribute 'log_softmax' #20

Open wwwmmmqqq opened 3 years ago

wwwmmmqqq commented 3 years ago

there is aux=False in network,but it still have problem with log_softmax AttributeError: 'tuple' object has no attribute 'log_softmax'. can you help me ?thank you!