【发布时间】:2021-07-20 11:32:55
【问题描述】:
我试图在 Kaggle 笔记本中安装 PyTorch-segmentation-models。但是,我遇到了一个错误..请帮我解决它... 谢谢!!
使用的命令:
!pip install -q -U segmentation-models-pytorch albumentations > /dev/null
import segmentation_models_pytorch as smp
错误:
ERROR: Could not find a version that satisfies the requirement segmentation-models-pytorch (from
versions: none)
ERROR: No matching distribution found for segmentation-models-pytorch
截图:
【问题讨论】:
标签: pytorch image-segmentation kaggle modulenotfounderror