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
File "~/MMIN-master/models/utt_fusion_model.py", line 40, in __init__
self.modality = opt.modality
AttributeError: 'OptConfig' object has no attribute 'modality'
When I want to reproduce the code, this error occured! Could you just show me how to solve this?
The text was updated successfully, but these errors were encountered:
File "~/MMIN-master/models/utt_fusion_model.py", line 40, in __init__
self.modality = opt.modality
AttributeError: 'OptConfig' object has no attribute 'modality'
When I want to reproduce the code, this error occured! Could you just show me how to solve this?
Would you please give me the command you use when this error occured? It works fine when I running this script like "bash scripts/mmin.sh 2 0", in which, "2" refers to the running index(experiment number) and "0" refers to the GPU id.
The error occurs in "utt_fusion_model.py", it seems that you are running scripts/utt_fusion.sh, when you are using this scripts, you should pass the modality parameter to it as one of ['AVL', 'AV', 'AL', 'VL', 'A', 'V', 'L'].
When I want to reproduce the code, this error occured! Could you just show me how to solve this?
The text was updated successfully, but these errors were encountered: