beginners-pytorch-deep-learning
beginners-pytorch-deep-learning copied to clipboard
Chapter 6: The ESC-50 folder name are different between book and repo code
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
@falloutdurham What you think?