MiteshPuthran / Speech-Emotion-Analyzer

The neural network model is capable of detecting five different male/female emotions from audio speeches. (Deep Learning, NLP, Python)
MIT License
1.3k stars 438 forks source link

Error on JupiterLab #45

Open izlatanv opened 4 years ago

izlatanv commented 4 years ago

Hello,

I am running final_results_gender_test.ipynb on Amazon JupiterLab; line

mylist= os.listdir('RawData/')

gives error

FileNotFoundError: [Errno 2] No such file or directory: 'RawData/'

How is this RawData folder supposed to appear on the kernel, is there any precondition to running this notebook. Thanks.

Ivaylo

jeetshah0303 commented 3 years ago

this is just storing the path of where you save your files, this is using the tree file system on unix, try saving your data asRawData in root

VYRION-Ai commented 3 years ago

how ? saving your data asRawData in root?