Views
No views yet
git clone https://github.com/habla-liaa/encodecmae.gitcd encodecmae
pip install -e .1from encodecmae import load_model
2
3model = load_model('small', device='cuda:0')
4features = model.extract_features_from_file('gsc/bed/00176480_nohash_0.wav')