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

Chapter 6: The ESC-50 folder name are different between book and repo code #77

Open
FreeBlues opened this issue Nov 1, 2022 · 1 comment

Comments

@FreeBlues
Copy link

FreeBlues commented Nov 1, 2022

Chapter 6: The ESC-50 folder name are different between book and repo code

In the book, tell me to get the wav file from 2 ways, one is to use git clone, the command in the book is below:

git clone https://github.com/karoldvl/ESC-50

The other is to download the zip file directly and unzip it.

Both will create the folder with the default name ESC-50.

but in the repo code, it used another name esc50 in the file Chapter 6.ipynb:

device="cuda"
bs=64
PATH_TO_ESC50 = Path.cwd() / 'esc50'

It confused me for a long while, every times I failed, get 0 result, I checked and checked again, and finally found the reason.

I suggest to update the repo code

@MarcusFra
Copy link
Contributor

@falloutdurham What you think?

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

2 participants