FaceDetection-DSFD icon indicating copy to clipboard operation
FaceDetection-DSFD copied to clipboard

torch==0.3.1 can not be downloaded

Open bewithme opened this issue 4 years ago • 2 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

bewithme avatar Aug 17 '20 05:08 bewithme

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.

hypadr1v3 avatar Aug 22 '20 05:08 hypadr1v3

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

david-littlefield avatar Aug 23 '20 06:08 david-littlefield