qubvel-org / segmentation_models.pytorch

Semantic segmentation models with 500+ pretrained convolutional and transformer-based backbones.
https://smp.readthedocs.io/
MIT License
9.63k stars 1.67k forks source link

Fix hub_mixin.py pop error #909

Closed ytzfhqs closed 2 months ago

ytzfhqs commented 2 months ago

Fix the error caused by pop operation on non-existing key in dict.

qubvel commented 2 months ago

Thanks!