albertwy

Results 2 comments of albertwy

Change this line `model, cfg, task = fairseq.checkpoint_utils.load_model_ensemble_and_task([cp])` to `model, cfg, task = fairseq.checkpoint_utils.load_model_ensemble_and_task({"vq-wav2vec.pt":cp}) `

Maybe the version of this code is too old