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
Hello, I already prepared the data. But I can't understand where is my "val_hdf5_folder" folder? After prepare data I have only one folder with hdf5 files. So, please let me know where can I find the hdf5 values folder or how can I create it (if I must to create it). Please help me to begin training process.
Traceback (most recent call last):
File "emotalkingface/train.py", line 204, in <module>
train()
File "emotalkingface/train.py", line 126, in train
dsetContainer = datagen.DatasetContainer(args)
File "emotalkingface/datagen.py", line 45, in __init__
emotion = emotion_dict[labels[2]]
IndexError: list index out of range
Thanks)))
The text was updated successfully, but these errors were encountered:
Hello, I already prepared the data. But I can't understand where is my "val_hdf5_folder" folder? After prepare data I have only one folder with hdf5 files. So, please let me know where can I find the hdf5 values folder or how can I create it (if I must to create it). Please help me to begin training process.
python train.py -i /train_hdf5_folder/ -v /val_hdf5_folder/ -o ../models/mde/ --pre_train 1 --disc_emo 1 --lr_emo 1e-4
After running the command I get this error
Thanks)))
The text was updated successfully, but these errors were encountered: