You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey i was trying to run the code locally and it throwed me the error accent_df = CombineAndCreateDF(dir_external, dir_interim)
File "c:\Users\Asus\Desktop\speech-accent-detection-master\src\data\make_dataset.py", line 221, in init
with open(path_df_audio_accent, 'rb') as input_:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Asus\Desktop\speech-accent-detection-master\data\interim\df_accent_gmu.pkl'
can you help me please?
The text was updated successfully, but these errors were encountered:
Hi, you need to define the location where to save the model.
First, you need to train the model, then you can read from the saved location
--
Best regards, Kushnazarov Farruh Wednesday, 11 May 2022, 05:48PM +08:00 from himanshu03vsk ***@***.*** :
hey i was trying to run the code locally and it throwed me the error accent_df = CombineAndCreateDF(dir_external, dir_interim)
File "c:\Users\Asus\Desktop\speech-accent-detection-master\src\data\make_dataset.py", line 221, in init
with open(path_df_audio_accent, 'rb') as input_:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Asus\Desktop\speech-accent-detection-master\data\interim\df_accent_gmu.pkl'
can you help me please?
—
Reply to this email directly, view it on GitHub , or unsubscribe .
You are receiving this because you are subscribed to this thread. Message ID: @ github . com>
hey i was trying to run the code locally and it throwed me the error accent_df = CombineAndCreateDF(dir_external, dir_interim)
File "c:\Users\Asus\Desktop\speech-accent-detection-master\src\data\make_dataset.py", line 221, in init
with open(path_df_audio_accent, 'rb') as input_:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Asus\Desktop\speech-accent-detection-master\data\interim\df_accent_gmu.pkl'
can you help me please?
The text was updated successfully, but these errors were encountered: