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

Merged
merged 6 commits into from
Jan 20, 2025

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
  LICENSE Unsupported file format
  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
  fs2/tests/test_cli.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.

Copy link

codecov bot commented Jan 14, 2025

Codecov Report

Attention: Patch coverage is 19.29825% with 138 lines in your changes missing coverage. Please review.

Project coverage is 44.14%. Comparing base (73b7d4b) to head (8d2ebc3).
Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
fs2/gst/model.py 18.75% 65 Missing ⚠️
fs2/gst/attn.py 18.03% 50 Missing ⚠️
fs2/cli/synthesize.py 20.00% 8 Missing ⚠️
fs2/model.py 27.27% 8 Missing ⚠️
fs2/dataset.py 0.00% 6 Missing ⚠️
fs2/attn/attention.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #100      +/-   ##
==========================================
- Coverage   47.01%   44.14%   -2.87%     
==========================================
  Files          22       24       +2     
  Lines        1489     1656     +167     
==========================================
+ Hits          700      731      +31     
- Misses        789      925     +136     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@roedoejet roedoejet requested a review from joanise January 14, 2025 23:13
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.

looks good now

@roedoejet roedoejet merged commit 8d2ebc3 into main Jan 20, 2025
4 checks passed
@roedoejet roedoejet deleted the dev.ap/gst branch January 20, 2025 17:16
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