You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am trying to make this implementation work, but I am having trouble.
I did the following (running Ubuntu 20 if that helps):
I cloned the repository.
Installed adequate module versions as given in req.txt (I'll list them if needed).
Now I am attempting to train the model over voxCeleb2, but I am experiencing trouble with the meta files: IOError: [Errno 2] No such file or directory: '../meta/voxlb2_val.txt'
I am not sure what this file is supposed to be, but appears to be missing from the meta folder.
Any help would greatly be appreciated.
The text was updated successfully, but these errors were encountered:
Did either of you solve this issue? I see from the closed issues that we should manually generate the validation data from '../meta/voxlb2_train.txt', but it would save me some time if I could find the file elsewhere.
Hello,
I am trying to make this implementation work, but I am having trouble.
I did the following (running Ubuntu 20 if that helps):
Now I am attempting to train the model over voxCeleb2, but I am experiencing trouble with the meta files:
IOError: [Errno 2] No such file or directory: '../meta/voxlb2_val.txt'
I am not sure what this file is supposed to be, but appears to be missing from the meta folder.
Any help would greatly be appreciated.
The text was updated successfully, but these errors were encountered: