-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dataset has no attribute 'data' in find_best_model in line 190 #17
Comments
Were there any error messages? I just solved these data problems and ran the program successfully, so maybe i can help u with these stuff. |
It does not give any error but it gives 100% training accuracy, but
reported accuracy on IEMOCAP is 82%......
[image: image.png]
|
Have u modified the dataset.py? I think the validation in find_best_model.py is based on the file name of the data. Would you post the name of the data u used here as a sample? |
I made changes in dataset.py file as follows: class Dataset:
|
|
Name of the Wav file is Ses02F_impro01_F000.wav ,and after print train and
test data here in the if else statement it is just printing
[image: image.png]
same as in the case of berlin
[image: image.png]
let me know things are working same or not?
…On Mon, Sep 9, 2019 at 6:38 AM Terebi1996 ***@***.***> wrote:
"if audio1[:6] in speak_test: test.append(i) ....... train.append(i)"
I think you can print out test[] and train[] here to check the data at
first.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#17?email_source=notifications&email_token=AMQHN5I3IIXJU4GKQBVWVI3QIWSIRA5CNFSM4H44NWU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6GAMDI#issuecomment-529270285>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMQHN5MRJV3HF6IUGPHBEB3QIWSIRANCNFSM4H44NWUQ>
.
|
Your image file seems can't be shown here :( |
you can add my discord. if u like |
what is your discord tag? |
Dataset is not loaded into the file, when i try another speech dataset (SAVEE/CASIA.IEMOCAP), help me to know ,how to solve this issue?
The text was updated successfully, but these errors were encountered: