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 MaskGCT model, inference, README #281

Closed
wants to merge 8 commits into from

Conversation

HeCheng0625
Copy link
Collaborator

@HeCheng0625 HeCheng0625 commented Oct 17, 2024

✨ Description

Add MaskGCT model, inference, checkpoints, and README

🚧 Related Issues

None

πŸ‘¨β€πŸ’» Changes Proposed

  • Add MaskGCT
  • Add Amphion Codec

πŸ§‘β€πŸ€β€πŸ§‘ Who Can Review?

@RMSnow @jiaqili3 @zhizhengwu

πŸ›  TODO

  • Add model and inference code
  • Add README
  • Add checkpoint
  • Add Gradio Demo

βœ… Checklist

  • Code has been reviewed
  • Code complies with the project's code standards and best practices
  • Code has passed all tests
  • Code does not affect the normal use of existing features
  • Code has been commented properly
  • Documentation has been updated (if applicable)
  • Demo/checkpoint has been attached (if applicable)

for token in line:
words.append(token)
word_lens.append(1)
# ε˜ζˆε•δΈͺε­—ηš„εˆ—θ‘¨οΌŒεΌ€ε€΄εŠ δΈŠ[CLS]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change Chinese comments into English ones? These appear many times.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

2 participants