YuanGongND / ast

Code for the Interspeech 2021 paper "AST: Audio Spectrogram Transformer".
BSD 3-Clause "New" or "Revised" License
1.16k stars 219 forks source link

Install requirement issue #138

Open SunnyGao0901 opened 2 months ago

SunnyGao0901 commented 2 months ago

This is the problem I met after I had executed "pip install -r requirements.txt" e3b18dd6-21ac-4b48-b398-1868f175b690 Is there anyting wrong with the content of this file?

SunnyGao0901 commented 2 months ago

@YuanGongND Many thanks for your timely reply

muhammad-faizan-122 commented 1 month ago

use torchvision==0.9.1 instead of torchvision==0.10.0 in requirements.txt file

Rozenthegoat commented 3 weeks ago

use torchvision==0.9.1 instead of torchvision==0.10.0 in requirements.txt file

Solved, many thanks!