Open jarredou opened 2 months ago
I've fixed it by adding the missing args
model = look2hear.models.BaseModel.from_pretrain("/content/Apollo/model/pytorch_model.bin", sr=44100, win=20, feature_dim=256, layer=6).cuda()
Not sure that's the best way tho
it crashes when using
python inference.py --in_wav=assets/input.wav --out_wav=assets/output.wav
: