我正在尝试在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
截图:
发布于 2021-04-27 17:40:26
使用!pip install segmentation-models-pytorch==0.0.3
https://stackoverflow.com/questions/67277719
复制相似问题