beginners-pytorch-deep-learning icon indicating copy to clipboard operation
beginners-pytorch-deep-learning copied to clipboard

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

Open FreeBlues opened this issue 2 years ago • 1 comments

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

FreeBlues avatar Nov 01 '22 17:11 FreeBlues

@falloutdurham What you think?

MarcusFra avatar Nov 22 '22 07:11 MarcusFra