-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed to load BF in 1.0-segment-song-from-wavs.ipynb #12
Comments
fwiw, 13.0-koumura-bengalese-finch-custom-parsing.ipynb in the avgn_paper repo is working for me and generates the json files. |
Hi @robinmeier Sorry for the slow reply. Could you try removing the exception that prints "failed to load BF" and see where the error is occuring in the code? To play with the code you should try installing with |
hi @timsainb
|
Hi Robin, That error message is saying that the directory /BF/ does not exist, so whatever path is supposed to be pointed at the wav files is pointed somewhere else. Are you using windows? It's possible that this code doesn't work with windows file structure. You'd need change the file path to point at the actual location of the WAV files to get this to work then. |
i'm not sure BF is supposed to be a directory. it's declared here: |
Yes, I'm not 100% sure what the problem here is without having access to your filesystem and the code. If the data is correctly downloaded to |
Hi robinmeier, Did you solve this problem? I have the same issue. Could you please teach me how did you solve that? Thanks! |
when running 1.0-segment-song-from-wavs.ipynb i get errors during the last step:
100% 135/135 [00:00<00:00, 3939.66it/s]
failed to load BF
failed to load BF
failed to load BF
...
all the rest seems to be working. not sure what i'm missing. the wav count and folder structure in */data/ is correct.
The text was updated successfully, but these errors were encountered: