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

feat: add basic optional support for global style token module #100

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

roedoejet
Copy link
Member

Copy link

semanticdiff-com bot commented Nov 29, 2024

Review changes with  SemanticDiff

Changed Files
File Status
  fs2/attn/attention.py  44% smaller
  fs2/dataset.py  31% smaller
  fs2/cli/synthesize.py  0% smaller
  fs2/config/__init__.py  0% smaller
  fs2/gst/__init__.py  0% smaller
  fs2/gst/attn.py  0% smaller
  fs2/gst/model.py  0% smaller
  fs2/model.py  0% smaller

Copy link
Member

@joanise joanise left a comment

Choose a reason for hiding this comment

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

If you rebase this PR and push, you'll get CI to run unit tests on this PR in the fs2 module, and you'll get code coverage analysis here.

Copyright issues - see inline comments.

I have reviewed this PR for code integration, fitting in the repo, and it looks OK on that level, but I don't feel I can review the DL elements.

Comment on lines +4 to +5
# Copyright 2019 Shigeki Karita
# Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
Copy link
Member

Choose a reason for hiding this comment

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

Please update the LICENSE files both in this repo and in EV to list this new exception.

Comment on lines +1 to +3
# Copyright 2020 Nagoya University (Tomoki Hayashi)
# Sourced from ESPNet2
# Apache 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
Copy link
Member

Choose a reason for hiding this comment

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

Ditto, needs to be reflected up in both LICENSE files.

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