Closed 8W9aG closed 3 years ago
I noticed that when I run the Generate_spectrograms notebook it fails because there are no files in the MARDY folder.
To fix this I added the following to the top of the notebook:
!sudo apt-get install unrar !wget http://cspserver5.ee.ic.ac.uk/~sap/uploads/data/MARDY.rar !mkdir data_espec !mkdir data_espec/MARDY !unrar e -y MARDY.rar data_espec/MARDY
Thanks for your comment. It's true, I had MARDY (rar file) in Drive when I was working and I forgot to download it in colab.
I noticed that when I run the Generate_spectrograms notebook it fails because there are no files in the MARDY folder.
To fix this I added the following to the top of the notebook: