hearbenchmark / hear-baseline

Simple baseline model for the HEAR benchmark
https://hearbenchmark.com
Apache License 2.0
23 stars 8 forks source link

Pin transformers to latest version 4.16.1 #41

Open cclough opened 2 years ago

cclough commented 2 years ago

This resolves issue with wav2vec2 model not finding HubertModel

Note: in colab experiments had to add '--no-deps' to the pip install command, for this newer transformers version to install without conflicts