We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@Sreyan88 Please consider bug fixes: run_iemocap.py: 1.1. add from mmi_module import MMI_Model 1.2. L545 : run(args, config, train_data, valid_data, str(i)) 1.3. L436 : learning_rate = args.learning_rate 2. In README all "_aug" should be replaced with "_augmented" 3. Python 3.10, CUDA=11.3
The text was updated successfully, but these errors were encountered:
Hi @VlaDanilov ,
Thank You for the suggestions. Would you be willing to create a pull request please? If not, I can push later!
Thank You!
Sorry, something went wrong.
No branches or pull requests
@Sreyan88 Please consider bug fixes:
run_iemocap.py:
1.1. add
from mmi_module import MMI_Model
1.2. L545 : run(args, config, train_data, valid_data, str(i))
1.3. L436 : learning_rate = args.learning_rate
2. In README all "_aug" should be replaced with "_augmented"
3. Python 3.10, CUDA=11.3
The text was updated successfully, but these errors were encountered: