Skip to content
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

Add recipe "sec_emotioncaps" #156

Merged
merged 5 commits into from
Nov 5, 2024
Merged

Add recipe "sec_emotioncaps" #156

merged 5 commits into from
Nov 5, 2024

Conversation

xrysamuel
Copy link
Collaborator

What does this PR do?

Add recipe "sec_emotioncaps" for speech emotion caption.

Testing

  • Test finetune & decode scripts.

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Did you read the contributor guideline,
    Pull Request section?
  • Was this discussed/approved via a Github issue? Please add a link
    to it if that's the case.
  • Did you make sure to update the documentation with your changes?
  • Did you write any new necessary tests?

Thanks for contributing 🎉!

You can refer to the paper for more results.

```
@article{ma2024embarrassingly,
Copy link
Collaborator

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(
Copy link
Collaborator

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
Copy link
Collaborator

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.

@ddlBoJack ddlBoJack merged commit dbfcfca into X-LANCE:main Nov 5, 2024
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants