tomasz-lewicki / ai-thermometer

Fever screening with IR & RGB cameras and Deep CNNs
148 stars 39 forks source link

Torchvision issue fix #36

Open rtime2awaken opened 3 years ago

rtime2awaken commented 3 years ago

Make sure you put a "v" in front of your torchvision export. export BUILD_VERSION=0.x.0 # where 0.x.0 is the torchvision version

E.g. export BUILD_VERSION=v0.9.0