wmcnally / golfdb

GolfDB is a video database for Golf Swing Sequencing, which involves detecting 8 golf swing events in trimmed golf swing videos. This repo demos the baseline model, SwingNet.
204 stars 62 forks source link

Pytorch 1.3 version does not exist on the official website #8

Closed Eimuy closed 3 years ago

Eimuy commented 3 years ago

Hello, There is a problem with the installation of pytorch, so I want to execute pip install pytorch==1.3 alone, but the system prompts no Found that pytorch==1.3, and then I checked on the pytorch official website, I did not find pytorch 1.3 version, so I want to confirm whether there is a version error in the environment you provide?

wmcnally commented 3 years ago

@Eimuy the code should still work with newer versions of PyTorch. Please try with a newer version.

Eimuy commented 3 years ago

thank you @wmcnally