Tencent / FaceDetection-DSFD

腾讯优图高精度双分支人脸检测器

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

torch==0.3.1 can not be downloaded

bewithme opened this issue · comments

are you sure torch==0.3.1 is used in this model ?

ERROR: Could not find a version that satisfies the requirement torch==0.3.1 (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2, 0.4.1, 1.0.0, 1.0.1, 1.0.1.post2, 1.1.0, 1.1.0.post2, 1.2.0, 1.3.0, 1.3.0.post2, 1.3.1, 1.4.0, 1.5.0, 1.5.1, 1.6.0)
ERROR: No matching distribution found for torch==0.3.1

Torch 0.3.1 is being used in this model. Such an old version of torch is not official anymore by pip or conda so you would have to build it from source or use a wheel(whl) file to install torch.

Hi @bewithme, it is, but other versions can work too. You can find the instructions here.