安装pytorch-metric-learning

https://github.com/KevinMusgrave/pytorch-metric-learning (pytorch-metric-learning的github官方网址)

 

安装pytorch-metric-learning:

1. 直接用下面的命令,会安装失败:

pip install pytorch-metric-learning

  报错ERROR: torch has an invalid wheel, .dist-info directory not found

 安装pytorch-metric-learning_第1张图片

 

2. 我的pytorch版本为1.2,对应pytorch-metric-learning的版本应该是<0.9.9,我选择下载0.8.9版本的。

安装pytorch-metric-learning_第2张图片

 

在网址https://github.com/KevinMusgrave/pytorch-metric-learning/releases/tag/v0.9.89下载pytorch-metric-learning-0.9.89.tar.gz,然后在命令行窗口转到下载目录,进行安装pip install即可。

pip install pytorch-metric-learning-0.9.89.tar.gz

安装pytorch-metric-learning_第3张图片

安装pytorch-metric-learning_第4张图片

 

你可能感兴趣的:(论文学习)