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

Error in keras example - Speaker Recognition using cnn colab file #984

Closed
robotjellyzone opened this issue Jul 14, 2022 · 6 comments
Closed

Comments

@robotjellyzone
Copy link
Contributor

robotjellyzone commented Jul 14, 2022

As a part of the hugging face sprint, I was trying to add the hf space & model link for this Keras example but got an error while executing the file. Then, I checked the original/official example colab file and tried executing this colab file but got the following similar error.

image

@robotjellyzone robotjellyzone changed the title Error in keras example - Speaker Recognition using cnn colab file Error in keras example - Speaker Recognition using cnn colab file Jul 14, 2022
@merveenoyan
Copy link
Contributor

I ran it in colab as well and I got the error. pinging @fbadine here if he has any idea 🙂

@fbadine
Copy link
Contributor

fbadine commented Jul 18, 2022

I will try later today or tomorrow and will feedback

@fbadine
Copy link
Contributor

fbadine commented Jul 19, 2022

The reason for the error is that the example notebook does not find any data. It assumes that the dataset should have been installed.

# Get the data from https://www.kaggle.com/kongaevans/speaker-recognition-dataset/download
# and save it to the 'Downloads' folder in your HOME directory

The reason for this is that downloading from Kaggle requires authentication and a token.
@fchollet is this ok or should the notebook download data to make it easier as an end-to-end sample however, it's out of the scope f the example?

@pcoet pcoet self-assigned this Aug 23, 2023
@SuryanarayanaY SuryanarayanaY self-assigned this Sep 5, 2023
@SuryanarayanaY
Copy link
Contributor

@robotjellyzone ,

As confirmed in above comment, the dataset has to be downloaded from kaggle which may needs account and authentications token. Hence it was left to users who has to do it manually.

There is also note available in the tutorial which is provided in attached snapshot below.This can make users aware of this to avoid the reported error.

Screenshot 2023-09-05 at 5 44 31 PM

Can we marked it as closed as the required information available. Please check and confirm. Thanks!

@github-actions
Copy link

This issue is stale because it has been open for 14 days with no activity. It will be closed if no further activity occurs. Thank you.

@github-actions github-actions bot added the stale label Sep 20, 2023
@github-actions
Copy link

github-actions bot commented Oct 4, 2023

This issue was closed because it has been inactive for 28 days. Please reopen if you'd like to work on this further.

@github-actions github-actions bot closed this as completed Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants