-
Notifications
You must be signed in to change notification settings - Fork 100
Add recipe "sec_emotioncaps" #156
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
Conversation
examples/sec_emotioncaps/README.md
Outdated
| You can refer to the paper for more results. | ||
|
|
||
| ``` | ||
| @article{ma2024embarrassingly, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please delate this citation information
| encoder_projector = setup_encoder_projector( | ||
| train_config, model_config, **kwargs | ||
| ) | ||
| model = slam_model_asr( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please rename the model name
| mixed_precision: bool = True | ||
| use_fp16: bool = False | ||
| # sharding_strategy: str = "FULL_SHARD" #ShardingStrategy = ShardingStrategy.FULL_SHARD | ||
| sharding_strategy: str = "NO_SHARD" #MZY: set NO_SHARD when use DDP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please change str to ShardingStrategy. Refer to other examples for reference.
What does this PR do?
Add recipe "sec_emotioncaps" for speech emotion caption.
Testing
Before submitting
Pull Request section?
to it if that's the case.
Thanks for contributing 🎉!