This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
ValueError: not enough values to unpack (expected 2, got 0) #1373
talhaanwarch
started this conversation in
General
Replies: 3 comments 1 reply
-
Hey @talhaanwarch Thanks for reporting this! This is a bad error message, but I think it happens because ".wav" support is not released yet. It should be working if you install Flash from Github with:
I'll open an issue to improve the error messaging there. Hope that helps! 😃 |
Beta Was this translation helpful? Give feedback.
0 replies
-
thanks, but it did not worked
…On Thu, Jun 30, 2022 at 8:47 PM Ethan Harris ***@***.***> wrote:
Hey @talhaanwarch <https://github.com/talhaanwarch> Thanks for reporting
this! This is a bad error message, but I think it happens because ".wav"
support is not released yet. It should be working if you install Flash from
Github with:
pip install 'git+https://github.com/PyTorchLightning/lightning-flash.git#egg=lightning-flash[audio,image]'
I'll open an issue to improve the error messaging there. Hope that helps!
😃
—
Reply to this email directly, view it on GitHub
<#1373 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI5FYO4IHO7DAMXTEFNCA2TVRW6SZANCNFSM52JZLDHQ>
.
You are receiving this because you were mentioned.Message ID:
<Lightning-AI/lightning-flash/repo-discussions/1373/comments/3057619@
github.com>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
thanks a lot. its a error on my side
…On Thu, Jun 30, 2022 at 9:19 PM Ethan Harris ***@***.***> wrote:
Hey @talhaanwarch <https://github.com/talhaanwarch> Did it give a
different error that time? Could you share it? The other possibility is
that the paths are not pointing to existing files. The path
'/content/Recordings/train_001.wav' points to a file under the drive
root, is that correct? If it's meant to be a relative path you would need
to remove the leading slash (e.g. 'content/Recordings/train_001.wav')
—
Reply to this email directly, view it on GitHub
<#1373 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI5FYO3EU3MTJDYOVW6LH2LVRXCHRANCNFSM52JZLDHQ>
.
You are receiving this because you were mentioned.Message ID:
<Lightning-AI/lightning-flash/repo-discussions/1373/comments/3057849@
github.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Unable to classify audio files. Getting this error.
ValueError: not enough values to unpack (expected 2, got 0)
This is the codeWhere as train_df.path is wav files such as
Complete Error
Beta Was this translation helpful? Give feedback.
All reactions