Skip to content
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 loading frames/audio #9

Open
krishnareedy opened this issue Aug 11, 2019 · 10 comments
Open

Failed to loading frames/audio #9

krishnareedy opened this issue Aug 11, 2019 · 10 comments

Comments

@krishnareedy
Copy link

Sir, first i created .csv files, in the csv files it is showing what inputs are there and it's paths also. but during training it is showing failed to load frames/audio.

@krishnareedy
Copy link
Author

Screenshot from 2019-08-11 14-52-14

@avis-ma
Copy link

avis-ma commented Oct 15, 2019

Hello, I have the same problem. Have you sovled it already? And how to solve this problem? Thank you very much.

@avis-ma
Copy link

avis-ma commented Oct 15, 2019

@krishnareedy

1 similar comment
@AIaiAIaiAIaiAI
Copy link

@krishnareedy

@JusperLee
Copy link

I know what I ca n’t read the audio file, because when running base.py your path is "./data / ....", you can't find the data, or you should replace "./data" to "../Data", or use an absolute path.

@JusperLee
Copy link

Sorry, my statement above is not entirely correct. This repository uses the torchaudio method, and the value returned by the load function is [channel, lenth]. Therefore, we need to modify the load function of the base script and change shape [1] == 2 to shape [0] == 2. The following are similar.
image

@parth1497
Copy link

@JusperLee Thank you so much!! :D

@vipulSharma18
Copy link

@parth1497 I'm working on at least duplicating the results of this project since you are also working on it, maybe we can solve each other's doubts. There seem to be common issues like these that everyone doing this project has faced.

@TaoStarlit
Copy link

in my preprocess, the audio has been converted to mono, so the shape is (1,xxxx), which is not affected by the shape[0] or shape[1]. However, there are still so many: could not broadcast shape 0 to shape (xxx)

@2023zy
Copy link

2023zy commented Mar 27, 2023

Sorry, my statement above is not entirely correct. This repository uses the torchaudio method, and the value returned by the load function is [channel, lenth]. Therefore, we need to modify the load function of the base script and change shape [1] == 2 to shape [0] == 2. The following are similar. image

@JusperLee Hello, I modified the load function of the base script as the picture showed , although the failure gets fewer, there is still some failure during training. I wonder if you know the reason for it . Thank you so much!
failed loading frame or audio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants