-
Notifications
You must be signed in to change notification settings - Fork 14
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
Typo in the code and other questions #2
Comments
Thanks for your attention! I'm one of the authors of this work.
|
Thank you for your kindly reply :) As for the "scripts/data_aug.sh", the command in this file is "python train_miss.py" but as my understanding, the baseline training should be "python train_baseline.py" ? Secondly, I have a question about the "eval" in file "train_miss.py". Line45 the result of "AVL" is evaluated. But in "data/multimodal_miss_dataset.py" line74 the related code is commented out and the list in line76 did not contain "AVL" also. Should this be fixed? |
Hi, thank you for your open source. I have some questions during reproduce the paper:
Typo in the code
./models/utt_fusion_model.py line18, 'lexical' should be 'visual'
./data/multimodal_dataset.py line70, 'proveee' should be 'process'
Some small questions:
some convenient method like model.to(device) and model.parameters() cannot be used.
(In the code you used for-loop to apply these method to each layer, but it seems too complex)
But there is a ./data_aug.sh which run the train_miss model with augmented data. Is this a miswritting?
Thx!
The text was updated successfully, but these errors were encountered: