url
stringlengths
52
53
repository_url
stringclasses
1 value
labels_url
stringlengths
66
67
comments_url
stringlengths
61
62
events_url
stringlengths
59
60
html_url
stringlengths
40
43
id
int64
719M
2.8B
node_id
stringlengths
18
32
number
int64
1.28k
11.9k
title
stringlengths
1
350
user
dict
labels
listlengths
0
10
state
stringclasses
2 values
locked
bool
2 classes
assignee
dict
assignees
listlengths
0
3
milestone
null
comments
sequencelengths
0
30
created_at
timestamp[s]
updated_at
timestamp[s]
closed_at
timestamp[s]
author_association
stringclasses
4 values
sub_issues_summary
dict
active_lock_reason
stringclasses
1 value
draft
bool
2 classes
pull_request
dict
body
stringlengths
0
73.4k
closed_by
dict
reactions
dict
timeline_url
stringlengths
61
62
performed_via_github_app
null
state_reason
stringclasses
3 values
is_pull_request
bool
2 classes
https://api.github.com/repos/NVIDIA/NeMo/issues/5685
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5685/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5685/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5685/events
https://github.com/NVIDIA/NeMo/pull/5685
1,505,589,289
PR_kwDOC_bI7s5F65SC
5,685
Add option to disable distributed parameters in distributed Adam optimizer
{ "login": "timmoon10", "id": 4406448, "node_id": "MDQ6VXNlcjQ0MDY0NDg=", "avatar_url": "https://avatars.githubusercontent.com/u/4406448?v=4", "gravatar_id": "", "url": "https://api.github.com/users/timmoon10", "html_url": "https://github.com/timmoon10", "followers_url": "https://api.github.com/users/timmoon10/followers", "following_url": "https://api.github.com/users/timmoon10/following{/other_user}", "gists_url": "https://api.github.com/users/timmoon10/gists{/gist_id}", "starred_url": "https://api.github.com/users/timmoon10/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/timmoon10/subscriptions", "organizations_url": "https://api.github.com/users/timmoon10/orgs", "repos_url": "https://api.github.com/users/timmoon10/repos", "events_url": "https://api.github.com/users/timmoon10/events{/privacy}", "received_events_url": "https://api.github.com/users/timmoon10/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1923495043, "node_id": "MDU6TGFiZWwxOTIzNDk1MDQz", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core", "name": "core", "color": "f25e3a", "default": false, "description": "Changes to NeMo Core" }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-21T01:58:51
2023-01-31T18:22:35
2023-01-31T18:22:34
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5685", "html_url": "https://github.com/NVIDIA/NeMo/pull/5685", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5685.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5685.patch", "merged_at": "2023-01-31T18:22:34" }
# What does this PR do ? Add an option to disable distributed parameters in the distributed Adam optimizer. This is similar to standard distributed data-parallelism (i.e. with gradient all-reduces), but it takes advantage of the distributed optimizer's support for overlapping communication with backward compute. **Collection**: NLP # Changelog - Add option to disabled distributed parameters in the distributed Adam optimizer # Usage Set the optimizer to `distributed_fused_adam` with `disable_distributed_parameters: True` in the config file: https://github.com/NVIDIA/NeMo/blob/80cd1c135f4cf01aa04e62aa4c60fb130c889831/examples/nlp/language_modeling/conf/megatron_gpt_config.yaml#L193 # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [x] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Orthogonal to https://github.com/NVIDIA/NeMo/pull/5560 and https://github.com/NVIDIA/NeMo/pull/5684.
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/users/ericharper/followers", "following_url": "https://api.github.com/users/ericharper/following{/other_user}", "gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}", "starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ericharper/subscriptions", "organizations_url": "https://api.github.com/users/ericharper/orgs", "repos_url": "https://api.github.com/users/ericharper/repos", "events_url": "https://api.github.com/users/ericharper/events{/privacy}", "received_events_url": "https://api.github.com/users/ericharper/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5685/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5685/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5684
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5684/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5684/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5684/events
https://github.com/NVIDIA/NeMo/pull/5684
1,505,504,456
PR_kwDOC_bI7s5F6nFu
5,684
Distributed Adam optimizer overlaps param all-gather with forward compute
{ "login": "timmoon10", "id": 4406448, "node_id": "MDQ6VXNlcjQ0MDY0NDg=", "avatar_url": "https://avatars.githubusercontent.com/u/4406448?v=4", "gravatar_id": "", "url": "https://api.github.com/users/timmoon10", "html_url": "https://github.com/timmoon10", "followers_url": "https://api.github.com/users/timmoon10/followers", "following_url": "https://api.github.com/users/timmoon10/following{/other_user}", "gists_url": "https://api.github.com/users/timmoon10/gists{/gist_id}", "starred_url": "https://api.github.com/users/timmoon10/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/timmoon10/subscriptions", "organizations_url": "https://api.github.com/users/timmoon10/orgs", "repos_url": "https://api.github.com/users/timmoon10/repos", "events_url": "https://api.github.com/users/timmoon10/events{/privacy}", "received_events_url": "https://api.github.com/users/timmoon10/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1923495043, "node_id": "MDU6TGFiZWwxOTIzNDk1MDQz", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core", "name": "core", "color": "f25e3a", "default": false, "description": "Changes to NeMo Core" }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" }, { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-21T00:18:49
2023-02-07T17:49:01
2023-02-07T17:49:00
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5684", "html_url": "https://github.com/NVIDIA/NeMo/pull/5684", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5684.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5684.patch", "merged_at": "2023-02-07T17:49:00" }
# What does this PR do ? This PR adds experimental support in GPT for the distributed Adam optimizer to overlap its parameter all-gather with the forward compute. It integrates with features added in https://github.com/NVIDIA/apex/pull/1559. This is done with a hacky monkey-patching approach, so long-term it may be better to transition toward PyTorch's FSDP. That said, I have seen some modest speedups (~2%) training GPT-3 175B on Selene with no difference in loss values. **Collection**: NLP # Changelog - Configure dist Adam so all model parameters are views into a large contiguous buffer. - Add GPT support for overlapping forward compute and param all-gathers # Usage Set the optimizer to `distributed_fused_adam` in the config file: https://github.com/NVIDIA/NeMo/blob/80cd1c135f4cf01aa04e62aa4c60fb130c889831/examples/nlp/language_modeling/conf/megatron_gpt_config.yaml#L193 The overlapped param all-gathers are enabled by default. To disable, configure the optimizer with `overlap_param_sync: False`. # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [x] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [x] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Depends on https://github.com/NVIDIA/NeMo/pull/5560 * Depends on https://github.com/NVIDIA/apex/pull/1559, which in turn depends on https://github.com/NVIDIA/apex/pull/1559.
{ "login": "timmoon10", "id": 4406448, "node_id": "MDQ6VXNlcjQ0MDY0NDg=", "avatar_url": "https://avatars.githubusercontent.com/u/4406448?v=4", "gravatar_id": "", "url": "https://api.github.com/users/timmoon10", "html_url": "https://github.com/timmoon10", "followers_url": "https://api.github.com/users/timmoon10/followers", "following_url": "https://api.github.com/users/timmoon10/following{/other_user}", "gists_url": "https://api.github.com/users/timmoon10/gists{/gist_id}", "starred_url": "https://api.github.com/users/timmoon10/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/timmoon10/subscriptions", "organizations_url": "https://api.github.com/users/timmoon10/orgs", "repos_url": "https://api.github.com/users/timmoon10/repos", "events_url": "https://api.github.com/users/timmoon10/events{/privacy}", "received_events_url": "https://api.github.com/users/timmoon10/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5684/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5684/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5683
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5683/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5683/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5683/events
https://github.com/NVIDIA/NeMo/pull/5683
1,505,366,777
PR_kwDOC_bI7s5F6KIO
5,683
[TN/TTS docs] TN customization, g2p docs moved to tts
{ "login": "ekmb", "id": 10428420, "node_id": "MDQ6VXNlcjEwNDI4NDIw", "avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ekmb", "html_url": "https://github.com/ekmb", "followers_url": "https://api.github.com/users/ekmb/followers", "following_url": "https://api.github.com/users/ekmb/following{/other_user}", "gists_url": "https://api.github.com/users/ekmb/gists{/gist_id}", "starred_url": "https://api.github.com/users/ekmb/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ekmb/subscriptions", "organizations_url": "https://api.github.com/users/ekmb/orgs", "repos_url": "https://api.github.com/users/ekmb/repos", "events_url": "https://api.github.com/users/ekmb/events{/privacy}", "received_events_url": "https://api.github.com/users/ekmb/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-20T21:59:22
2022-12-21T21:19:11
2022-12-21T21:19:08
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5683", "html_url": "https://github.com/NVIDIA/NeMo/pull/5683", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5683.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5683.patch", "merged_at": "2022-12-21T21:19:08" }
Signed-off-by: ekmb <[email protected]> # What does this PR do ? - added a doc on TN/ITN customization + resources - moved G2P to TTS - removed text_processing folder from the docs **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ekmb", "id": 10428420, "node_id": "MDQ6VXNlcjEwNDI4NDIw", "avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ekmb", "html_url": "https://github.com/ekmb", "followers_url": "https://api.github.com/users/ekmb/followers", "following_url": "https://api.github.com/users/ekmb/following{/other_user}", "gists_url": "https://api.github.com/users/ekmb/gists{/gist_id}", "starred_url": "https://api.github.com/users/ekmb/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ekmb/subscriptions", "organizations_url": "https://api.github.com/users/ekmb/orgs", "repos_url": "https://api.github.com/users/ekmb/repos", "events_url": "https://api.github.com/users/ekmb/events{/privacy}", "received_events_url": "https://api.github.com/users/ekmb/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5683/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5683/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5682
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5682/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5682/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5682/events
https://github.com/NVIDIA/NeMo/issues/5682
1,504,469,086
I_kwDOC_bI7s5ZrGBe
5,682
Peformance Measure inference after finetuning
{ "login": "skanda1005", "id": 53397947, "node_id": "MDQ6VXNlcjUzMzk3OTQ3", "avatar_url": "https://avatars.githubusercontent.com/u/53397947?v=4", "gravatar_id": "", "url": "https://api.github.com/users/skanda1005", "html_url": "https://github.com/skanda1005", "followers_url": "https://api.github.com/users/skanda1005/followers", "following_url": "https://api.github.com/users/skanda1005/following{/other_user}", "gists_url": "https://api.github.com/users/skanda1005/gists{/gist_id}", "starred_url": "https://api.github.com/users/skanda1005/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/skanda1005/subscriptions", "organizations_url": "https://api.github.com/users/skanda1005/orgs", "repos_url": "https://api.github.com/users/skanda1005/repos", "events_url": "https://api.github.com/users/skanda1005/events{/privacy}", "received_events_url": "https://api.github.com/users/skanda1005/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
{ "login": "nithinraok", "id": 19668129, "node_id": "MDQ6VXNlcjE5NjY4MTI5", "avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nithinraok", "html_url": "https://github.com/nithinraok", "followers_url": "https://api.github.com/users/nithinraok/followers", "following_url": "https://api.github.com/users/nithinraok/following{/other_user}", "gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}", "starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions", "organizations_url": "https://api.github.com/users/nithinraok/orgs", "repos_url": "https://api.github.com/users/nithinraok/repos", "events_url": "https://api.github.com/users/nithinraok/events{/privacy}", "received_events_url": "https://api.github.com/users/nithinraok/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "nithinraok", "id": 19668129, "node_id": "MDQ6VXNlcjE5NjY4MTI5", "avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nithinraok", "html_url": "https://github.com/nithinraok", "followers_url": "https://api.github.com/users/nithinraok/followers", "following_url": "https://api.github.com/users/nithinraok/following{/other_user}", "gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}", "starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions", "organizations_url": "https://api.github.com/users/nithinraok/orgs", "repos_url": "https://api.github.com/users/nithinraok/repos", "events_url": "https://api.github.com/users/nithinraok/events{/privacy}", "received_events_url": "https://api.github.com/users/nithinraok/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
null
2022-12-20T12:15:19
2023-02-11T01:57:31
2023-02-11T01:57:31
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I have finetuned the titanet_large model on a new dataset which is related to the work I will be performing the embedding extraction on. That dataset has been split into a test set which contains unseen speakers. I would like to see if the finetuned model is performing better on the unseen dataset as compared to the original titanet model. Any ideas in which I can compare results? Also, is there any way I can create a trial file for my dataset? Thanks!
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5682/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5682/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/5681
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5681/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5681/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5681/events
https://github.com/NVIDIA/NeMo/pull/5681
1,504,357,130
PR_kwDOC_bI7s5F20uy
5,681
Expose ClusteringDiarizer device
{ "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/SeanNaren/followers", "following_url": "https://api.github.com/users/SeanNaren/following{/other_user}", "gists_url": "https://api.github.com/users/SeanNaren/gists{/gist_id}", "starred_url": "https://api.github.com/users/SeanNaren/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SeanNaren/subscriptions", "organizations_url": "https://api.github.com/users/SeanNaren/orgs", "repos_url": "https://api.github.com/users/SeanNaren/repos", "events_url": "https://api.github.com/users/SeanNaren/events{/privacy}", "received_events_url": "https://api.github.com/users/SeanNaren/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" }, { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR", "name": "ASR", "color": "F3B33E", "default": false, "description": "" }, { "id": 4811888028, "node_id": "LA_kwDOC_bI7s8AAAABHs-VnA", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Speaker%20Tasks", "name": "Speaker Tasks", "color": "871AD4", "default": false, "description": "" } ]
closed
false
{ "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/SeanNaren/followers", "following_url": "https://api.github.com/users/SeanNaren/following{/other_user}", "gists_url": "https://api.github.com/users/SeanNaren/gists{/gist_id}", "starred_url": "https://api.github.com/users/SeanNaren/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SeanNaren/subscriptions", "organizations_url": "https://api.github.com/users/SeanNaren/orgs", "repos_url": "https://api.github.com/users/SeanNaren/repos", "events_url": "https://api.github.com/users/SeanNaren/events{/privacy}", "received_events_url": "https://api.github.com/users/SeanNaren/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/SeanNaren/followers", "following_url": "https://api.github.com/users/SeanNaren/following{/other_user}", "gists_url": "https://api.github.com/users/SeanNaren/gists{/gist_id}", "starred_url": "https://api.github.com/users/SeanNaren/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SeanNaren/subscriptions", "organizations_url": "https://api.github.com/users/SeanNaren/orgs", "repos_url": "https://api.github.com/users/SeanNaren/repos", "events_url": "https://api.github.com/users/SeanNaren/events{/privacy}", "received_events_url": "https://api.github.com/users/SeanNaren/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
null
2022-12-20T10:49:33
2022-12-20T19:41:26
2022-12-20T19:41:21
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5681", "html_url": "https://github.com/NVIDIA/NeMo/pull/5681", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5681.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5681.patch", "merged_at": "2022-12-20T19:41:21" }
# What does this PR do ? Closes #5660 Expose the device so users can set this via the config. **Collection**: ASR # Changelog - Expose clustering diarizer device so user can set device. # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "fayejf", "id": 36722593, "node_id": "MDQ6VXNlcjM2NzIyNTkz", "avatar_url": "https://avatars.githubusercontent.com/u/36722593?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fayejf", "html_url": "https://github.com/fayejf", "followers_url": "https://api.github.com/users/fayejf/followers", "following_url": "https://api.github.com/users/fayejf/following{/other_user}", "gists_url": "https://api.github.com/users/fayejf/gists{/gist_id}", "starred_url": "https://api.github.com/users/fayejf/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/fayejf/subscriptions", "organizations_url": "https://api.github.com/users/fayejf/orgs", "repos_url": "https://api.github.com/users/fayejf/repos", "events_url": "https://api.github.com/users/fayejf/events{/privacy}", "received_events_url": "https://api.github.com/users/fayejf/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5681/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5681/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5680
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5680/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5680/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5680/events
https://github.com/NVIDIA/NeMo/pull/5680
1,504,017,577
PR_kwDOC_bI7s5F1tT5
5,680
[TTS][ZH] fix broken link for the script.
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
[ { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" }, { "id": 4556669155, "node_id": "LA_kwDOC_bI7s8AAAABD5lA4w", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick", "name": "cherry-pick", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
null
2022-12-20T05:43:28
2022-12-21T06:28:19
2022-12-21T06:28:16
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5680", "html_url": "https://github.com/NVIDIA/NeMo/pull/5680", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5680.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5680.patch", "merged_at": "2022-12-21T06:28:15" }
Signed-off-by: Xuesong Yang <[email protected]> # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/users/XuesongYang/followers", "following_url": "https://api.github.com/users/XuesongYang/following{/other_user}", "gists_url": "https://api.github.com/users/XuesongYang/gists{/gist_id}", "starred_url": "https://api.github.com/users/XuesongYang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/XuesongYang/subscriptions", "organizations_url": "https://api.github.com/users/XuesongYang/orgs", "repos_url": "https://api.github.com/users/XuesongYang/repos", "events_url": "https://api.github.com/users/XuesongYang/events{/privacy}", "received_events_url": "https://api.github.com/users/XuesongYang/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5680/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5680/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5679
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5679/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5679/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5679/events
https://github.com/NVIDIA/NeMo/pull/5679
1,503,846,585
PR_kwDOC_bI7s5F1J_1
5,679
CSP Tools
{ "login": "maanug-nv", "id": 109391026, "node_id": "U_kgDOBoUssg", "avatar_url": "https://avatars.githubusercontent.com/u/109391026?v=4", "gravatar_id": "", "url": "https://api.github.com/users/maanug-nv", "html_url": "https://github.com/maanug-nv", "followers_url": "https://api.github.com/users/maanug-nv/followers", "following_url": "https://api.github.com/users/maanug-nv/following{/other_user}", "gists_url": "https://api.github.com/users/maanug-nv/gists{/gist_id}", "starred_url": "https://api.github.com/users/maanug-nv/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/maanug-nv/subscriptions", "organizations_url": "https://api.github.com/users/maanug-nv/orgs", "repos_url": "https://api.github.com/users/maanug-nv/repos", "events_url": "https://api.github.com/users/maanug-nv/events{/privacy}", "received_events_url": "https://api.github.com/users/maanug-nv/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
null
2022-12-20T01:18:24
2023-01-12T23:28:38
2023-01-12T23:28:38
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5679", "html_url": "https://github.com/NVIDIA/NeMo/pull/5679", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5679.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5679.patch", "merged_at": null }
# What does this PR do ? Add cluster validation tests for cloud service providers to NeMo Megatron directory. **Collection**: nemo_megatron_launcher # Changelog - For all CSPs - DCGM diagnostics test job - NCCL tests build job - NCCL `all_reduce_perf` test job - NCCL topology file - All-in-one run script (cluster_validation.sh) - AWS, additionally - Dockerfile on top of NeMo Megatron container with AWS EFA drivers # Usage See NeMo Megatron README (Cluster Validation section) # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [x] New Feature - [ ] Bugfix - [x] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "maanug-nv", "id": 109391026, "node_id": "U_kgDOBoUssg", "avatar_url": "https://avatars.githubusercontent.com/u/109391026?v=4", "gravatar_id": "", "url": "https://api.github.com/users/maanug-nv", "html_url": "https://github.com/maanug-nv", "followers_url": "https://api.github.com/users/maanug-nv/followers", "following_url": "https://api.github.com/users/maanug-nv/following{/other_user}", "gists_url": "https://api.github.com/users/maanug-nv/gists{/gist_id}", "starred_url": "https://api.github.com/users/maanug-nv/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/maanug-nv/subscriptions", "organizations_url": "https://api.github.com/users/maanug-nv/orgs", "repos_url": "https://api.github.com/users/maanug-nv/repos", "events_url": "https://api.github.com/users/maanug-nv/events{/privacy}", "received_events_url": "https://api.github.com/users/maanug-nv/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5679/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5679/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5678
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5678/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5678/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5678/events
https://github.com/NVIDIA/NeMo/pull/5678
1,503,823,331
PR_kwDOC_bI7s5F1FbE
5,678
Adding TPMLP to T5-based models
{ "login": "Davood-M", "id": 3964285, "node_id": "MDQ6VXNlcjM5NjQyODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3964285?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Davood-M", "html_url": "https://github.com/Davood-M", "followers_url": "https://api.github.com/users/Davood-M/followers", "following_url": "https://api.github.com/users/Davood-M/following{/other_user}", "gists_url": "https://api.github.com/users/Davood-M/gists{/gist_id}", "starred_url": "https://api.github.com/users/Davood-M/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/Davood-M/subscriptions", "organizations_url": "https://api.github.com/users/Davood-M/orgs", "repos_url": "https://api.github.com/users/Davood-M/repos", "events_url": "https://api.github.com/users/Davood-M/events{/privacy}", "received_events_url": "https://api.github.com/users/Davood-M/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-20T00:41:02
2023-01-23T18:33:17
2023-01-23T18:33:17
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5678", "html_url": "https://github.com/NVIDIA/NeMo/pull/5678", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5678.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5678.patch", "merged_at": null }
Signed-off-by: David Mosallanezhad <[email protected]> # What does this PR do ? Adds tpmlp to T5-based models **Collection**: [Note which collection this PR will affect] # Changelog - modifying "megatron_base_prompt_learning_model.py" # Usage # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "Davood-M", "id": 3964285, "node_id": "MDQ6VXNlcjM5NjQyODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3964285?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Davood-M", "html_url": "https://github.com/Davood-M", "followers_url": "https://api.github.com/users/Davood-M/followers", "following_url": "https://api.github.com/users/Davood-M/following{/other_user}", "gists_url": "https://api.github.com/users/Davood-M/gists{/gist_id}", "starred_url": "https://api.github.com/users/Davood-M/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/Davood-M/subscriptions", "organizations_url": "https://api.github.com/users/Davood-M/orgs", "repos_url": "https://api.github.com/users/Davood-M/repos", "events_url": "https://api.github.com/users/Davood-M/events{/privacy}", "received_events_url": "https://api.github.com/users/Davood-M/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5678/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5678/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5677
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5677/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5677/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5677/events
https://github.com/NVIDIA/NeMo/pull/5677
1,503,728,221
PR_kwDOC_bI7s5F0woZ
5,677
[WIP] remove nemo_text_processing
{ "login": "ekmb", "id": 10428420, "node_id": "MDQ6VXNlcjEwNDI4NDIw", "avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ekmb", "html_url": "https://github.com/ekmb", "followers_url": "https://api.github.com/users/ekmb/followers", "following_url": "https://api.github.com/users/ekmb/following{/other_user}", "gists_url": "https://api.github.com/users/ekmb/gists{/gist_id}", "starred_url": "https://api.github.com/users/ekmb/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ekmb/subscriptions", "organizations_url": "https://api.github.com/users/ekmb/orgs", "repos_url": "https://api.github.com/users/ekmb/repos", "events_url": "https://api.github.com/users/ekmb/events{/privacy}", "received_events_url": "https://api.github.com/users/ekmb/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null }, { "id": 4847373924, "node_id": "LA_kwDOC_bI7s8AAAABIO0OZA", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/common", "name": "common", "color": "c5def5", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-19T23:02:25
2023-01-31T02:00:29
2023-01-31T02:00:29
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5677", "html_url": "https://github.com/NVIDIA/NeMo/pull/5677", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5677.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5677.patch", "merged_at": null }
Signed-off-by: ekmb <[email protected]> # What does this PR do ? TN/ITN moved to a new repo https://github.com/NVIDIA/NeMo-text-processing **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5677/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5677/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5676
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5676/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5676/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5676/events
https://github.com/NVIDIA/NeMo/issues/5676
1,503,645,923
I_kwDOC_bI7s5Zn9Dj
5,676
NeMo - replace named tuples with dataclasses in dataloader returns.
{ "login": "krishnacpuvvada", "id": 93558329, "node_id": "U_kgDOBZOWOQ", "avatar_url": "https://avatars.githubusercontent.com/u/93558329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/krishnacpuvvada", "html_url": "https://github.com/krishnacpuvvada", "followers_url": "https://api.github.com/users/krishnacpuvvada/followers", "following_url": "https://api.github.com/users/krishnacpuvvada/following{/other_user}", "gists_url": "https://api.github.com/users/krishnacpuvvada/gists{/gist_id}", "starred_url": "https://api.github.com/users/krishnacpuvvada/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/krishnacpuvvada/subscriptions", "organizations_url": "https://api.github.com/users/krishnacpuvvada/orgs", "repos_url": "https://api.github.com/users/krishnacpuvvada/repos", "events_url": "https://api.github.com/users/krishnacpuvvada/events{/privacy}", "received_events_url": "https://api.github.com/users/krishnacpuvvada/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
true
null
[]
null
null
2022-12-19T21:41:34
2022-12-28T19:29:36
2022-12-28T19:29:36
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
No action item below, but need to consider long term. I wonder if we should start moving away from named tuples, switching to data classes instead. NamedTuple somehow interfere with pickling which might become necessary soon with PT 2.0 (maybe) _Originally posted by @titu1994 in https://github.com/NVIDIA/NeMo/pull/5356#discussion_r1049069660_
null
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5676/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5676/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/5675
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5675/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5675/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5675/events
https://github.com/NVIDIA/NeMo/issues/5675
1,503,628,337
I_kwDOC_bI7s5Zn4wx
5,675
unify AudioToMelSpectrogramPreprocessor and AudiotoSpectrogram
{ "login": "krishnacpuvvada", "id": 93558329, "node_id": "U_kgDOBZOWOQ", "avatar_url": "https://avatars.githubusercontent.com/u/93558329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/krishnacpuvvada", "html_url": "https://github.com/krishnacpuvvada", "followers_url": "https://api.github.com/users/krishnacpuvvada/followers", "following_url": "https://api.github.com/users/krishnacpuvvada/following{/other_user}", "gists_url": "https://api.github.com/users/krishnacpuvvada/gists{/gist_id}", "starred_url": "https://api.github.com/users/krishnacpuvvada/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/krishnacpuvvada/subscriptions", "organizations_url": "https://api.github.com/users/krishnacpuvvada/orgs", "repos_url": "https://api.github.com/users/krishnacpuvvada/repos", "events_url": "https://api.github.com/users/krishnacpuvvada/events{/privacy}", "received_events_url": "https://api.github.com/users/krishnacpuvvada/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
true
null
[]
null
null
2022-12-19T21:28:17
2022-12-28T19:30:54
2022-12-28T19:30:54
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
this is very close to https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/asr/modules/audio_preprocessing.py#L95. it would just be adding one or two args to return intermediate STFT from AudioToMelSpectrogramPreprocessor or sub-classing it. _Originally posted by @krishnacpuvvada in https://github.com/NVIDIA/NeMo/pull/5356#discussion_r1018418772_
null
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5675/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5675/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/5674
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5674/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5674/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5674/events
https://github.com/NVIDIA/NeMo/issues/5674
1,503,622,119
I_kwDOC_bI7s5Zn3Pn
5,674
speech enhancement - return dataclass in `process` method
{ "login": "krishnacpuvvada", "id": 93558329, "node_id": "U_kgDOBZOWOQ", "avatar_url": "https://avatars.githubusercontent.com/u/93558329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/krishnacpuvvada", "html_url": "https://github.com/krishnacpuvvada", "followers_url": "https://api.github.com/users/krishnacpuvvada/followers", "following_url": "https://api.github.com/users/krishnacpuvvada/following{/other_user}", "gists_url": "https://api.github.com/users/krishnacpuvvada/gists{/gist_id}", "starred_url": "https://api.github.com/users/krishnacpuvvada/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/krishnacpuvvada/subscriptions", "organizations_url": "https://api.github.com/users/krishnacpuvvada/orgs", "repos_url": "https://api.github.com/users/krishnacpuvvada/repos", "events_url": "https://api.github.com/users/krishnacpuvvada/events{/privacy}", "received_events_url": "https://api.github.com/users/krishnacpuvvada/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
true
null
[]
null
null
2022-12-19T21:22:50
2022-12-28T19:31:22
2022-12-28T19:31:22
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I think prepare a futureproof solution and return (by option) the equivalent of a Hypothesis dataclass object. Ofc this will be some other dataclass name and content but will allow flexibility in the future. By default just return str paths, and if user requests for this dataclass, fill it with contents as needed and return. _Originally posted by @titu1994 in https://github.com/NVIDIA/NeMo/pull/5356#discussion_r1049079041_
null
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5674/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5674/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/5673
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5673/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5673/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5673/events
https://github.com/NVIDIA/NeMo/issues/5673
1,503,122,924
I_kwDOC_bI7s5Zl9Xs
5,673
Only silence is detected after converting vad_multilingual_marblenet.nemo to ONNX format.
{ "login": "gabitza-tech", "id": 53811655, "node_id": "MDQ6VXNlcjUzODExNjU1", "avatar_url": "https://avatars.githubusercontent.com/u/53811655?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gabitza-tech", "html_url": "https://github.com/gabitza-tech", "followers_url": "https://api.github.com/users/gabitza-tech/followers", "following_url": "https://api.github.com/users/gabitza-tech/following{/other_user}", "gists_url": "https://api.github.com/users/gabitza-tech/gists{/gist_id}", "starred_url": "https://api.github.com/users/gabitza-tech/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/gabitza-tech/subscriptions", "organizations_url": "https://api.github.com/users/gabitza-tech/orgs", "repos_url": "https://api.github.com/users/gabitza-tech/repos", "events_url": "https://api.github.com/users/gabitza-tech/events{/privacy}", "received_events_url": "https://api.github.com/users/gabitza-tech/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
{ "login": "nithinraok", "id": 19668129, "node_id": "MDQ6VXNlcjE5NjY4MTI5", "avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nithinraok", "html_url": "https://github.com/nithinraok", "followers_url": "https://api.github.com/users/nithinraok/followers", "following_url": "https://api.github.com/users/nithinraok/following{/other_user}", "gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}", "starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions", "organizations_url": "https://api.github.com/users/nithinraok/orgs", "repos_url": "https://api.github.com/users/nithinraok/repos", "events_url": "https://api.github.com/users/nithinraok/events{/privacy}", "received_events_url": "https://api.github.com/users/nithinraok/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "nithinraok", "id": 19668129, "node_id": "MDQ6VXNlcjE5NjY4MTI5", "avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nithinraok", "html_url": "https://github.com/nithinraok", "followers_url": "https://api.github.com/users/nithinraok/followers", "following_url": "https://api.github.com/users/nithinraok/following{/other_user}", "gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}", "starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions", "organizations_url": "https://api.github.com/users/nithinraok/orgs", "repos_url": "https://api.github.com/users/nithinraok/repos", "events_url": "https://api.github.com/users/nithinraok/events{/privacy}", "received_events_url": "https://api.github.com/users/nithinraok/received_events", "type": "User", "user_view_type": "public", "site_admin": false }, { "login": "fayejf", "id": 36722593, "node_id": "MDQ6VXNlcjM2NzIyNTkz", "avatar_url": "https://avatars.githubusercontent.com/u/36722593?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fayejf", "html_url": "https://github.com/fayejf", "followers_url": "https://api.github.com/users/fayejf/followers", "following_url": "https://api.github.com/users/fayejf/following{/other_user}", "gists_url": "https://api.github.com/users/fayejf/gists{/gist_id}", "starred_url": "https://api.github.com/users/fayejf/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/fayejf/subscriptions", "organizations_url": "https://api.github.com/users/fayejf/orgs", "repos_url": "https://api.github.com/users/fayejf/repos", "events_url": "https://api.github.com/users/fayejf/events{/privacy}", "received_events_url": "https://api.github.com/users/fayejf/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
null
2022-12-19T15:11:04
2023-03-25T01:52:10
2023-03-25T01:52:10
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hello, I tried to convert the vad_multilingual_marblenet.nemo model to ONNX format and perform the vad inference stage in the clustering_diar_infer.py script from the diarization example. The following is the code I implemented: ``` self._vad_model = EncDecClassificationModel.restore_from(model_path) self._vad_model.eval() self._vad_model = self._vad_model.to(self._device) self._vad_model.export('vad_onnx.onnx') ort_session = onnxruntime.InferenceSession('vad_onnx.onnx') time_unit = int(self._vad_window_length_in_sec / self._vad_shift_length_in_sec) trunc = int(time_unit / 2) trunc_l = time_unit - trunc all_len = 0 data = [] for line in open(manifest_file, 'r', encoding='utf-8'): file = json.loads(line)['audio_filepath'] data.append(get_uniqname_from_filepath(file)) status = get_vad_stream_status(data) for i, test_batch in enumerate(tqdm(self._vad_model.test_dataloader(), desc='vad', leave=True)): test_batch = [x.to(self._device) for x in test_batch] with autocast(): processed_signal, processed_signal_len = self._vad_model.preprocessor(input_signal=test_batch[0].to(self._vad_model.device),length=test_batch[1].to(self._vad_model.device)) ort_inputs = {ort_session.get_inputs()[0].name: to_numpy(processed_signal)} log_probs = torch.Tensor(ort_session.run([],ort_inputs)) print(log_probs) probs = torch.softmax(log_probs, dim=-1) ``` The output of log_probs when running the original _run_vad() function from /nemo/collections/asr/models/clustering_diarizer.py#190 is the following: ``` tensor([[ 0.7704, -0.7704], [ 0.7360, -0.7361], [ 0.7352, -0.7353], ..., [ 1.3244, -1.3244], [ 1.3309, -1.3310], [ 1.2513, -1.2513]], grad_fn=<AddmmBackward0>) vad: 20%|██████████▌ | 1/5 [00:03<00:12, 3.15s/it]tensor([[ 0.8877, -0.8878], [ 0.8913, -0.8913], [ 0.9222, -0.9222], ..., [ 0.5388, -0.5389], [ 0.5645, -0.5645], [ 0.4665, -0.4665]], grad_fn=<AddmmBackward0>) vad: 40%|█████████████████████▏ | 2/5 [00:06<00:09, 3.04s/it]tensor([[ 0.0150, -0.0150], [ 0.0219, -0.0220], [ 0.0102, -0.0102], ..., [-0.0134, 0.0133], [ 0.0912, -0.0912], [ 0.0313, -0.0313]], grad_fn=<AddmmBackward0>) vad: 60%|███████████████████████████████▊ | 3/5 [00:09<00:06, 3.04s/it]tensor([[-2.9656, 2.9656], [-3.0097, 3.0097], [-3.0016, 3.0015], ..., [ 0.1544, -0.1544], [ 0.2534, -0.2535], [ 0.2242, -0.2242]], grad_fn=<AddmmBackward0>) ``` When running the modfied function with onnx runtime, the output is: ``` tensor([[[ 0.7704, -0.7704], [ 0.7360, -0.7361], [ 0.7352, -0.7352], ..., [ 1.3244, -1.3244], [ 1.3309, -1.3310], [ 1.2513, -1.2513]]]) vad: 20%|██████████▌ | 1/5 [00:03<00:13, 3.31s/it]tensor([[[ 0.8877, -0.8878], [ 0.8913, -0.8913], [ 0.9222, -0.9222], ..., [ 0.5388, -0.5389], [ 0.5644, -0.5645], [ 0.4665, -0.4665]]]) vad: 40%|█████████████████████▏ | 2/5 [00:06<00:08, 3.00s/it]tensor([[[ 0.0150, -0.0150], [ 0.0219, -0.0220], [ 0.0102, -0.0102], ..., [-0.0134, 0.0134], [ 0.0912, -0.0912], [ 0.0313, -0.0313]]]) vad: 60%|███████████████████████████████▊ | 3/5 [00:09<00:05, 2.99s/it]tensor([[[-2.9656, 2.9656], [-3.0097, 3.0097], [-3.0016, 3.0015], ..., [ 0.1544, -0.1544], [ 0.2534, -0.2535], [ 0.2242, -0.2242]]]) ``` The tensors look almost the same, except that when running my onnx implementation, there is no grad_fn=<AddmmBackward0>. Also, when running ONNX runtime, the script returns an error that says "There is silence detected in the entire audio file". Could you please explain why there is only silence detected, despite the log_probs having the same output tensors in both cases, but the grad_fn missing? What are the correct steps for running inference using onnx?
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5673/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5673/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/5672
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5672/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5672/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5672/events
https://github.com/NVIDIA/NeMo/pull/5672
1,503,092,451
PR_kwDOC_bI7s5FylwT
5,672
[NLP] Supervised Fine-tuning for GPT
{ "login": "soares-f", "id": 14294190, "node_id": "MDQ6VXNlcjE0Mjk0MTkw", "avatar_url": "https://avatars.githubusercontent.com/u/14294190?v=4", "gravatar_id": "", "url": "https://api.github.com/users/soares-f", "html_url": "https://github.com/soares-f", "followers_url": "https://api.github.com/users/soares-f/followers", "following_url": "https://api.github.com/users/soares-f/following{/other_user}", "gists_url": "https://api.github.com/users/soares-f/gists{/gist_id}", "starred_url": "https://api.github.com/users/soares-f/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/soares-f/subscriptions", "organizations_url": "https://api.github.com/users/soares-f/orgs", "repos_url": "https://api.github.com/users/soares-f/repos", "events_url": "https://api.github.com/users/soares-f/events{/privacy}", "received_events_url": "https://api.github.com/users/soares-f/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-19T14:54:08
2023-02-03T02:02:09
2023-02-03T02:02:09
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5672", "html_url": "https://github.com/NVIDIA/NeMo/pull/5672", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5672.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5672.patch", "merged_at": null }
# What does this PR do ? The goal of this PR is to add a supervised fine-tuning functionality for GPT. **Collection**: NLP - language modeling # Changelog - Created a new class similar to GPT pretraining: MegatronGPTSFTModel - Create a new dataset class for SFT, allowing answer-only loss and the inclusion of EOS and SEP tokens - Create a new usage example **Pre checks**: - [X] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [X] Did you write any new necessary tests? - [X] Did you add or update any necessary documentation? - [X] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [X] New Feature - [ ] Bugfix - [ ] Documentation ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5672/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5672/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5671
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5671/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5671/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5671/events
https://github.com/NVIDIA/NeMo/pull/5671
1,503,035,019
PR_kwDOC_bI7s5FyZaL
5,671
Support nested NeMo models
{ "login": "artbataev", "id": 9380560, "node_id": "MDQ6VXNlcjkzODA1NjA=", "avatar_url": "https://avatars.githubusercontent.com/u/9380560?v=4", "gravatar_id": "", "url": "https://api.github.com/users/artbataev", "html_url": "https://github.com/artbataev", "followers_url": "https://api.github.com/users/artbataev/followers", "following_url": "https://api.github.com/users/artbataev/following{/other_user}", "gists_url": "https://api.github.com/users/artbataev/gists{/gist_id}", "starred_url": "https://api.github.com/users/artbataev/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/artbataev/subscriptions", "organizations_url": "https://api.github.com/users/artbataev/orgs", "repos_url": "https://api.github.com/users/artbataev/repos", "events_url": "https://api.github.com/users/artbataev/events{/privacy}", "received_events_url": "https://api.github.com/users/artbataev/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1923495043, "node_id": "MDU6TGFiZWwxOTIzNDk1MDQz", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core", "name": "core", "color": "f25e3a", "default": false, "description": "Changes to NeMo Core" } ]
closed
false
null
[]
null
null
2022-12-19T14:13:59
2023-01-23T19:04:10
2023-01-23T19:04:10
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5671", "html_url": "https://github.com/NVIDIA/NeMo/pull/5671", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5671.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5671.patch", "merged_at": "2023-01-23T19:04:10" }
# What does this PR do ? Adds support for nested NeMo models (with resources). It's possible to instantiate and save models with NeMo submodules. Artifacts are correctly saved and restored. **Collection**: [core] # Changelog - Add specific line by line info of high level changes in this PR. # Usage Example usage: - 3 ways to instantiate child models: - use subconfig directly - use `child_model_path` with `.nemo` checkpoint path to load the model - use pretrained model - child model can contain artifacts - child model config can be changed after parent model instantiation. Config will be saved when saving parent model ```python from nemo.core.classes import ModelPT class ChildModel(ModelPT): ... # implement necessary methods class ParentModel(ModelPT): def __init__(self, cfg, trainer=None): super().__init__(cfg=cfg, trainer=trainer) # optionally annotate type for IDE autocompletion and type checking self.child_model: Optional[ChildModel] if cfg.get("child_model") is not None: # load directly from config # either if config provided initially, or automatically # after model restoration self.register_nemo_submodule( "child_model", config_field="child_model", model=ChildModel(self.cfg.child_model), ) elif cfg.get('child_model_path') is not None: # load from .nemo model checkpoint # while saving, config will be automatically assigned/updated # in cfg.child_model self.register_nemo_submodule( "child_model", config_field="child_model", model=ChildModel.restore_from(self.cfg.child_model_path), ) elif cfg.get('child_model_name') is not None: # load from pretrained model # while saving, config will be automatically assigned/updated # in cfg.child_model self.register_nemo_submodule( "child_model", config_field="child_model", model=ChildModel.from_pretrained(self.cfg.child_model_name), ) else: self.child_model = None ``` # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [x] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [x] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "artbataev", "id": 9380560, "node_id": "MDQ6VXNlcjkzODA1NjA=", "avatar_url": "https://avatars.githubusercontent.com/u/9380560?v=4", "gravatar_id": "", "url": "https://api.github.com/users/artbataev", "html_url": "https://github.com/artbataev", "followers_url": "https://api.github.com/users/artbataev/followers", "following_url": "https://api.github.com/users/artbataev/following{/other_user}", "gists_url": "https://api.github.com/users/artbataev/gists{/gist_id}", "starred_url": "https://api.github.com/users/artbataev/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/artbataev/subscriptions", "organizations_url": "https://api.github.com/users/artbataev/orgs", "repos_url": "https://api.github.com/users/artbataev/repos", "events_url": "https://api.github.com/users/artbataev/events{/privacy}", "received_events_url": "https://api.github.com/users/artbataev/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5671/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5671/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5670
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5670/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5670/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5670/events
https://github.com/NVIDIA/NeMo/pull/5670
1,503,016,861
PR_kwDOC_bI7s5FyVYJ
5,670
Use transpose projection for spectorgram embeddings and do positional embeddings properly in infuser model
{ "login": "coopie", "id": 6509132, "node_id": "MDQ6VXNlcjY1MDkxMzI=", "avatar_url": "https://avatars.githubusercontent.com/u/6509132?v=4", "gravatar_id": "", "url": "https://api.github.com/users/coopie", "html_url": "https://github.com/coopie", "followers_url": "https://api.github.com/users/coopie/followers", "following_url": "https://api.github.com/users/coopie/following{/other_user}", "gists_url": "https://api.github.com/users/coopie/gists{/gist_id}", "starred_url": "https://api.github.com/users/coopie/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/coopie/subscriptions", "organizations_url": "https://api.github.com/users/coopie/orgs", "repos_url": "https://api.github.com/users/coopie/repos", "events_url": "https://api.github.com/users/coopie/events{/privacy}", "received_events_url": "https://api.github.com/users/coopie/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" }, { "id": 4847373924, "node_id": "LA_kwDOC_bI7s8AAAABIO0OZA", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/common", "name": "common", "color": "c5def5", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-19T14:04:41
2022-12-19T14:30:34
2022-12-19T14:04:47
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5670", "html_url": "https://github.com/NVIDIA/NeMo/pull/5670", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5670.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5670.patch", "merged_at": null }
see title:
{ "login": "coopie", "id": 6509132, "node_id": "MDQ6VXNlcjY1MDkxMzI=", "avatar_url": "https://avatars.githubusercontent.com/u/6509132?v=4", "gravatar_id": "", "url": "https://api.github.com/users/coopie", "html_url": "https://github.com/coopie", "followers_url": "https://api.github.com/users/coopie/followers", "following_url": "https://api.github.com/users/coopie/following{/other_user}", "gists_url": "https://api.github.com/users/coopie/gists{/gist_id}", "starred_url": "https://api.github.com/users/coopie/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/coopie/subscriptions", "organizations_url": "https://api.github.com/users/coopie/orgs", "repos_url": "https://api.github.com/users/coopie/repos", "events_url": "https://api.github.com/users/coopie/events{/privacy}", "received_events_url": "https://api.github.com/users/coopie/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5670/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5670/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5669
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5669/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5669/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5669/events
https://github.com/NVIDIA/NeMo/pull/5669
1,502,864,678
PR_kwDOC_bI7s5Fx0U-
5,669
Propagate attention_dropout flag for GPT-3
{ "login": "mikolajblaz", "id": 9979479, "node_id": "MDQ6VXNlcjk5Nzk0Nzk=", "avatar_url": "https://avatars.githubusercontent.com/u/9979479?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mikolajblaz", "html_url": "https://github.com/mikolajblaz", "followers_url": "https://api.github.com/users/mikolajblaz/followers", "following_url": "https://api.github.com/users/mikolajblaz/following{/other_user}", "gists_url": "https://api.github.com/users/mikolajblaz/gists{/gist_id}", "starred_url": "https://api.github.com/users/mikolajblaz/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/mikolajblaz/subscriptions", "organizations_url": "https://api.github.com/users/mikolajblaz/orgs", "repos_url": "https://api.github.com/users/mikolajblaz/repos", "events_url": "https://api.github.com/users/mikolajblaz/events{/privacy}", "received_events_url": "https://api.github.com/users/mikolajblaz/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-19T12:23:01
2022-12-20T21:45:21
2022-12-20T21:45:21
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5669", "html_url": "https://github.com/NVIDIA/NeMo/pull/5669", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5669.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5669.patch", "merged_at": "2022-12-20T21:45:21" }
# What does this PR do ? Allow changing `attention_dropout` from a config file level in the GPT model **Collection**: language_model # Changelog - Allow changing `attention_dropout` from a config file level in GPT # Usage Set `model.attention_dropout` in GPT config file # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [x] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/users/ericharper/followers", "following_url": "https://api.github.com/users/ericharper/following{/other_user}", "gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}", "starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ericharper/subscriptions", "organizations_url": "https://api.github.com/users/ericharper/orgs", "repos_url": "https://api.github.com/users/ericharper/repos", "events_url": "https://api.github.com/users/ericharper/events{/privacy}", "received_events_url": "https://api.github.com/users/ericharper/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5669/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5669/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5668
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5668/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5668/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5668/events
https://github.com/NVIDIA/NeMo/pull/5668
1,502,829,581
PR_kwDOC_bI7s5FxsWg
5,668
Fix EMA restart by allowing device to be set by the class init
{ "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/SeanNaren/followers", "following_url": "https://api.github.com/users/SeanNaren/following{/other_user}", "gists_url": "https://api.github.com/users/SeanNaren/gists{/gist_id}", "starred_url": "https://api.github.com/users/SeanNaren/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SeanNaren/subscriptions", "organizations_url": "https://api.github.com/users/SeanNaren/orgs", "repos_url": "https://api.github.com/users/SeanNaren/repos", "events_url": "https://api.github.com/users/SeanNaren/events{/privacy}", "received_events_url": "https://api.github.com/users/SeanNaren/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4847373924, "node_id": "LA_kwDOC_bI7s8AAAABIO0OZA", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/common", "name": "common", "color": "c5def5", "default": false, "description": "" } ]
closed
false
{ "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/SeanNaren/followers", "following_url": "https://api.github.com/users/SeanNaren/following{/other_user}", "gists_url": "https://api.github.com/users/SeanNaren/gists{/gist_id}", "starred_url": "https://api.github.com/users/SeanNaren/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SeanNaren/subscriptions", "organizations_url": "https://api.github.com/users/SeanNaren/orgs", "repos_url": "https://api.github.com/users/SeanNaren/repos", "events_url": "https://api.github.com/users/SeanNaren/events{/privacy}", "received_events_url": "https://api.github.com/users/SeanNaren/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/SeanNaren/followers", "following_url": "https://api.github.com/users/SeanNaren/following{/other_user}", "gists_url": "https://api.github.com/users/SeanNaren/gists{/gist_id}", "starred_url": "https://api.github.com/users/SeanNaren/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SeanNaren/subscriptions", "organizations_url": "https://api.github.com/users/SeanNaren/orgs", "repos_url": "https://api.github.com/users/SeanNaren/repos", "events_url": "https://api.github.com/users/SeanNaren/events{/privacy}", "received_events_url": "https://api.github.com/users/SeanNaren/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
null
2022-12-19T12:04:10
2022-12-19T17:34:21
2022-12-19T17:34:17
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5668", "html_url": "https://github.com/NVIDIA/NeMo/pull/5668", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5668.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5668.patch", "merged_at": "2022-12-19T17:34:17" }
# What does this PR do ? Fixes a bug when restarting from a save checkpoint with multiple GPUs. We shouldn't override the device (or even store the device at all), relying on the LightningModule to provide the device. **Collection**: Common # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5668/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5668/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5667
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5667/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5667/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5667/events
https://github.com/NVIDIA/NeMo/issues/5667
1,502,435,951
I_kwDOC_bI7s5ZjVpv
5,667
Adding non-tokens to transcription
{ "login": "manjuke", "id": 6142443, "node_id": "MDQ6VXNlcjYxNDI0NDM=", "avatar_url": "https://avatars.githubusercontent.com/u/6142443?v=4", "gravatar_id": "", "url": "https://api.github.com/users/manjuke", "html_url": "https://github.com/manjuke", "followers_url": "https://api.github.com/users/manjuke/followers", "following_url": "https://api.github.com/users/manjuke/following{/other_user}", "gists_url": "https://api.github.com/users/manjuke/gists{/gist_id}", "starred_url": "https://api.github.com/users/manjuke/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/manjuke/subscriptions", "organizations_url": "https://api.github.com/users/manjuke/orgs", "repos_url": "https://api.github.com/users/manjuke/repos", "events_url": "https://api.github.com/users/manjuke/events{/privacy}", "received_events_url": "https://api.github.com/users/manjuke/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
true
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }, { "login": "jbalam-nv", "id": 4916480, "node_id": "MDQ6VXNlcjQ5MTY0ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/4916480?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jbalam-nv", "html_url": "https://github.com/jbalam-nv", "followers_url": "https://api.github.com/users/jbalam-nv/followers", "following_url": "https://api.github.com/users/jbalam-nv/following{/other_user}", "gists_url": "https://api.github.com/users/jbalam-nv/gists{/gist_id}", "starred_url": "https://api.github.com/users/jbalam-nv/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jbalam-nv/subscriptions", "organizations_url": "https://api.github.com/users/jbalam-nv/orgs", "repos_url": "https://api.github.com/users/jbalam-nv/repos", "events_url": "https://api.github.com/users/jbalam-nv/events{/privacy}", "received_events_url": "https://api.github.com/users/jbalam-nv/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
null
2022-12-19T07:15:43
2022-12-28T19:33:21
2022-12-28T19:33:20
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hi All, I would like to add some special symbols in to transcription like lang. id of each utterance "\<english\>" and retrain the model. Is there a way to do that? Can I do it by passing some parameters to process_asr_text_tokenizer.py. Currently, I have tried adding some unused symbols like "<" for English, and ">" for Hindi etc. Pls let me know if this is correct? Or let me know if there is any better/efficient way to do that. Thanks
null
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5667/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5667/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/5666
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5666/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5666/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5666/events
https://github.com/NVIDIA/NeMo/pull/5666
1,502,425,233
PR_kwDOC_bI7s5FwVQQ
5,666
[TTS][ZH] fix broken link for the script.
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/users/XuesongYang/followers", "following_url": "https://api.github.com/users/XuesongYang/following{/other_user}", "gists_url": "https://api.github.com/users/XuesongYang/gists{/gist_id}", "starred_url": "https://api.github.com/users/XuesongYang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/XuesongYang/subscriptions", "organizations_url": "https://api.github.com/users/XuesongYang/orgs", "repos_url": "https://api.github.com/users/XuesongYang/repos", "events_url": "https://api.github.com/users/XuesongYang/events{/privacy}", "received_events_url": "https://api.github.com/users/XuesongYang/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-19T07:09:03
2022-12-20T05:42:55
2022-12-20T05:42:50
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5666", "html_url": "https://github.com/NVIDIA/NeMo/pull/5666", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5666.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5666.patch", "merged_at": "2022-12-20T05:42:50" }
Signed-off-by: Xuesong Yang <[email protected]> # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/users/XuesongYang/followers", "following_url": "https://api.github.com/users/XuesongYang/following{/other_user}", "gists_url": "https://api.github.com/users/XuesongYang/gists{/gist_id}", "starred_url": "https://api.github.com/users/XuesongYang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/XuesongYang/subscriptions", "organizations_url": "https://api.github.com/users/XuesongYang/orgs", "repos_url": "https://api.github.com/users/XuesongYang/repos", "events_url": "https://api.github.com/users/XuesongYang/events{/privacy}", "received_events_url": "https://api.github.com/users/XuesongYang/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5666/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5666/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5665
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5665/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5665/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5665/events
https://github.com/NVIDIA/NeMo/issues/5665
1,501,378,933
I_kwDOC_bI7s5ZfTl1
5,665
common\losses\cross_entropy.py doesn't work on some gpus if mask tensor has integer type
{ "login": "bene-ges", "id": 61418381, "node_id": "MDQ6VXNlcjYxNDE4Mzgx", "avatar_url": "https://avatars.githubusercontent.com/u/61418381?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bene-ges", "html_url": "https://github.com/bene-ges", "followers_url": "https://api.github.com/users/bene-ges/followers", "following_url": "https://api.github.com/users/bene-ges/following{/other_user}", "gists_url": "https://api.github.com/users/bene-ges/gists{/gist_id}", "starred_url": "https://api.github.com/users/bene-ges/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/bene-ges/subscriptions", "organizations_url": "https://api.github.com/users/bene-ges/orgs", "repos_url": "https://api.github.com/users/bene-ges/repos", "events_url": "https://api.github.com/users/bene-ges/events{/privacy}", "received_events_url": "https://api.github.com/users/bene-ges/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
{ "login": "MaximumEntropy", "id": 9114321, "node_id": "MDQ6VXNlcjkxMTQzMjE=", "avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MaximumEntropy", "html_url": "https://github.com/MaximumEntropy", "followers_url": "https://api.github.com/users/MaximumEntropy/followers", "following_url": "https://api.github.com/users/MaximumEntropy/following{/other_user}", "gists_url": "https://api.github.com/users/MaximumEntropy/gists{/gist_id}", "starred_url": "https://api.github.com/users/MaximumEntropy/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/MaximumEntropy/subscriptions", "organizations_url": "https://api.github.com/users/MaximumEntropy/orgs", "repos_url": "https://api.github.com/users/MaximumEntropy/repos", "events_url": "https://api.github.com/users/MaximumEntropy/events{/privacy}", "received_events_url": "https://api.github.com/users/MaximumEntropy/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "MaximumEntropy", "id": 9114321, "node_id": "MDQ6VXNlcjkxMTQzMjE=", "avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MaximumEntropy", "html_url": "https://github.com/MaximumEntropy", "followers_url": "https://api.github.com/users/MaximumEntropy/followers", "following_url": "https://api.github.com/users/MaximumEntropy/following{/other_user}", "gists_url": "https://api.github.com/users/MaximumEntropy/gists{/gist_id}", "starred_url": "https://api.github.com/users/MaximumEntropy/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/MaximumEntropy/subscriptions", "organizations_url": "https://api.github.com/users/MaximumEntropy/orgs", "repos_url": "https://api.github.com/users/MaximumEntropy/repos", "events_url": "https://api.github.com/users/MaximumEntropy/events{/privacy}", "received_events_url": "https://api.github.com/users/MaximumEntropy/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
null
2022-12-17T12:59:50
2023-02-11T01:57:32
2023-02-11T01:57:32
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** common\losses\cross_entropy.py doesn't work on some gpus if mask tensor has integer type. Given that mask is a tensor of all 1 with dtype=torch.int64 in lines 71-72 if loss_mask.dtype is not torch.bool: loss_mask = loss_mask > 0.5 loss_mask should become all True, if run on cpu or on some (newer?) gpus. But I see two cases when loss_mask becomes all False (GTX780, Tesla K40m ) It seems that comparison between int and float works differently. This leads to labels_flatten be empty and torch original cross entropy function is called with not-flattened tensors resulting in frustrating error like: RuntimeError: Expected target size [4, 11], got [4, 256] **Steps/Code to reproduce bug** import torch import numpy as np from nemo.collections.common.losses import CrossEntropyLoss device = torch.device("cuda" if torch.cuda.is_available() else "cpu") loss_fn = CrossEntropyLoss(logits_ndim=3) logits = torch.tensor(np.ones((4, 256, 11), dtype=np.float), device=device) labels = torch.tensor(np.ones((4, 256), dtype=np.int64), device=device) labels_mask = torch.tensor(np.ones((4, 256), dtype=np.int64), device=device) val_loss = loss_fn(logits=logits, labels=labels, loss_mask=labels_mask) print("val_loss=", val_loss) **Expected behavior** This works on cpu and in colab's gpu, but gives error in GTX780 and Tesla K40m **Environment overview (please complete the following information)** - Environment location: [Bare-metal, Docker, Cloud(specify cloud provider - AWS, Azure, GCP, Collab)] - Method of NeMo install: [pip install or from source]. Please specify exact commands you used to install. - If method of install is [Docker], provide `docker pull` & `docker run` commands used **Environment details** If NVIDIA docker image is used you don't need to specify these. Otherwise, please provide: - OS version - PyTorch version - Python version **Additional context** Add any other context about the problem here. Example: GPU model
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5665/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5665/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/5664
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5664/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5664/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5664/events
https://github.com/NVIDIA/NeMo/pull/5664
1,501,125,912
PR_kwDOC_bI7s5FsIgo
5,664
[TTS][ZH] bugfix for ngc cli installation.
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
[ { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" }, { "id": 4556669155, "node_id": "LA_kwDOC_bI7s8AAAABD5lA4w", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick", "name": "cherry-pick", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
null
2022-12-17T02:49:32
2022-12-17T07:37:07
2022-12-17T07:37:04
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5664", "html_url": "https://github.com/NVIDIA/NeMo/pull/5664", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5664.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5664.patch", "merged_at": "2022-12-17T07:37:04" }
Signed-off-by: Xuesong Yang <[email protected]> # What does this PR do ? add ngc cli installation following what TAO toolkit used. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/users/XuesongYang/followers", "following_url": "https://api.github.com/users/XuesongYang/following{/other_user}", "gists_url": "https://api.github.com/users/XuesongYang/gists{/gist_id}", "starred_url": "https://api.github.com/users/XuesongYang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/XuesongYang/subscriptions", "organizations_url": "https://api.github.com/users/XuesongYang/orgs", "repos_url": "https://api.github.com/users/XuesongYang/repos", "events_url": "https://api.github.com/users/XuesongYang/events{/privacy}", "received_events_url": "https://api.github.com/users/XuesongYang/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5664/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5664/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5663
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5663/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5663/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5663/events
https://github.com/NVIDIA/NeMo/pull/5663
1,501,047,164
PR_kwDOC_bI7s5Fr3SK
5,663
Fix P-Tuning Truncation
{ "login": "vadam5", "id": 78445382, "node_id": "MDQ6VXNlcjc4NDQ1Mzgy", "avatar_url": "https://avatars.githubusercontent.com/u/78445382?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vadam5", "html_url": "https://github.com/vadam5", "followers_url": "https://api.github.com/users/vadam5/followers", "following_url": "https://api.github.com/users/vadam5/following{/other_user}", "gists_url": "https://api.github.com/users/vadam5/gists{/gist_id}", "starred_url": "https://api.github.com/users/vadam5/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/vadam5/subscriptions", "organizations_url": "https://api.github.com/users/vadam5/orgs", "repos_url": "https://api.github.com/users/vadam5/repos", "events_url": "https://api.github.com/users/vadam5/events{/privacy}", "received_events_url": "https://api.github.com/users/vadam5/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-17T00:29:28
2023-02-21T08:34:30
2023-01-05T20:14:10
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5663", "html_url": "https://github.com/NVIDIA/NeMo/pull/5663", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5663.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5663.patch", "merged_at": "2023-01-05T20:14:10" }
Signed-off-by: Virginia Adams <[email protected]> Dataset sample truncation sometimes errors in NeMo. This is because the text segments from a users dataset can have different tokenization depending on the prompt template text that is present around that text segment. This makes it difficult to find the truncated field's subsequence of token ids and thus truncate just that portion of the training example. This PR is a different approach to truncation where we: 1. After getting the truncated field's text id's, I convert these token ids back into a string using the tokenizer 2. re-build the prompt using this truncated text string instead of the full text string 3. re-tokenize the entire input at the same time. **Collection**: NLP # Changelog - GPT Prompt Learning Dataset Class # Usage Same as before # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to https://nvidia.slack.com/archives/C02A7LYGHK8/p1670592730656789 and https://nvidia.slack.com/archives/C03AQCUKQ5T/p1671029551818229
{ "login": "arendu", "id": 108822655, "node_id": "U_kgDOBnyAfw", "avatar_url": "https://avatars.githubusercontent.com/u/108822655?v=4", "gravatar_id": "", "url": "https://api.github.com/users/arendu", "html_url": "https://github.com/arendu", "followers_url": "https://api.github.com/users/arendu/followers", "following_url": "https://api.github.com/users/arendu/following{/other_user}", "gists_url": "https://api.github.com/users/arendu/gists{/gist_id}", "starred_url": "https://api.github.com/users/arendu/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/arendu/subscriptions", "organizations_url": "https://api.github.com/users/arendu/orgs", "repos_url": "https://api.github.com/users/arendu/repos", "events_url": "https://api.github.com/users/arendu/events{/privacy}", "received_events_url": "https://api.github.com/users/arendu/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5663/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5663/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5662
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5662/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5662/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5662/events
https://github.com/NVIDIA/NeMo/pull/5662
1,500,953,981
PR_kwDOC_bI7s5Fripg
5,662
[TTS] add tts dict cust notebook
{ "login": "ekmb", "id": 10428420, "node_id": "MDQ6VXNlcjEwNDI4NDIw", "avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ekmb", "html_url": "https://github.com/ekmb", "followers_url": "https://api.github.com/users/ekmb/followers", "following_url": "https://api.github.com/users/ekmb/following{/other_user}", "gists_url": "https://api.github.com/users/ekmb/gists{/gist_id}", "starred_url": "https://api.github.com/users/ekmb/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ekmb/subscriptions", "organizations_url": "https://api.github.com/users/ekmb/orgs", "repos_url": "https://api.github.com/users/ekmb/repos", "events_url": "https://api.github.com/users/ekmb/events{/privacy}", "received_events_url": "https://api.github.com/users/ekmb/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-16T22:32:46
2022-12-20T02:10:07
2022-12-20T02:10:04
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5662", "html_url": "https://github.com/NVIDIA/NeMo/pull/5662", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5662.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5662.patch", "merged_at": "2022-12-20T02:10:04" }
Signed-off-by: ekmb <[email protected]> # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ekmb", "id": 10428420, "node_id": "MDQ6VXNlcjEwNDI4NDIw", "avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ekmb", "html_url": "https://github.com/ekmb", "followers_url": "https://api.github.com/users/ekmb/followers", "following_url": "https://api.github.com/users/ekmb/following{/other_user}", "gists_url": "https://api.github.com/users/ekmb/gists{/gist_id}", "starred_url": "https://api.github.com/users/ekmb/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ekmb/subscriptions", "organizations_url": "https://api.github.com/users/ekmb/orgs", "repos_url": "https://api.github.com/users/ekmb/repos", "events_url": "https://api.github.com/users/ekmb/events{/privacy}", "received_events_url": "https://api.github.com/users/ekmb/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5662/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5662/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5661
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5661/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5661/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5661/events
https://github.com/NVIDIA/NeMo/pull/5661
1,500,933,858
PR_kwDOC_bI7s5FreRo
5,661
Add AutoConfigurator (former HP Tool)
{ "login": "markelsanz14", "id": 10426497, "node_id": "MDQ6VXNlcjEwNDI2NDk3", "avatar_url": "https://avatars.githubusercontent.com/u/10426497?v=4", "gravatar_id": "", "url": "https://api.github.com/users/markelsanz14", "html_url": "https://github.com/markelsanz14", "followers_url": "https://api.github.com/users/markelsanz14/followers", "following_url": "https://api.github.com/users/markelsanz14/following{/other_user}", "gists_url": "https://api.github.com/users/markelsanz14/gists{/gist_id}", "starred_url": "https://api.github.com/users/markelsanz14/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/markelsanz14/subscriptions", "organizations_url": "https://api.github.com/users/markelsanz14/orgs", "repos_url": "https://api.github.com/users/markelsanz14/repos", "events_url": "https://api.github.com/users/markelsanz14/events{/privacy}", "received_events_url": "https://api.github.com/users/markelsanz14/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
{ "login": "markelsanz14", "id": 10426497, "node_id": "MDQ6VXNlcjEwNDI2NDk3", "avatar_url": "https://avatars.githubusercontent.com/u/10426497?v=4", "gravatar_id": "", "url": "https://api.github.com/users/markelsanz14", "html_url": "https://github.com/markelsanz14", "followers_url": "https://api.github.com/users/markelsanz14/followers", "following_url": "https://api.github.com/users/markelsanz14/following{/other_user}", "gists_url": "https://api.github.com/users/markelsanz14/gists{/gist_id}", "starred_url": "https://api.github.com/users/markelsanz14/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/markelsanz14/subscriptions", "organizations_url": "https://api.github.com/users/markelsanz14/orgs", "repos_url": "https://api.github.com/users/markelsanz14/repos", "events_url": "https://api.github.com/users/markelsanz14/events{/privacy}", "received_events_url": "https://api.github.com/users/markelsanz14/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "markelsanz14", "id": 10426497, "node_id": "MDQ6VXNlcjEwNDI2NDk3", "avatar_url": "https://avatars.githubusercontent.com/u/10426497?v=4", "gravatar_id": "", "url": "https://api.github.com/users/markelsanz14", "html_url": "https://github.com/markelsanz14", "followers_url": "https://api.github.com/users/markelsanz14/followers", "following_url": "https://api.github.com/users/markelsanz14/following{/other_user}", "gists_url": "https://api.github.com/users/markelsanz14/gists{/gist_id}", "starred_url": "https://api.github.com/users/markelsanz14/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/markelsanz14/subscriptions", "organizations_url": "https://api.github.com/users/markelsanz14/orgs", "repos_url": "https://api.github.com/users/markelsanz14/repos", "events_url": "https://api.github.com/users/markelsanz14/events{/privacy}", "received_events_url": "https://api.github.com/users/markelsanz14/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
null
2022-12-16T22:07:20
2023-01-11T18:02:40
2023-01-11T18:02:40
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
true
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5661", "html_url": "https://github.com/NVIDIA/NeMo/pull/5661", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5661.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5661.patch", "merged_at": null }
# What does this PR do ? Adds AutoConfigurator to NeMo Megatron directory. **Collection**: nemo_megatron_launcher # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [X] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? @okuchaiev @yaoyu-33 @ericharper @Davood-M # Additional Information * Related to # (issue)
{ "login": "markelsanz14", "id": 10426497, "node_id": "MDQ6VXNlcjEwNDI2NDk3", "avatar_url": "https://avatars.githubusercontent.com/u/10426497?v=4", "gravatar_id": "", "url": "https://api.github.com/users/markelsanz14", "html_url": "https://github.com/markelsanz14", "followers_url": "https://api.github.com/users/markelsanz14/followers", "following_url": "https://api.github.com/users/markelsanz14/following{/other_user}", "gists_url": "https://api.github.com/users/markelsanz14/gists{/gist_id}", "starred_url": "https://api.github.com/users/markelsanz14/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/markelsanz14/subscriptions", "organizations_url": "https://api.github.com/users/markelsanz14/orgs", "repos_url": "https://api.github.com/users/markelsanz14/repos", "events_url": "https://api.github.com/users/markelsanz14/events{/privacy}", "received_events_url": "https://api.github.com/users/markelsanz14/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5661/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5661/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5660
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5660/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5660/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5660/events
https://github.com/NVIDIA/NeMo/issues/5660
1,500,852,031
I_kwDOC_bI7s5ZdS8_
5,660
Enable gpu device selection in ClusteringDiarizer()
{ "login": "Jesteinbe", "id": 22843477, "node_id": "MDQ6VXNlcjIyODQzNDc3", "avatar_url": "https://avatars.githubusercontent.com/u/22843477?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Jesteinbe", "html_url": "https://github.com/Jesteinbe", "followers_url": "https://api.github.com/users/Jesteinbe/followers", "following_url": "https://api.github.com/users/Jesteinbe/following{/other_user}", "gists_url": "https://api.github.com/users/Jesteinbe/gists{/gist_id}", "starred_url": "https://api.github.com/users/Jesteinbe/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/Jesteinbe/subscriptions", "organizations_url": "https://api.github.com/users/Jesteinbe/orgs", "repos_url": "https://api.github.com/users/Jesteinbe/repos", "events_url": "https://api.github.com/users/Jesteinbe/events{/privacy}", "received_events_url": "https://api.github.com/users/Jesteinbe/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
{ "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/SeanNaren/followers", "following_url": "https://api.github.com/users/SeanNaren/following{/other_user}", "gists_url": "https://api.github.com/users/SeanNaren/gists{/gist_id}", "starred_url": "https://api.github.com/users/SeanNaren/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SeanNaren/subscriptions", "organizations_url": "https://api.github.com/users/SeanNaren/orgs", "repos_url": "https://api.github.com/users/SeanNaren/repos", "events_url": "https://api.github.com/users/SeanNaren/events{/privacy}", "received_events_url": "https://api.github.com/users/SeanNaren/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/SeanNaren/followers", "following_url": "https://api.github.com/users/SeanNaren/following{/other_user}", "gists_url": "https://api.github.com/users/SeanNaren/gists{/gist_id}", "starred_url": "https://api.github.com/users/SeanNaren/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SeanNaren/subscriptions", "organizations_url": "https://api.github.com/users/SeanNaren/orgs", "repos_url": "https://api.github.com/users/SeanNaren/repos", "events_url": "https://api.github.com/users/SeanNaren/events{/privacy}", "received_events_url": "https://api.github.com/users/SeanNaren/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
null
2022-12-16T20:55:03
2022-12-20T19:41:22
2022-12-20T19:41:22
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Can you add the ability to select the GPU device when using [ClusteringDiarizer](https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/asr/models/clustering_diarizer.py)? Currently, it always gets mapped to GPU 0 but it seems like that should be configurable unless I'm missing something.
{ "login": "fayejf", "id": 36722593, "node_id": "MDQ6VXNlcjM2NzIyNTkz", "avatar_url": "https://avatars.githubusercontent.com/u/36722593?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fayejf", "html_url": "https://github.com/fayejf", "followers_url": "https://api.github.com/users/fayejf/followers", "following_url": "https://api.github.com/users/fayejf/following{/other_user}", "gists_url": "https://api.github.com/users/fayejf/gists{/gist_id}", "starred_url": "https://api.github.com/users/fayejf/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/fayejf/subscriptions", "organizations_url": "https://api.github.com/users/fayejf/orgs", "repos_url": "https://api.github.com/users/fayejf/repos", "events_url": "https://api.github.com/users/fayejf/events{/privacy}", "received_events_url": "https://api.github.com/users/fayejf/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5660/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5660/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/5659
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5659/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5659/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5659/events
https://github.com/NVIDIA/NeMo/pull/5659
1,500,731,179
PR_kwDOC_bI7s5Fqx8k
5,659
Hybrid ASR-TTS models
{ "login": "artbataev", "id": 9380560, "node_id": "MDQ6VXNlcjkzODA1NjA=", "avatar_url": "https://avatars.githubusercontent.com/u/9380560?v=4", "gravatar_id": "", "url": "https://api.github.com/users/artbataev", "html_url": "https://github.com/artbataev", "followers_url": "https://api.github.com/users/artbataev/followers", "following_url": "https://api.github.com/users/artbataev/following{/other_user}", "gists_url": "https://api.github.com/users/artbataev/gists{/gist_id}", "starred_url": "https://api.github.com/users/artbataev/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/artbataev/subscriptions", "organizations_url": "https://api.github.com/users/artbataev/orgs", "repos_url": "https://api.github.com/users/artbataev/repos", "events_url": "https://api.github.com/users/artbataev/events{/privacy}", "received_events_url": "https://api.github.com/users/artbataev/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR", "name": "ASR", "color": "F3B33E", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-16T19:09:45
2023-02-02T06:55:05
2023-02-01T21:37:54
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5659", "html_url": "https://github.com/NVIDIA/NeMo/pull/5659", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5659.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5659.patch", "merged_at": "2023-02-01T21:37:54" }
# What does this PR do ? This PR adds support for hybrid ASR-TTS models. **Features:** - [x] hybrid ASR-TTS model (`ASRWithTTSModel`) from CTC-BPE and RNNT-BPE for finetuning - [x] hybrid ASR-TTS model (`ASRWithTTSModel`) from ASR model config for training from scratch - [x] fusing BatchNorm to improve the quality of the finetuned models - [x] text-to-text datasets - [x] mixing ASR and text-to-text datasets - [x] enhancer support: will be added after https://github.com/NVIDIA/NeMo/pull/5565 Dependent on: - https://github.com/NVIDIA/NeMo/pull/5671 - https://github.com/NVIDIA/NeMo/pull/5774 **Collection**: [ASR] # Changelog - **new hybrid ASR-TTS model** `ASRWithTTSModel` in `nemo/collections/asr/models/hybrid_asr_tts_models.py` - **text-to-text datasets**: `TextToTextDataset` (map-style) + `TextToTextIterableDataset` (iterable) in `nemo/collections/asr/data/text_to_text.py` - **fused BatchNorm**: `nemo/collections/asr/parts/submodules/batchnorm.py` + support for fused BatchNorm in ConformerEncoder in `nemo/collections/asr/parts/submodules/conformer_modules.py` - **default config** for hybrid model: `examples/asr/conf/asr_tts/hybrid_asr_tts.yaml` - **example scripts** for finetuning existing models and training from scratch: `examples/asr/asr_with_tts/speech_to_text_bpe_with_text_finetune.py` + `examples/asr/asr_with_tts/speech_to_text_bpe_with_text.py` # Usage - `examples/asr/asr_with_tts/speech_to_text_bpe_with_text_finetune.py` for finetuning pretrained ASR model with TTS - `examples/asr/asr_with_tts/speech_to_text_bpe_with_text.py` for training ASR with TTS from scratch # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [x] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [x] New Feature - [ ] Bugfix - [ ] Documentation ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
{ "login": "artbataev", "id": 9380560, "node_id": "MDQ6VXNlcjkzODA1NjA=", "avatar_url": "https://avatars.githubusercontent.com/u/9380560?v=4", "gravatar_id": "", "url": "https://api.github.com/users/artbataev", "html_url": "https://github.com/artbataev", "followers_url": "https://api.github.com/users/artbataev/followers", "following_url": "https://api.github.com/users/artbataev/following{/other_user}", "gists_url": "https://api.github.com/users/artbataev/gists{/gist_id}", "starred_url": "https://api.github.com/users/artbataev/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/artbataev/subscriptions", "organizations_url": "https://api.github.com/users/artbataev/orgs", "repos_url": "https://api.github.com/users/artbataev/repos", "events_url": "https://api.github.com/users/artbataev/events{/privacy}", "received_events_url": "https://api.github.com/users/artbataev/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5659/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5659/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5658
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5658/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5658/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5658/events
https://github.com/NVIDIA/NeMo/pull/5658
1,500,634,918
PR_kwDOC_bI7s5FqdQ0
5,658
Add DLLogger support to exp_manager
{ "login": "milesial", "id": 30204471, "node_id": "MDQ6VXNlcjMwMjA0NDcx", "avatar_url": "https://avatars.githubusercontent.com/u/30204471?v=4", "gravatar_id": "", "url": "https://api.github.com/users/milesial", "html_url": "https://github.com/milesial", "followers_url": "https://api.github.com/users/milesial/followers", "following_url": "https://api.github.com/users/milesial/following{/other_user}", "gists_url": "https://api.github.com/users/milesial/gists{/gist_id}", "starred_url": "https://api.github.com/users/milesial/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/milesial/subscriptions", "organizations_url": "https://api.github.com/users/milesial/orgs", "repos_url": "https://api.github.com/users/milesial/repos", "events_url": "https://api.github.com/users/milesial/events{/privacy}", "received_events_url": "https://api.github.com/users/milesial/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
null
2022-12-16T17:54:57
2022-12-17T00:19:40
2022-12-17T00:19:40
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5658", "html_url": "https://github.com/NVIDIA/NeMo/pull/5658", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5658.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5658.patch", "merged_at": "2022-12-17T00:19:40" }
# What does this PR do ? Adds an option to log with DLLogger in the experiment manager. **Collection**: [Note which collection this PR will affect] # Changelog - Changed exp_manager.py to add a new logger - Updated the exp_manager documentation # Usage In the exp_manager config: ```yaml enable_dllogger_logger: True dllogger_logger_kwargs: stdout: False verbose: False json_file: "./dllogger.json" ``` # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [x] Did you add or update any necessary documentation? - [x] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [x] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5658/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5658/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5657
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5657/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5657/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5657/events
https://github.com/NVIDIA/NeMo/pull/5657
1,500,569,739
PR_kwDOC_bI7s5FqPNv
5,657
Nemo megatron launcher
{ "login": "yaoyu-33", "id": 54727607, "node_id": "MDQ6VXNlcjU0NzI3NjA3", "avatar_url": "https://avatars.githubusercontent.com/u/54727607?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yaoyu-33", "html_url": "https://github.com/yaoyu-33", "followers_url": "https://api.github.com/users/yaoyu-33/followers", "following_url": "https://api.github.com/users/yaoyu-33/following{/other_user}", "gists_url": "https://api.github.com/users/yaoyu-33/gists{/gist_id}", "starred_url": "https://api.github.com/users/yaoyu-33/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/yaoyu-33/subscriptions", "organizations_url": "https://api.github.com/users/yaoyu-33/orgs", "repos_url": "https://api.github.com/users/yaoyu-33/repos", "events_url": "https://api.github.com/users/yaoyu-33/events{/privacy}", "received_events_url": "https://api.github.com/users/yaoyu-33/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
null
2022-12-16T17:09:28
2023-01-11T21:38:18
2023-01-11T21:38:18
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5657", "html_url": "https://github.com/NVIDIA/NeMo/pull/5657", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5657.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5657.patch", "merged_at": null }
# What does this PR do ? In this PR, we OSS internal nemo megatron launching scripts to NeMo github repo. It includes the launch scripts to train large language models, nemo megatron Dockerfile and nemo megatron readme. **Collection**: [Note which collection this PR will affect] # Changelog - Add nemo megatron launching scripts in side `nemo_megatron_launcher/` - Add nemo megatron Dockerfile in side `nemo_megatron_launcher/` - Add nemo megatron README in side `nemo_megatron_launcher/` # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [x] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [x] New Feature - [ ] Bugfix - [x] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "yaoyu-33", "id": 54727607, "node_id": "MDQ6VXNlcjU0NzI3NjA3", "avatar_url": "https://avatars.githubusercontent.com/u/54727607?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yaoyu-33", "html_url": "https://github.com/yaoyu-33", "followers_url": "https://api.github.com/users/yaoyu-33/followers", "following_url": "https://api.github.com/users/yaoyu-33/following{/other_user}", "gists_url": "https://api.github.com/users/yaoyu-33/gists{/gist_id}", "starred_url": "https://api.github.com/users/yaoyu-33/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/yaoyu-33/subscriptions", "organizations_url": "https://api.github.com/users/yaoyu-33/orgs", "repos_url": "https://api.github.com/users/yaoyu-33/repos", "events_url": "https://api.github.com/users/yaoyu-33/events{/privacy}", "received_events_url": "https://api.github.com/users/yaoyu-33/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5657/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5657/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5656
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5656/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5656/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5656/events
https://github.com/NVIDIA/NeMo/pull/5656
1,500,506,623
PR_kwDOC_bI7s5FqBv-
5,656
Draft: Fused Adapters with Retro
{ "login": "aleksficek", "id": 37374704, "node_id": "MDQ6VXNlcjM3Mzc0NzA0", "avatar_url": "https://avatars.githubusercontent.com/u/37374704?v=4", "gravatar_id": "", "url": "https://api.github.com/users/aleksficek", "html_url": "https://github.com/aleksficek", "followers_url": "https://api.github.com/users/aleksficek/followers", "following_url": "https://api.github.com/users/aleksficek/following{/other_user}", "gists_url": "https://api.github.com/users/aleksficek/gists{/gist_id}", "starred_url": "https://api.github.com/users/aleksficek/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/aleksficek/subscriptions", "organizations_url": "https://api.github.com/users/aleksficek/orgs", "repos_url": "https://api.github.com/users/aleksficek/repos", "events_url": "https://api.github.com/users/aleksficek/events{/privacy}", "received_events_url": "https://api.github.com/users/aleksficek/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1923495043, "node_id": "MDU6TGFiZWwxOTIzNDk1MDQz", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core", "name": "core", "color": "f25e3a", "default": false, "description": "Changes to NeMo Core" }, { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" }, { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR", "name": "ASR", "color": "F3B33E", "default": false, "description": "" }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" }, { "id": 4811888028, "node_id": "LA_kwDOC_bI7s8AAAABHs-VnA", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Speaker%20Tasks", "name": "Speaker Tasks", "color": "871AD4", "default": false, "description": "" }, { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 4847373924, "node_id": "LA_kwDOC_bI7s8AAAABIO0OZA", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/common", "name": "common", "color": "c5def5", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-16T16:20:20
2023-01-31T01:05:42
2023-01-31T01:05:42
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
true
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5656", "html_url": "https://github.com/NVIDIA/NeMo/pull/5656", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5656.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5656.patch", "merged_at": null }
# What does this PR do ? Combines adapters with retrieval augmented language model retro with different configurations. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5656/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5656/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5655
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5655/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5655/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5655/events
https://github.com/NVIDIA/NeMo/issues/5655
1,500,480,311
I_kwDOC_bI7s5Zb4M3
5,655
UL2 sampling is Poisson instead of uniform
{ "login": "janEbert", "id": 12694897, "node_id": "MDQ6VXNlcjEyNjk0ODk3", "avatar_url": "https://avatars.githubusercontent.com/u/12694897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janEbert", "html_url": "https://github.com/janEbert", "followers_url": "https://api.github.com/users/janEbert/followers", "following_url": "https://api.github.com/users/janEbert/following{/other_user}", "gists_url": "https://api.github.com/users/janEbert/gists{/gist_id}", "starred_url": "https://api.github.com/users/janEbert/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/janEbert/subscriptions", "organizations_url": "https://api.github.com/users/janEbert/orgs", "repos_url": "https://api.github.com/users/janEbert/repos", "events_url": "https://api.github.com/users/janEbert/events{/privacy}", "received_events_url": "https://api.github.com/users/janEbert/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
{ "login": "MaximumEntropy", "id": 9114321, "node_id": "MDQ6VXNlcjkxMTQzMjE=", "avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MaximumEntropy", "html_url": "https://github.com/MaximumEntropy", "followers_url": "https://api.github.com/users/MaximumEntropy/followers", "following_url": "https://api.github.com/users/MaximumEntropy/following{/other_user}", "gists_url": "https://api.github.com/users/MaximumEntropy/gists{/gist_id}", "starred_url": "https://api.github.com/users/MaximumEntropy/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/MaximumEntropy/subscriptions", "organizations_url": "https://api.github.com/users/MaximumEntropy/orgs", "repos_url": "https://api.github.com/users/MaximumEntropy/repos", "events_url": "https://api.github.com/users/MaximumEntropy/events{/privacy}", "received_events_url": "https://api.github.com/users/MaximumEntropy/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "MaximumEntropy", "id": 9114321, "node_id": "MDQ6VXNlcjkxMTQzMjE=", "avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MaximumEntropy", "html_url": "https://github.com/MaximumEntropy", "followers_url": "https://api.github.com/users/MaximumEntropy/followers", "following_url": "https://api.github.com/users/MaximumEntropy/following{/other_user}", "gists_url": "https://api.github.com/users/MaximumEntropy/gists{/gist_id}", "starred_url": "https://api.github.com/users/MaximumEntropy/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/MaximumEntropy/subscriptions", "organizations_url": "https://api.github.com/users/MaximumEntropy/orgs", "repos_url": "https://api.github.com/users/MaximumEntropy/repos", "events_url": "https://api.github.com/users/MaximumEntropy/events{/privacy}", "received_events_url": "https://api.github.com/users/MaximumEntropy/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
null
2022-12-16T15:59:57
2023-06-09T02:05:32
2023-06-09T02:05:32
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
UL2 objectives should be sampled with uniform probability, including subtasks. Instead, currently, first the overarching denoiser is uniformly sampled and then the denoising subtask is again sampled uniformly. This is only the case [here for X-denoisers](https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/nlp/data/language_modeling/megatron/ul2_dataset.py#L174-L178) currently, because one R- and one X-denoising objective from the paper are missing. Compare: ```python import itertools import random # The integers indicate the different task types in the paper. tasks = {'R': [0, 1], 'S': [2], 'X': [3, 4, 5, 6]} # How it's currently done in NeMo: denoiser_subtasks = random.choice(tasks) subtask = random.choice(denoiser_subtasks) # Each of 0, 1 has 1/3 * 1/2 chance. # 2 has 1/3 chance. # Each of 3, 4, 5, 6 has 1/3 * 1/4 chance. # How it's done in the code snippet from the UL2 paper: subtask = random.choice(list(itertools.chain.from_iterable(tasks.values()))) # Each of 0, 1, 2, 3, 4, 5, 6 has 1/7 chance. ```
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5655/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5655/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/5654
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5654/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5654/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5654/events
https://github.com/NVIDIA/NeMo/issues/5654
1,499,944,438
I_kwDOC_bI7s5ZZ1X2
5,654
load gatortron checkpoint into biomegatron model, hit Key 'optim' is not in struct
{ "login": "guathwa", "id": 53548997, "node_id": "MDQ6VXNlcjUzNTQ4OTk3", "avatar_url": "https://avatars.githubusercontent.com/u/53548997?v=4", "gravatar_id": "", "url": "https://api.github.com/users/guathwa", "html_url": "https://github.com/guathwa", "followers_url": "https://api.github.com/users/guathwa/followers", "following_url": "https://api.github.com/users/guathwa/following{/other_user}", "gists_url": "https://api.github.com/users/guathwa/gists{/gist_id}", "starred_url": "https://api.github.com/users/guathwa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/guathwa/subscriptions", "organizations_url": "https://api.github.com/users/guathwa/orgs", "repos_url": "https://api.github.com/users/guathwa/repos", "events_url": "https://api.github.com/users/guathwa/events{/privacy}", "received_events_url": "https://api.github.com/users/guathwa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
null
[]
null
null
2022-12-16T10:20:15
2023-01-24T04:50:20
2023-01-24T04:50:20
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** not able to complete the training process using pretrained model [biomegatron345m_biovocab_50k_cased] **Steps/Code to reproduce bug** NVIDIA NeMo Introduction Notebook Setup using the NGC nvcr.io/nvidia/pytorch:22.04-py3 PyTorch container. Install [NeMo](https://github.com/NVIDIA/NeMo) using the following steps: apt-get update && apt-get install -y libsndfile1 ffmpeg pip install Cython pip install nemo_toolkit['all'] ![image](https://user-images.githubusercontent.com/53548997/208076338-0ac6587d-c79f-4e6d-a1f2-021dd58b4e75.png) # ERROR at this step # load gatortron checkpoint into biomegatron model # (the architecture is the same, just the weights are different) config.model.language_model.lm_checkpoint = "gatortron_og/MegatronBERT.nemo" config.model.language_model.pretrained_model_name = 'biomegatron345m_biovocab_50k_cased' config.model.tokenizer.tokenizer_name=None model = nemo_nlp.models.TextClassificationModel(cfg=config.model, trainer=trainer) ############ ERROR ############ ![image](https://user-images.githubusercontent.com/53548997/208077032-a2a2fd16-0722-42d0-91cb-71e2bfa7b494.png) [NeMo W 2022-12-16 07:59:06 lm_utils:80] biomegatron345m_biovocab_50k_cased is not in get_pretrained_lm_models_list(include_external=False), will be using AutoModel from HuggingFace. --------------------------------------------------------------------------- ConfigAttributeError Traceback (most recent call last) Input In [18], in <cell line: 8>() 5 config.model.language_model.pretrained_model_name = 'biomegatron345m_biovocab_50k_cased' 6 config.model.tokenizer.tokenizer_name=None ----> 8 model = nemo_nlp.models.TextClassificationModel(cfg=config.model, trainer=trainer) File /opt/conda/lib/python3.8/site-packages/nemo/collections/nlp/models/text_classification/text_classification_model.py:43, in TextClassificationModel.__init__(self, cfg, trainer) 40 self.dataset_cfg = cfg.dataset 41 self.class_weights = None ---> 43 super().__init__(cfg=cfg, trainer=trainer) 45 self.classifier = SequenceClassifier( 46 hidden_size=self.hidden_size, 47 num_classes=cfg.dataset.num_classes, (...) 53 idx_conditioned_on=0, 54 ) 56 self.create_loss_module() File /opt/conda/lib/python3.8/site-packages/nemo/collections/nlp/models/nlp_model.py:81, in NLPModel.__init__(self, cfg, trainer, no_lm_init) 79 elif pretrain_model_name in all_pretrained_megatron_bert_models: 80 copy_cfg = copy.deepcopy(cfg) ---> 81 bert_model = get_lm_model( 82 config_file=config_file, 83 config_dict=config_dict, 84 vocab_file=vocab_file, 85 trainer=trainer, 86 cfg=copy_cfg, 87 ) 88 # set the tokenizer if it is not initialized explicitly 89 if ( 90 (hasattr(self, 'tokenizer') and self.tokenizer is None) or not hasattr(self, 'tokenizer') 91 ) and hasattr(bert_model, 'tokenizer'): File /opt/conda/lib/python3.8/site-packages/nemo/collections/nlp/modules/common/lm_utils.py:112, in get_lm_model(config_dict, config_file, vocab_file, trainer, cfg) 109 return x 111 if cfg.language_model.get("lm_checkpoint"): --> 112 model = MegatronBertModel.restore_from(restore_path=cfg.language_model.lm_checkpoint, trainer=trainer) 113 else: 114 model = MegatronBertModel.from_pretrained(cfg.language_model.get('pretrained_model_name'), trainer=trainer) File /opt/conda/lib/python3.8/site-packages/nemo/core/classes/modelPT.py:316, in ModelPT.restore_from(cls, restore_path, override_config_path, map_location, strict, return_config, save_restore_connector, trainer) 313 app_state.model_restore_path = restore_path 315 cls.update_save_restore_connector(save_restore_connector) --> 316 instance = cls._save_restore_connector.restore_from( 317 cls, restore_path, override_config_path, map_location, strict, return_config, trainer 318 ) 319 if isinstance(instance, ModelPT): 320 instance._save_restore_connector = save_restore_connector File /opt/conda/lib/python3.8/site-packages/nemo/core/connectors/save_restore_connector.py:235, in SaveRestoreConnector.restore_from(self, calling_cls, restore_path, override_config_path, map_location, strict, return_config, trainer) 210 """ 211 Restores model instance (weights and configuration) into .nemo file 212 (...) 231 An instance of type cls or its underlying config (if return_config is set). 232 """ 233 # Get path where the command is executed - the artifacts will be "retrieved" there 234 # (original .nemo behavior) --> 235 loaded_params = self.load_config_and_state_dict( 236 calling_cls, restore_path, override_config_path, map_location, strict, return_config, trainer, 237 ) 238 if not isinstance(loaded_params, tuple): 239 return loaded_params File /opt/conda/lib/python3.8/site-packages/nemo/core/connectors/save_restore_connector.py:158, in SaveRestoreConnector.load_config_and_state_dict(self, calling_cls, restore_path, override_config_path, map_location, strict, return_config, trainer) 156 # get the class 157 calling_cls._set_model_restore_state(is_being_restored=True, folder=tmpdir) --> 158 instance = calling_cls.from_config_dict(config=conf, trainer=trainer) 159 instance = instance.to(map_location) 160 # add load_state_dict override File /opt/conda/lib/python3.8/site-packages/nemo/core/classes/common.py:505, in Serialization.from_config_dict(cls, config, trainer) 503 if prev_error: 504 logging.error(prev_error) --> 505 raise e 507 if not hasattr(instance, '_cfg'): 508 instance._cfg = config File /opt/conda/lib/python3.8/site-packages/nemo/core/classes/common.py:497, in Serialization.from_config_dict(cls, config, trainer) 495 accepts_trainer = Serialization._inspect_signature_for_trainer(cls) 496 if accepts_trainer: --> 497 instance = cls(cfg=config, trainer=trainer) 498 else: 499 instance = cls(cfg=config) File /opt/conda/lib/python3.8/site-packages/nemo/collections/nlp/models/language_modeling/megatron_bert_model.py:56, in MegatronBertModel.__init__(self, cfg, trainer) 52 if not HAVE_APEX: 53 raise ImportError( 54 "Apex was not found. Please see the NeMo README for installation instructions: https://github.com/NVIDIA/NeMo#megatron-gpt." 55 ) ---> 56 super().__init__(cfg, trainer=trainer, no_lm_init=False) 57 self.cfg = cfg 59 # used in NVIDIA NGC PyTorch containers 60 # buffer used during train_step for logging average loss over gradient accumulation steps File /opt/conda/lib/python3.8/site-packages/nemo/collections/nlp/models/language_modeling/megatron_base_model.py:78, in MegatronBaseModel.__init__(self, cfg, trainer, no_lm_init) 74 self.tokenizer = None 76 super().__init__(cfg, trainer=trainer, no_lm_init=no_lm_init) ---> 78 self.with_distributed_adam = cfg.optim.get('name') == 'distributed_fused_adam' 80 # used in NVIDIA NGC PyTorch containers 81 self._enable_nvidia_optimizations() File /opt/conda/lib/python3.8/site-packages/omegaconf/dictconfig.py:357, in DictConfig.__getattr__(self, key) 353 self._format_and_raise( 354 key=key, value=None, cause=e, type_override=ConfigAttributeError 355 ) 356 except Exception as e: --> 357 self._format_and_raise(key=key, value=None, cause=e) File /opt/conda/lib/python3.8/site-packages/omegaconf/base.py:190, in Node._format_and_raise(self, key, value, cause, type_override) 187 def _format_and_raise( 188 self, key: Any, value: Any, cause: Exception, type_override: Any = None 189 ) -> None: --> 190 format_and_raise( 191 node=self, 192 key=key, 193 value=value, 194 msg=str(cause), 195 cause=cause, 196 type_override=type_override, 197 ) 198 assert False File /opt/conda/lib/python3.8/site-packages/omegaconf/_utils.py:738, in format_and_raise(node, key, value, msg, cause, type_override) 736 ex = type_override(str(cause)) 737 ex.__dict__ = copy.deepcopy(cause.__dict__) --> 738 _raise(ex, cause) 740 object_type: Optional[Type[Any]] 741 object_type_str: Optional[str] = None File /opt/conda/lib/python3.8/site-packages/omegaconf/_utils.py:716, in _raise(ex, cause) 714 else: 715 ex.__cause__ = None --> 716 raise ex.with_traceback(sys.exc_info()[2]) File /opt/conda/lib/python3.8/site-packages/omegaconf/dictconfig.py:351, in DictConfig.__getattr__(self, key) 348 raise AttributeError() 350 try: --> 351 return self._get_impl(key=key, default_value=_DEFAULT_MARKER_) 352 except ConfigKeyError as e: 353 self._format_and_raise( 354 key=key, value=None, cause=e, type_override=ConfigAttributeError 355 ) File /opt/conda/lib/python3.8/site-packages/omegaconf/dictconfig.py:438, in DictConfig._get_impl(self, key, default_value) 436 def _get_impl(self, key: DictKeyType, default_value: Any) -> Any: 437 try: --> 438 node = self._get_node(key=key, throw_on_missing_key=True) 439 except (ConfigAttributeError, ConfigKeyError): 440 if default_value is not _DEFAULT_MARKER_: File /opt/conda/lib/python3.8/site-packages/omegaconf/dictconfig.py:465, in DictConfig._get_node(self, key, validate_access, throw_on_missing_value, throw_on_missing_key) 462 return None 464 if validate_access: --> 465 self._validate_get(key) 467 value: Optional[Node] = self.__dict__["_content"].get(key) 468 if value is None: File /opt/conda/lib/python3.8/site-packages/omegaconf/dictconfig.py:166, in DictConfig._validate_get(self, key, value) 164 else: 165 msg = f"Key '{key}' is not in struct" --> 166 self._format_and_raise( 167 key=key, value=value, cause=ConfigAttributeError(msg) 168 ) File /opt/conda/lib/python3.8/site-packages/omegaconf/base.py:190, in Node._format_and_raise(self, key, value, cause, type_override) 187 def _format_and_raise( 188 self, key: Any, value: Any, cause: Exception, type_override: Any = None 189 ) -> None: --> 190 format_and_raise( 191 node=self, 192 key=key, 193 value=value, 194 msg=str(cause), 195 cause=cause, 196 type_override=type_override, 197 ) 198 assert False File /opt/conda/lib/python3.8/site-packages/omegaconf/_utils.py:818, in format_and_raise(node, key, value, msg, cause, type_override) 815 ex.ref_type = ref_type 816 ex.ref_type_str = ref_type_str --> 818 _raise(ex, cause) File /opt/conda/lib/python3.8/site-packages/omegaconf/_utils.py:716, in _raise(ex, cause) 714 else: 715 ex.__cause__ = None --> 716 raise ex.with_traceback(sys.exc_info()[2]) ConfigAttributeError: Key 'optim' is not in struct full_key: optim object_type=dict **Expected behavior** model training is successful **Environment overview (please complete the following information)** docker run --gpus all -it --rm --shm-size=8g -p 8888:8888 --ulimit memlock=-1 --ulimit stack=67108864 nvcr.io/nvidia/pytorch:22.04-py3 **Environment details** using the NGC nvcr.io/nvidia/pytorch:22.04-py3 PyTorch container. **Additional context** Add any other context about the problem here. Model: RTX 3090 windows 11
{ "login": "guathwa", "id": 53548997, "node_id": "MDQ6VXNlcjUzNTQ4OTk3", "avatar_url": "https://avatars.githubusercontent.com/u/53548997?v=4", "gravatar_id": "", "url": "https://api.github.com/users/guathwa", "html_url": "https://github.com/guathwa", "followers_url": "https://api.github.com/users/guathwa/followers", "following_url": "https://api.github.com/users/guathwa/following{/other_user}", "gists_url": "https://api.github.com/users/guathwa/gists{/gist_id}", "starred_url": "https://api.github.com/users/guathwa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/guathwa/subscriptions", "organizations_url": "https://api.github.com/users/guathwa/orgs", "repos_url": "https://api.github.com/users/guathwa/repos", "events_url": "https://api.github.com/users/guathwa/events{/privacy}", "received_events_url": "https://api.github.com/users/guathwa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5654/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5654/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/5653
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5653/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5653/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5653/events
https://github.com/NVIDIA/NeMo/pull/5653
1,499,760,431
PR_kwDOC_bI7s5Fnd8a
5,653
No-script TS export, prepared for ONNX export
{ "login": "borisfom", "id": 14189615, "node_id": "MDQ6VXNlcjE0MTg5NjE1", "avatar_url": "https://avatars.githubusercontent.com/u/14189615?v=4", "gravatar_id": "", "url": "https://api.github.com/users/borisfom", "html_url": "https://github.com/borisfom", "followers_url": "https://api.github.com/users/borisfom/followers", "following_url": "https://api.github.com/users/borisfom/following{/other_user}", "gists_url": "https://api.github.com/users/borisfom/gists{/gist_id}", "starred_url": "https://api.github.com/users/borisfom/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/borisfom/subscriptions", "organizations_url": "https://api.github.com/users/borisfom/orgs", "repos_url": "https://api.github.com/users/borisfom/repos", "events_url": "https://api.github.com/users/borisfom/events{/privacy}", "received_events_url": "https://api.github.com/users/borisfom/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1923495043, "node_id": "MDU6TGFiZWwxOTIzNDk1MDQz", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core", "name": "core", "color": "f25e3a", "default": false, "description": "Changes to NeMo Core" }, { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" }, { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-16T07:54:44
2023-01-11T02:02:58
2023-01-11T01:38:46
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5653", "html_url": "https://github.com/NVIDIA/NeMo/pull/5653", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5653.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5653.patch", "merged_at": "2023-01-11T01:38:45" }
Signed-off-by: Boris Fomitchev <[email protected]> # What does this PR do ? Changed unfold to reshape for inference to be able to export in ONNX. Also using extra hx parameter to LSTM call to work around Pytorch issues with tracing the hx=None. Now Torchscript export works without any scripting - so I was also able to get rid of unnecessary autocast=False block. ONNX export still fails due to internal bugs, even though each part of the network is now ONNX-exportable. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/users/XuesongYang/followers", "following_url": "https://api.github.com/users/XuesongYang/following{/other_user}", "gists_url": "https://api.github.com/users/XuesongYang/gists{/gist_id}", "starred_url": "https://api.github.com/users/XuesongYang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/XuesongYang/subscriptions", "organizations_url": "https://api.github.com/users/XuesongYang/orgs", "repos_url": "https://api.github.com/users/XuesongYang/repos", "events_url": "https://api.github.com/users/XuesongYang/events{/privacy}", "received_events_url": "https://api.github.com/users/XuesongYang/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5653/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5653/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5652
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5652/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5652/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5652/events
https://github.com/NVIDIA/NeMo/pull/5652
1,499,713,178
PR_kwDOC_bI7s5FnTiE
5,652
[TTS][ZH] bugfix for ngc cli installation.
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/users/XuesongYang/followers", "following_url": "https://api.github.com/users/XuesongYang/following{/other_user}", "gists_url": "https://api.github.com/users/XuesongYang/gists{/gist_id}", "starred_url": "https://api.github.com/users/XuesongYang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/XuesongYang/subscriptions", "organizations_url": "https://api.github.com/users/XuesongYang/orgs", "repos_url": "https://api.github.com/users/XuesongYang/repos", "events_url": "https://api.github.com/users/XuesongYang/events{/privacy}", "received_events_url": "https://api.github.com/users/XuesongYang/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-16T07:12:29
2022-12-17T02:49:03
2022-12-17T02:49:00
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5652", "html_url": "https://github.com/NVIDIA/NeMo/pull/5652", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5652.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5652.patch", "merged_at": "2022-12-17T02:49:00" }
Signed-off-by: Xuesong Yang <[email protected]> # What does this PR do ? add ngc cli installation following what TAO toolkit used. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/users/XuesongYang/followers", "following_url": "https://api.github.com/users/XuesongYang/following{/other_user}", "gists_url": "https://api.github.com/users/XuesongYang/gists{/gist_id}", "starred_url": "https://api.github.com/users/XuesongYang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/XuesongYang/subscriptions", "organizations_url": "https://api.github.com/users/XuesongYang/orgs", "repos_url": "https://api.github.com/users/XuesongYang/repos", "events_url": "https://api.github.com/users/XuesongYang/events{/privacy}", "received_events_url": "https://api.github.com/users/XuesongYang/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5652/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5652/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5650
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5650/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5650/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5650/events
https://github.com/NVIDIA/NeMo/pull/5650
1,499,527,430
PR_kwDOC_bI7s5Fmq4r
5,650
Add duration padding support for RADTTS inference
{ "login": "kevjshih", "id": 1316295, "node_id": "MDQ6VXNlcjEzMTYyOTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1316295?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kevjshih", "html_url": "https://github.com/kevjshih", "followers_url": "https://api.github.com/users/kevjshih/followers", "following_url": "https://api.github.com/users/kevjshih/following{/other_user}", "gists_url": "https://api.github.com/users/kevjshih/gists{/gist_id}", "starred_url": "https://api.github.com/users/kevjshih/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kevjshih/subscriptions", "organizations_url": "https://api.github.com/users/kevjshih/orgs", "repos_url": "https://api.github.com/users/kevjshih/repos", "events_url": "https://api.github.com/users/kevjshih/events{/privacy}", "received_events_url": "https://api.github.com/users/kevjshih/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-16T03:46:34
2022-12-16T20:43:21
2022-12-16T20:43:21
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5650", "html_url": "https://github.com/NVIDIA/NeMo/pull/5650", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5650.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5650.patch", "merged_at": "2022-12-16T20:43:21" }
# What does this PR do ? During inference, radtts++ duration predictions tend to be close to zero when given random inputs. This can be an issue as a sequence with length less than the grouping size in the radtts flow operation will result in a crash. The solution is to set the last input token to correspond to a blank space, and stretch out the duration for said token until the the total duration of the sequence reaches the next multiple of group_size. **Collection**: [Note which collection this PR will affect] TTS # Changelog - sets the last element of the generated text token sequences in RadTTSModule.input_example() to zero (represents blank space). Note that this still needs to be done separately during inference with raw text, otherwise a non-space token may be replicated. - helpers.regulate_len is extended to support last-valid-token replication until the next nearest multiple of group_size - RadTTSModule.infer() now calls regulate_len with additional parameters for the replication behavior # Usage * Radtts should now pass the tests in: ```python pytest tests/collections/tts/test_tts_exportables.py ``` # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "borisfom", "id": 14189615, "node_id": "MDQ6VXNlcjE0MTg5NjE1", "avatar_url": "https://avatars.githubusercontent.com/u/14189615?v=4", "gravatar_id": "", "url": "https://api.github.com/users/borisfom", "html_url": "https://github.com/borisfom", "followers_url": "https://api.github.com/users/borisfom/followers", "following_url": "https://api.github.com/users/borisfom/following{/other_user}", "gists_url": "https://api.github.com/users/borisfom/gists{/gist_id}", "starred_url": "https://api.github.com/users/borisfom/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/borisfom/subscriptions", "organizations_url": "https://api.github.com/users/borisfom/orgs", "repos_url": "https://api.github.com/users/borisfom/repos", "events_url": "https://api.github.com/users/borisfom/events{/privacy}", "received_events_url": "https://api.github.com/users/borisfom/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5650/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5650/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5649
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5649/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5649/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5649/events
https://github.com/NVIDIA/NeMo/pull/5649
1,499,415,416
PR_kwDOC_bI7s5FmTgR
5,649
Add prompt learning tests
{ "login": "arendu", "id": 108822655, "node_id": "U_kgDOBnyAfw", "avatar_url": "https://avatars.githubusercontent.com/u/108822655?v=4", "gravatar_id": "", "url": "https://api.github.com/users/arendu", "html_url": "https://github.com/arendu", "followers_url": "https://api.github.com/users/arendu/followers", "following_url": "https://api.github.com/users/arendu/following{/other_user}", "gists_url": "https://api.github.com/users/arendu/gists{/gist_id}", "starred_url": "https://api.github.com/users/arendu/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/arendu/subscriptions", "organizations_url": "https://api.github.com/users/arendu/orgs", "repos_url": "https://api.github.com/users/arendu/repos", "events_url": "https://api.github.com/users/arendu/events{/privacy}", "received_events_url": "https://api.github.com/users/arendu/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" }, { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-16T01:25:43
2022-12-21T23:01:09
2022-12-21T23:01:04
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5649", "html_url": "https://github.com/NVIDIA/NeMo/pull/5649", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5649.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5649.patch", "merged_at": "2022-12-21T23:01:04" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/users/ericharper/followers", "following_url": "https://api.github.com/users/ericharper/following{/other_user}", "gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}", "starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ericharper/subscriptions", "organizations_url": "https://api.github.com/users/ericharper/orgs", "repos_url": "https://api.github.com/users/ericharper/repos", "events_url": "https://api.github.com/users/ericharper/events{/privacy}", "received_events_url": "https://api.github.com/users/ericharper/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5649/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5649/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5648
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5648/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5648/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5648/events
https://github.com/NVIDIA/NeMo/pull/5648
1,499,388,871
PR_kwDOC_bI7s5FmNvv
5,648
some tokenizers do not have additional_special_tokens_ids attribute
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
[ { "id": 4556669155, "node_id": "LA_kwDOC_bI7s8AAAABD5lA4w", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick", "name": "cherry-pick", "color": "ededed", "default": false, "description": null }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-16T00:56:44
2022-12-24T00:50:34
2022-12-24T00:50:31
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5648", "html_url": "https://github.com/NVIDIA/NeMo/pull/5648", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5648.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5648.patch", "merged_at": "2022-12-24T00:50:31" }
Signed-off-by: arendu <[email protected]> # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/users/ericharper/followers", "following_url": "https://api.github.com/users/ericharper/following{/other_user}", "gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}", "starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ericharper/subscriptions", "organizations_url": "https://api.github.com/users/ericharper/orgs", "repos_url": "https://api.github.com/users/ericharper/repos", "events_url": "https://api.github.com/users/ericharper/events{/privacy}", "received_events_url": "https://api.github.com/users/ericharper/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5648/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5648/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5647
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5647/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5647/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5647/events
https://github.com/NVIDIA/NeMo/pull/5647
1,499,380,617
PR_kwDOC_bI7s5FmMC9
5,647
[TTS][ZH] bugfix for the tutorial and add NGC CLI installation guide.
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" }, { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" }, { "id": 4556669155, "node_id": "LA_kwDOC_bI7s8AAAABD5lA4w", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick", "name": "cherry-pick", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
null
2022-12-16T00:47:41
2022-12-16T03:51:05
2022-12-16T03:51:01
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5647", "html_url": "https://github.com/NVIDIA/NeMo/pull/5647", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5647.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5647.patch", "merged_at": "2022-12-16T03:51:01" }
Signed-off-by: Xuesong Yang <[email protected]> # What does this PR do ? This tutorial requires users to download datasets from NGC, but we did not provide any guidance about how to install NGC registry CLI. Verified to running through without errors. Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/users/XuesongYang/followers", "following_url": "https://api.github.com/users/XuesongYang/following{/other_user}", "gists_url": "https://api.github.com/users/XuesongYang/gists{/gist_id}", "starred_url": "https://api.github.com/users/XuesongYang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/XuesongYang/subscriptions", "organizations_url": "https://api.github.com/users/XuesongYang/orgs", "repos_url": "https://api.github.com/users/XuesongYang/repos", "events_url": "https://api.github.com/users/XuesongYang/events{/privacy}", "received_events_url": "https://api.github.com/users/XuesongYang/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5647/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5647/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5646
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5646/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5646/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5646/events
https://github.com/NVIDIA/NeMo/issues/5646
1,499,344,494
I_kwDOC_bI7s5ZXi5u
5,646
float16 is not supported by the preprocessor in Conformer CTC Large
{ "login": "galv", "id": 4767568, "node_id": "MDQ6VXNlcjQ3Njc1Njg=", "avatar_url": "https://avatars.githubusercontent.com/u/4767568?v=4", "gravatar_id": "", "url": "https://api.github.com/users/galv", "html_url": "https://github.com/galv", "followers_url": "https://api.github.com/users/galv/followers", "following_url": "https://api.github.com/users/galv/following{/other_user}", "gists_url": "https://api.github.com/users/galv/gists{/gist_id}", "starred_url": "https://api.github.com/users/galv/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/galv/subscriptions", "organizations_url": "https://api.github.com/users/galv/orgs", "repos_url": "https://api.github.com/users/galv/repos", "events_url": "https://api.github.com/users/galv/events{/privacy}", "received_events_url": "https://api.github.com/users/galv/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
{ "login": "VahidooX", "id": 23551647, "node_id": "MDQ6VXNlcjIzNTUxNjQ3", "avatar_url": "https://avatars.githubusercontent.com/u/23551647?v=4", "gravatar_id": "", "url": "https://api.github.com/users/VahidooX", "html_url": "https://github.com/VahidooX", "followers_url": "https://api.github.com/users/VahidooX/followers", "following_url": "https://api.github.com/users/VahidooX/following{/other_user}", "gists_url": "https://api.github.com/users/VahidooX/gists{/gist_id}", "starred_url": "https://api.github.com/users/VahidooX/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/VahidooX/subscriptions", "organizations_url": "https://api.github.com/users/VahidooX/orgs", "repos_url": "https://api.github.com/users/VahidooX/repos", "events_url": "https://api.github.com/users/VahidooX/events{/privacy}", "received_events_url": "https://api.github.com/users/VahidooX/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "VahidooX", "id": 23551647, "node_id": "MDQ6VXNlcjIzNTUxNjQ3", "avatar_url": "https://avatars.githubusercontent.com/u/23551647?v=4", "gravatar_id": "", "url": "https://api.github.com/users/VahidooX", "html_url": "https://github.com/VahidooX", "followers_url": "https://api.github.com/users/VahidooX/followers", "following_url": "https://api.github.com/users/VahidooX/following{/other_user}", "gists_url": "https://api.github.com/users/VahidooX/gists{/gist_id}", "starred_url": "https://api.github.com/users/VahidooX/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/VahidooX/subscriptions", "organizations_url": "https://api.github.com/users/VahidooX/orgs", "repos_url": "https://api.github.com/users/VahidooX/repos", "events_url": "https://api.github.com/users/VahidooX/events{/privacy}", "received_events_url": "https://api.github.com/users/VahidooX/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
null
2022-12-16T00:33:40
2023-02-05T02:01:59
2023-02-05T02:01:59
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** Not sure if this is intended to be supported or not, but I don't seem to be able to run the entire Conformer CTC Large in fp16 format in CUDA. The problem seems to occur because of a missing op in the preprocessor. This seem error is mentioned here: https://github.com/pytorch/pytorch/issues/71680 Perhaps nemo can enable the preprocessor to run in fp32 while the rest runs in fp16 as a work around? **Steps/Code to reproduce bug** ``` import nemo.collections.asr as nemo_asr import torch asr_model = nemo_asr.models.ASRModel.from_pretrained(model_name="stt_en_conformer_ctc_small", map_location=torch.device("cuda")) asr_model.preprocessor.featurizer.dither = 0.0 asr_model.preprocessor.featurizer.pad_to = 0 asr_model.half() asr_model.eval() asr_model.encoder.freeze() asr_model.decoder.freeze() length = 16_000 * 2 input_signal = torch.randn((1, length), dtype=torch.float16) input_signal_length = torch.tensor([length], dtype=torch.int64) # This will crash _ = asr_model.forward(input_signal=input_signal, input_signal_length=input_signal_length) ``` Error message is this: ``` Traceback (most recent call last): File "/home/dgalvez/scratch/code/asr/riva-asrlib-decoder/src/riva/asrlib/decoder/reproducer.py", line 16, in <module> _ = asr_model.forward(input_signal=input_signal, input_signal_length=input_signal_length) File "/home/dgalvez/scratch/miniconda3/envs/wfst/lib/python3.9/site-packages/nemo/core/classes/common.py", line 1084, in __call__ outputs = wrapped(*args, **kwargs) File "/home/dgalvez/scratch/miniconda3/envs/wfst/lib/python3.9/site-packages/nemo/collections/asr/models/ctc_models.py", line 540, in forward processed_signal, processed_signal_length = self.preprocessor( File "/home/dgalvez/scratch/miniconda3/envs/wfst/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1190, in _call_impl return forward_call(*input, **kwargs) File "/home/dgalvez/scratch/miniconda3/envs/wfst/lib/python3.9/site-packages/nemo/core/classes/common.py", line 1084, in __call__ outputs = wrapped(*args, **kwargs) File "/home/dgalvez/scratch/miniconda3/envs/wfst/lib/python3.9/site-packages/torch/autograd/grad_mode.py", line 27, in decorate_context return func(*args, **kwargs) File "/home/dgalvez/scratch/miniconda3/envs/wfst/lib/python3.9/site-packages/nemo/collections/asr/modules/audio_preprocessing.py", line 85, in forward processed_signal, processed_length = self.get_features(input_signal, length) File "/home/dgalvez/scratch/miniconda3/envs/wfst/lib/python3.9/site-packages/nemo/collections/asr/modules/audio_preprocessing.py", line 268, in get_features return self.featurizer(input_signal, length) File "/home/dgalvez/scratch/miniconda3/envs/wfst/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1190, in _call_impl return forward_call(*input, **kwargs) File "/home/dgalvez/scratch/miniconda3/envs/wfst/lib/python3.9/site-packages/torch/autograd/grad_mode.py", line 27, in decorate_context return func(*args, **kwargs) File "/home/dgalvez/scratch/miniconda3/envs/wfst/lib/python3.9/site-packages/nemo/collections/asr/parts/preprocessing/features.py", line 352, in forward x = self.stft(x) File "/home/dgalvez/scratch/miniconda3/envs/wfst/lib/python3.9/site-packages/nemo/collections/asr/parts/preprocessing/features.py", line 244, in <lambda> self.stft = lambda x: torch.stft( File "/home/dgalvez/scratch/miniconda3/envs/wfst/lib/python3.9/site-packages/torch/functional.py", line 630, in stft input = F.pad(input.view(extended_shape), [pad, pad], pad_mode) RuntimeError: "reflection_pad1d" not implemented for 'Half' ``` **Expected behavior** It would be great if float16 worked out of the box for NeMo **Environment overview (please complete the following information)** - Environment location: Bare-metal - Method of NeMo install: pip install nemo_toolkit[asr] **Environment details** If NVIDIA docker image is used you don't need to specify these. Otherwise, please provide: - Ubuntu 18.04 - PyTorch version: 1.13.0+cu117 - Python version: Python 3.9.13 **Additional context**
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5646/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5646/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/5645
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5645/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5645/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5645/events
https://github.com/NVIDIA/NeMo/pull/5645
1,499,217,434
PR_kwDOC_bI7s5FloIx
5,645
[workflow] add exclude labels option to ignore cherry-picks in releas…
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/users/XuesongYang/followers", "following_url": "https://api.github.com/users/XuesongYang/following{/other_user}", "gists_url": "https://api.github.com/users/XuesongYang/gists{/gist_id}", "starred_url": "https://api.github.com/users/XuesongYang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/XuesongYang/subscriptions", "organizations_url": "https://api.github.com/users/XuesongYang/orgs", "repos_url": "https://api.github.com/users/XuesongYang/repos", "events_url": "https://api.github.com/users/XuesongYang/events{/privacy}", "received_events_url": "https://api.github.com/users/XuesongYang/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-15T22:45:47
2022-12-16T02:04:46
2022-12-16T02:04:42
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5645", "html_url": "https://github.com/NVIDIA/NeMo/pull/5645", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5645.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5645.patch", "merged_at": "2022-12-16T02:04:42" }
…e changelog. Signed-off-by: Xuesong Yang <[email protected]> # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5645/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5645/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5644
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5644/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5644/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5644/events
https://github.com/NVIDIA/NeMo/pull/5644
1,499,122,259
PR_kwDOC_bI7s5FlS8B
5,644
Add duration padding support to next largest multiple of group size in radtts inference
{ "login": "kevjshih", "id": 1316295, "node_id": "MDQ6VXNlcjEzMTYyOTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1316295?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kevjshih", "html_url": "https://github.com/kevjshih", "followers_url": "https://api.github.com/users/kevjshih/followers", "following_url": "https://api.github.com/users/kevjshih/following{/other_user}", "gists_url": "https://api.github.com/users/kevjshih/gists{/gist_id}", "starred_url": "https://api.github.com/users/kevjshih/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kevjshih/subscriptions", "organizations_url": "https://api.github.com/users/kevjshih/orgs", "repos_url": "https://api.github.com/users/kevjshih/repos", "events_url": "https://api.github.com/users/kevjshih/events{/privacy}", "received_events_url": "https://api.github.com/users/kevjshih/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1923495043, "node_id": "MDU6TGFiZWwxOTIzNDk1MDQz", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core", "name": "core", "color": "f25e3a", "default": false, "description": "Changes to NeMo Core" }, { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" }, { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR", "name": "ASR", "color": "F3B33E", "default": false, "description": "" }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" }, { "id": 4811888028, "node_id": "LA_kwDOC_bI7s8AAAABHs-VnA", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Speaker%20Tasks", "name": "Speaker Tasks", "color": "871AD4", "default": false, "description": "" }, { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 4847373924, "node_id": "LA_kwDOC_bI7s8AAAABIO0OZA", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/common", "name": "common", "color": "c5def5", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-15T21:33:20
2022-12-16T03:45:49
2022-12-16T03:45:25
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5644", "html_url": "https://github.com/NVIDIA/NeMo/pull/5644", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5644.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5644.patch", "merged_at": null }
# What does this PR do ? During inference, radtts++ duration predictions tend to be close to zero when given random inputs. This can be an issue as a sequence with length less than the grouping size in the radtts flow operation will result in a crash. The solution is to set the last input token to correspond to a blank space, and stretch out the duration for said token until the the total duration of the sequence reaches the next multiple of group_size. **Collection**: [Note which collection this PR will affect] TTS # Changelog - sets the last element of the generated text token sequences in RadTTSModule.input_example() to zero (represents blank space). Note that this still needs to be done separately during inference with raw text, otherwise a non-space token may be replicated. - helpers.regulate_len is extended to support last-valid-token replication until the next nearest multiple of group_size - RadTTSModule.infer() now calls regulate_len with additional parameters for the replication behavior # Usage * Radtts should now pass the tests in: ```python pytest tests/collections/tts/test_tts_exportables.py ``` # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "kevjshih", "id": 1316295, "node_id": "MDQ6VXNlcjEzMTYyOTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1316295?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kevjshih", "html_url": "https://github.com/kevjshih", "followers_url": "https://api.github.com/users/kevjshih/followers", "following_url": "https://api.github.com/users/kevjshih/following{/other_user}", "gists_url": "https://api.github.com/users/kevjshih/gists{/gist_id}", "starred_url": "https://api.github.com/users/kevjshih/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kevjshih/subscriptions", "organizations_url": "https://api.github.com/users/kevjshih/orgs", "repos_url": "https://api.github.com/users/kevjshih/repos", "events_url": "https://api.github.com/users/kevjshih/events{/privacy}", "received_events_url": "https://api.github.com/users/kevjshih/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5644/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5644/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5643
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5643/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5643/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5643/events
https://github.com/NVIDIA/NeMo/pull/5643
1,499,057,080
PR_kwDOC_bI7s5FlEmD
5,643
[TTS][ZH] bugfix for the tutorial and add NGC CLI installation guide.
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/users/XuesongYang/followers", "following_url": "https://api.github.com/users/XuesongYang/following{/other_user}", "gists_url": "https://api.github.com/users/XuesongYang/gists{/gist_id}", "starred_url": "https://api.github.com/users/XuesongYang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/XuesongYang/subscriptions", "organizations_url": "https://api.github.com/users/XuesongYang/orgs", "repos_url": "https://api.github.com/users/XuesongYang/repos", "events_url": "https://api.github.com/users/XuesongYang/events{/privacy}", "received_events_url": "https://api.github.com/users/XuesongYang/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" }, { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-15T20:41:38
2022-12-16T00:47:06
2022-12-16T00:47:01
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5643", "html_url": "https://github.com/NVIDIA/NeMo/pull/5643", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5643.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5643.patch", "merged_at": "2022-12-16T00:47:01" }
Signed-off-by: Xuesong Yang <[email protected]> # What does this PR do ? This tutorial requires users to download datasets from NGC, but we did not provide any guidance about how to install NGC registry CLI. Verified to running through without errors. Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/users/XuesongYang/followers", "following_url": "https://api.github.com/users/XuesongYang/following{/other_user}", "gists_url": "https://api.github.com/users/XuesongYang/gists{/gist_id}", "starred_url": "https://api.github.com/users/XuesongYang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/XuesongYang/subscriptions", "organizations_url": "https://api.github.com/users/XuesongYang/orgs", "repos_url": "https://api.github.com/users/XuesongYang/repos", "events_url": "https://api.github.com/users/XuesongYang/events{/privacy}", "received_events_url": "https://api.github.com/users/XuesongYang/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5643/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5643/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5642
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5642/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5642/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5642/events
https://github.com/NVIDIA/NeMo/pull/5642
1,498,983,982
PR_kwDOC_bI7s5Fk0gF
5,642
some tokenizers do not have additional_special_tokens_ids attribute
{ "login": "arendu", "id": 108822655, "node_id": "U_kgDOBnyAfw", "avatar_url": "https://avatars.githubusercontent.com/u/108822655?v=4", "gravatar_id": "", "url": "https://api.github.com/users/arendu", "html_url": "https://github.com/arendu", "followers_url": "https://api.github.com/users/arendu/followers", "following_url": "https://api.github.com/users/arendu/following{/other_user}", "gists_url": "https://api.github.com/users/arendu/gists{/gist_id}", "starred_url": "https://api.github.com/users/arendu/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/arendu/subscriptions", "organizations_url": "https://api.github.com/users/arendu/orgs", "repos_url": "https://api.github.com/users/arendu/repos", "events_url": "https://api.github.com/users/arendu/events{/privacy}", "received_events_url": "https://api.github.com/users/arendu/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-15T19:38:44
2023-02-21T08:34:37
2022-12-16T00:56:06
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5642", "html_url": "https://github.com/NVIDIA/NeMo/pull/5642", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5642.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5642.patch", "merged_at": "2022-12-16T00:56:06" }
Signed-off-by: arendu <[email protected]> # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "okuchaiev", "id": 22035961, "node_id": "MDQ6VXNlcjIyMDM1OTYx", "avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4", "gravatar_id": "", "url": "https://api.github.com/users/okuchaiev", "html_url": "https://github.com/okuchaiev", "followers_url": "https://api.github.com/users/okuchaiev/followers", "following_url": "https://api.github.com/users/okuchaiev/following{/other_user}", "gists_url": "https://api.github.com/users/okuchaiev/gists{/gist_id}", "starred_url": "https://api.github.com/users/okuchaiev/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/okuchaiev/subscriptions", "organizations_url": "https://api.github.com/users/okuchaiev/orgs", "repos_url": "https://api.github.com/users/okuchaiev/repos", "events_url": "https://api.github.com/users/okuchaiev/events{/privacy}", "received_events_url": "https://api.github.com/users/okuchaiev/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5642/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5642/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5641
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5641/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5641/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5641/events
https://github.com/NVIDIA/NeMo/pull/5641
1,498,951,353
PR_kwDOC_bI7s5FktW_
5,641
[STT] Add Esperanto (Eo) ASR Conformer-CTC and Conformer-Transducer models
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
[ { "id": 4556669155, "node_id": "LA_kwDOC_bI7s8AAAABD5lA4w", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick", "name": "cherry-pick", "color": "ededed", "default": false, "description": null }, { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR", "name": "ASR", "color": "F3B33E", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-15T19:12:49
2022-12-15T19:25:35
2022-12-15T19:25:30
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5641", "html_url": "https://github.com/NVIDIA/NeMo/pull/5641", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5641.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5641.patch", "merged_at": "2022-12-15T19:25:30" }
# What does this PR do ? [STT] Add Esperanto (Eo) ASR Conformer-CTC and Conformer-Transducer models **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5641/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5641/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5640
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5640/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5640/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5640/events
https://github.com/NVIDIA/NeMo/pull/5640
1,498,929,738
PR_kwDOC_bI7s5Fkouo
5,640
Patch to support additional tokenizers in t5 adapter training
{ "login": "arendu", "id": 108822655, "node_id": "U_kgDOBnyAfw", "avatar_url": "https://avatars.githubusercontent.com/u/108822655?v=4", "gravatar_id": "", "url": "https://api.github.com/users/arendu", "html_url": "https://github.com/arendu", "followers_url": "https://api.github.com/users/arendu/followers", "following_url": "https://api.github.com/users/arendu/following{/other_user}", "gists_url": "https://api.github.com/users/arendu/gists{/gist_id}", "starred_url": "https://api.github.com/users/arendu/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/arendu/subscriptions", "organizations_url": "https://api.github.com/users/arendu/orgs", "repos_url": "https://api.github.com/users/arendu/repos", "events_url": "https://api.github.com/users/arendu/events{/privacy}", "received_events_url": "https://api.github.com/users/arendu/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-15T18:55:27
2023-02-21T23:06:27
2022-12-15T19:39:21
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5640", "html_url": "https://github.com/NVIDIA/NeMo/pull/5640", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5640.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5640.patch", "merged_at": null }
# What does this PR do ? patch to allow using tokenizers without additional_special_tokens_ids… **Collection**: [NLP] # Changelog - checks for `additional_special_tokens_ids` attribute in tokenizer. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "arendu", "id": 108822655, "node_id": "U_kgDOBnyAfw", "avatar_url": "https://avatars.githubusercontent.com/u/108822655?v=4", "gravatar_id": "", "url": "https://api.github.com/users/arendu", "html_url": "https://github.com/arendu", "followers_url": "https://api.github.com/users/arendu/followers", "following_url": "https://api.github.com/users/arendu/following{/other_user}", "gists_url": "https://api.github.com/users/arendu/gists{/gist_id}", "starred_url": "https://api.github.com/users/arendu/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/arendu/subscriptions", "organizations_url": "https://api.github.com/users/arendu/orgs", "repos_url": "https://api.github.com/users/arendu/repos", "events_url": "https://api.github.com/users/arendu/events{/privacy}", "received_events_url": "https://api.github.com/users/arendu/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5640/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5640/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5639
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5639/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5639/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5639/events
https://github.com/NVIDIA/NeMo/pull/5639
1,498,925,050
PR_kwDOC_bI7s5Fkns8
5,639
[STT] Add Esperanto (Eo) ASR Conformer-CTC and Conformer-Transducer models
{ "login": "andrusenkoau", "id": 52885736, "node_id": "MDQ6VXNlcjUyODg1NzM2", "avatar_url": "https://avatars.githubusercontent.com/u/52885736?v=4", "gravatar_id": "", "url": "https://api.github.com/users/andrusenkoau", "html_url": "https://github.com/andrusenkoau", "followers_url": "https://api.github.com/users/andrusenkoau/followers", "following_url": "https://api.github.com/users/andrusenkoau/following{/other_user}", "gists_url": "https://api.github.com/users/andrusenkoau/gists{/gist_id}", "starred_url": "https://api.github.com/users/andrusenkoau/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/andrusenkoau/subscriptions", "organizations_url": "https://api.github.com/users/andrusenkoau/orgs", "repos_url": "https://api.github.com/users/andrusenkoau/repos", "events_url": "https://api.github.com/users/andrusenkoau/events{/privacy}", "received_events_url": "https://api.github.com/users/andrusenkoau/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR", "name": "ASR", "color": "F3B33E", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-15T18:51:08
2022-12-15T19:12:15
2022-12-15T19:12:14
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5639", "html_url": "https://github.com/NVIDIA/NeMo/pull/5639", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5639.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5639.patch", "merged_at": "2022-12-15T19:12:14" }
# What does this PR do ? [STT] Add Esperanto (Eo) ASR Conformer-CTC and Conformer-Transducer models **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5639/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5639/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5638
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5638/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5638/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5638/events
https://github.com/NVIDIA/NeMo/pull/5638
1,498,775,763
PR_kwDOC_bI7s5FkHKc
5,638
Add AWS SageMaker ASR Examples
{ "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/SeanNaren/followers", "following_url": "https://api.github.com/users/SeanNaren/following{/other_user}", "gists_url": "https://api.github.com/users/SeanNaren/gists{/gist_id}", "starred_url": "https://api.github.com/users/SeanNaren/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SeanNaren/subscriptions", "organizations_url": "https://api.github.com/users/SeanNaren/orgs", "repos_url": "https://api.github.com/users/SeanNaren/repos", "events_url": "https://api.github.com/users/SeanNaren/events{/privacy}", "received_events_url": "https://api.github.com/users/SeanNaren/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1719393562, "node_id": "MDU6TGFiZWwxNzE5MzkzNTYy", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/feature", "name": "feature", "color": "68F3F0", "default": false, "description": "request/PR for a new feature" } ]
closed
false
{ "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/SeanNaren/followers", "following_url": "https://api.github.com/users/SeanNaren/following{/other_user}", "gists_url": "https://api.github.com/users/SeanNaren/gists{/gist_id}", "starred_url": "https://api.github.com/users/SeanNaren/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SeanNaren/subscriptions", "organizations_url": "https://api.github.com/users/SeanNaren/orgs", "repos_url": "https://api.github.com/users/SeanNaren/repos", "events_url": "https://api.github.com/users/SeanNaren/events{/privacy}", "received_events_url": "https://api.github.com/users/SeanNaren/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/SeanNaren/followers", "following_url": "https://api.github.com/users/SeanNaren/following{/other_user}", "gists_url": "https://api.github.com/users/SeanNaren/gists{/gist_id}", "starred_url": "https://api.github.com/users/SeanNaren/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SeanNaren/subscriptions", "organizations_url": "https://api.github.com/users/SeanNaren/orgs", "repos_url": "https://api.github.com/users/SeanNaren/repos", "events_url": "https://api.github.com/users/SeanNaren/events{/privacy}", "received_events_url": "https://api.github.com/users/SeanNaren/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
null
2022-12-15T16:54:15
2023-02-10T01:36:59
2023-02-10T01:36:53
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5638", "html_url": "https://github.com/NVIDIA/NeMo/pull/5638", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5638.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5638.patch", "merged_at": "2023-02-10T01:36:52" }
# What does this PR do ? Adds AWS SageMaker example notebooks for ASR! **Collection**: ASR # Changelog - Add AWS SageMaker examples to NeMo repo. # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [x] New Feature - [ ] Bugfix - [ ] Documentation
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5638/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5638/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5637
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5637/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5637/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5637/events
https://github.com/NVIDIA/NeMo/issues/5637
1,498,471,805
I_kwDOC_bI7s5ZUN19
5,637
Speaker Diarization Task: Clustering stage crashes(Process killed) for long audio files using CPU
{ "login": "gabitza-tech", "id": 53811655, "node_id": "MDQ6VXNlcjUzODExNjU1", "avatar_url": "https://avatars.githubusercontent.com/u/53811655?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gabitza-tech", "html_url": "https://github.com/gabitza-tech", "followers_url": "https://api.github.com/users/gabitza-tech/followers", "following_url": "https://api.github.com/users/gabitza-tech/following{/other_user}", "gists_url": "https://api.github.com/users/gabitza-tech/gists{/gist_id}", "starred_url": "https://api.github.com/users/gabitza-tech/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/gabitza-tech/subscriptions", "organizations_url": "https://api.github.com/users/gabitza-tech/orgs", "repos_url": "https://api.github.com/users/gabitza-tech/repos", "events_url": "https://api.github.com/users/gabitza-tech/events{/privacy}", "received_events_url": "https://api.github.com/users/gabitza-tech/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null }, { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR", "name": "ASR", "color": "F3B33E", "default": false, "description": "" }, { "id": 4811888028, "node_id": "LA_kwDOC_bI7s8AAAABHs-VnA", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/Speaker%20Tasks", "name": "Speaker Tasks", "color": "871AD4", "default": false, "description": "" }, { "id": 4811898750, "node_id": "LA_kwDOC_bI7s8AAAABHs-_fg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/question", "name": "question", "color": "F71962", "default": true, "description": "" } ]
closed
false
{ "login": "tango4j", "id": 13211483, "node_id": "MDQ6VXNlcjEzMjExNDgz", "avatar_url": "https://avatars.githubusercontent.com/u/13211483?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tango4j", "html_url": "https://github.com/tango4j", "followers_url": "https://api.github.com/users/tango4j/followers", "following_url": "https://api.github.com/users/tango4j/following{/other_user}", "gists_url": "https://api.github.com/users/tango4j/gists{/gist_id}", "starred_url": "https://api.github.com/users/tango4j/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tango4j/subscriptions", "organizations_url": "https://api.github.com/users/tango4j/orgs", "repos_url": "https://api.github.com/users/tango4j/repos", "events_url": "https://api.github.com/users/tango4j/events{/privacy}", "received_events_url": "https://api.github.com/users/tango4j/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "tango4j", "id": 13211483, "node_id": "MDQ6VXNlcjEzMjExNDgz", "avatar_url": "https://avatars.githubusercontent.com/u/13211483?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tango4j", "html_url": "https://github.com/tango4j", "followers_url": "https://api.github.com/users/tango4j/followers", "following_url": "https://api.github.com/users/tango4j/following{/other_user}", "gists_url": "https://api.github.com/users/tango4j/gists{/gist_id}", "starred_url": "https://api.github.com/users/tango4j/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tango4j/subscriptions", "organizations_url": "https://api.github.com/users/tango4j/orgs", "repos_url": "https://api.github.com/users/tango4j/repos", "events_url": "https://api.github.com/users/tango4j/events{/privacy}", "received_events_url": "https://api.github.com/users/tango4j/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
null
2022-12-15T13:49:19
2023-03-06T02:02:49
2023-03-06T02:02:49
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hello, I've been testing the NeMo diarization example, using clustering inference on many different datasets and inputs using CPU only. On files up to 90 minutes in length, the diarizer reached around 25Gb RAM consumed in the clusterization stage. When I tried to diarize a 4 hour file that has 2 speakers using CPU only, the process was killed in the clusterization stage, no matter the configuration file used. The configuration I used: - clustering_diarizer/offline_diar_infer - vad_multilingual_marblenet - embeddings extraction: titanet_l - configurations: either meeting or general ( both crashed) The way I solved the process crashing problem was by splitting the 4 hour audio in 4 parts, and then merge the predicted rttms at the end by taking in consideration the offset between parts and checking if the speaker labels match. The issue is that the cluster labels on each file may differ from the other files, even if it is the same original audio split into 4. With only 2 speakers, it may be easy to check and switch the speakers labels so they match between all corresponding parts, but when there are more than 2 speakers, it's impossible. My questions are: is there a way to avoid the process being killed when using long audio files(above 2 hours for example) on CPU(I can't used GPU)? If there isn't, is there a way to match the speakers from each split from the original audio? (example: speaker 1 in part 1 may be corresponding to speaker 4 in part 2) I was thinking about extracting an mean affinity matrix for each speaker in each part and then calculating the cosine distance between all speakers. Any solution, idea or feature that is already implemented would be greatly appreciated!
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5637/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5637/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/5636
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5636/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5636/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5636/events
https://github.com/NVIDIA/NeMo/issues/5636
1,497,806,114
I_kwDOC_bI7s5ZRrUi
5,636
TTS Primer Tutorial throws errors in colab
{ "login": "AlexSteveChungAlvarez", "id": 42816278, "node_id": "MDQ6VXNlcjQyODE2Mjc4", "avatar_url": "https://avatars.githubusercontent.com/u/42816278?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AlexSteveChungAlvarez", "html_url": "https://github.com/AlexSteveChungAlvarez", "followers_url": "https://api.github.com/users/AlexSteveChungAlvarez/followers", "following_url": "https://api.github.com/users/AlexSteveChungAlvarez/following{/other_user}", "gists_url": "https://api.github.com/users/AlexSteveChungAlvarez/gists{/gist_id}", "starred_url": "https://api.github.com/users/AlexSteveChungAlvarez/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/AlexSteveChungAlvarez/subscriptions", "organizations_url": "https://api.github.com/users/AlexSteveChungAlvarez/orgs", "repos_url": "https://api.github.com/users/AlexSteveChungAlvarez/repos", "events_url": "https://api.github.com/users/AlexSteveChungAlvarez/events{/privacy}", "received_events_url": "https://api.github.com/users/AlexSteveChungAlvarez/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
null
[]
null
null
2022-12-15T05:17:55
2022-12-15T05:44:24
2022-12-15T05:44:24
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I am trying to learn from this tutorial: https://github.com/NVIDIA/NeMo/blob/main/tutorials/tts/NeMo_TTS_Primer.ipynb, but I get errors since the beginning! In the Setup I get this: `ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. tensorflow 2.9.2 requires protobuf<3.20,>=3.9.2, but you have protobuf 3.20.3 which is incompatible. tensorflow 2.9.2 requires tensorboard<2.10,>=2.9, but you have tensorboard 2.11.0 which is incompatible.` And in the TN Example, this: ``` AttributeError Traceback (most recent call last) [/usr/local/lib/python3.8/dist-packages/pkg_resources/__init__.py](https://localhost:8080/#) in _dep_map(self) 3015 PKG_INFO = 'METADATA' -> 3016 EQEQ = re.compile(r"([\(,])\s*(\d.*?)\s*([,\)])") 3017 24 frames AttributeError: _DistInfoDistribution__dep_map During handling of the above exception, another exception occurred: AttributeError Traceback (most recent call last) AttributeError: _pkg_info During handling of the above exception, another exception occurred: FileNotFoundError Traceback (most recent call last) [/usr/local/lib/python3.8/dist-packages/pkg_resources/__init__.py](https://localhost:8080/#) in _get(self, path) 1609 def _listdir(self, path): 1610 return os.listdir(path) -> 1611 1612 def get_resource_stream(self, manager, resource_name): 1613 return open(self._fn(self.module_path, resource_name), 'rb') FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.8/dist-packages/Pygments-2.6.1.dist-info/METADATA' ``` I haven't changed anything, just run the cells you provide in the tutorial. The environment is set with GPU.
{ "login": "AlexSteveChungAlvarez", "id": 42816278, "node_id": "MDQ6VXNlcjQyODE2Mjc4", "avatar_url": "https://avatars.githubusercontent.com/u/42816278?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AlexSteveChungAlvarez", "html_url": "https://github.com/AlexSteveChungAlvarez", "followers_url": "https://api.github.com/users/AlexSteveChungAlvarez/followers", "following_url": "https://api.github.com/users/AlexSteveChungAlvarez/following{/other_user}", "gists_url": "https://api.github.com/users/AlexSteveChungAlvarez/gists{/gist_id}", "starred_url": "https://api.github.com/users/AlexSteveChungAlvarez/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/AlexSteveChungAlvarez/subscriptions", "organizations_url": "https://api.github.com/users/AlexSteveChungAlvarez/orgs", "repos_url": "https://api.github.com/users/AlexSteveChungAlvarez/repos", "events_url": "https://api.github.com/users/AlexSteveChungAlvarez/events{/privacy}", "received_events_url": "https://api.github.com/users/AlexSteveChungAlvarez/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5636/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5636/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/5635
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5635/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5635/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5635/events
https://github.com/NVIDIA/NeMo/pull/5635
1,497,789,219
PR_kwDOC_bI7s5FgwgI
5,635
per-micro-batch input loader
{ "login": "erhoo82", "id": 15861259, "node_id": "MDQ6VXNlcjE1ODYxMjU5", "avatar_url": "https://avatars.githubusercontent.com/u/15861259?v=4", "gravatar_id": "", "url": "https://api.github.com/users/erhoo82", "html_url": "https://github.com/erhoo82", "followers_url": "https://api.github.com/users/erhoo82/followers", "following_url": "https://api.github.com/users/erhoo82/following{/other_user}", "gists_url": "https://api.github.com/users/erhoo82/gists{/gist_id}", "starred_url": "https://api.github.com/users/erhoo82/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/erhoo82/subscriptions", "organizations_url": "https://api.github.com/users/erhoo82/orgs", "repos_url": "https://api.github.com/users/erhoo82/repos", "events_url": "https://api.github.com/users/erhoo82/events{/privacy}", "received_events_url": "https://api.github.com/users/erhoo82/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" }, { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-15T04:59:48
2023-02-09T20:44:54
2023-02-09T20:44:47
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5635", "html_url": "https://github.com/NVIDIA/NeMo/pull/5635", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5635.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5635.patch", "merged_at": "2023-02-09T20:44:47" }
# What does this PR do ? Per-micro-batch input loader and sampler for Megatron-based language models # Changelog - `Use dataloader_iter` based step iterator API - Update batch sampler to accommodate changes for global-batch-based sampling - Update batch H2D copier - Update training step hooks to reflect micro-batch to global-batch index difference # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/users/ericharper/followers", "following_url": "https://api.github.com/users/ericharper/following{/other_user}", "gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}", "starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ericharper/subscriptions", "organizations_url": "https://api.github.com/users/ericharper/orgs", "repos_url": "https://api.github.com/users/ericharper/repos", "events_url": "https://api.github.com/users/ericharper/events{/privacy}", "received_events_url": "https://api.github.com/users/ericharper/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5635/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5635/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5634
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5634/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5634/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5634/events
https://github.com/NVIDIA/NeMo/pull/5634
1,497,648,438
PR_kwDOC_bI7s5FgSad
5,634
[TTS][DOC] add notes about automatic conversion to target sampling ra…
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
[ { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" }, { "id": 4556669155, "node_id": "LA_kwDOC_bI7s8AAAABD5lA4w", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick", "name": "cherry-pick", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
null
2022-12-15T01:30:51
2022-12-15T08:24:32
2022-12-15T08:24:28
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5634", "html_url": "https://github.com/NVIDIA/NeMo/pull/5634", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5634.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5634.patch", "merged_at": "2022-12-15T08:24:28" }
…tes. Signed-off-by: Xuesong Yang <[email protected]> # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/users/XuesongYang/followers", "following_url": "https://api.github.com/users/XuesongYang/following{/other_user}", "gists_url": "https://api.github.com/users/XuesongYang/gists{/gist_id}", "starred_url": "https://api.github.com/users/XuesongYang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/XuesongYang/subscriptions", "organizations_url": "https://api.github.com/users/XuesongYang/orgs", "repos_url": "https://api.github.com/users/XuesongYang/repos", "events_url": "https://api.github.com/users/XuesongYang/events{/privacy}", "received_events_url": "https://api.github.com/users/XuesongYang/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5634/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5634/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5633
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5633/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5633/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5633/events
https://github.com/NVIDIA/NeMo/pull/5633
1,497,635,798
PR_kwDOC_bI7s5FgPv_
5,633
Temporarily disable prompt learning CI tests
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/users/ericharper/followers", "following_url": "https://api.github.com/users/ericharper/following{/other_user}", "gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}", "starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ericharper/subscriptions", "organizations_url": "https://api.github.com/users/ericharper/orgs", "repos_url": "https://api.github.com/users/ericharper/repos", "events_url": "https://api.github.com/users/ericharper/events{/privacy}", "received_events_url": "https://api.github.com/users/ericharper/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-15T01:10:31
2022-12-15T07:13:12
2022-12-15T07:13:08
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5633", "html_url": "https://github.com/NVIDIA/NeMo/pull/5633", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5633.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5633.patch", "merged_at": "2022-12-15T07:13:08" }
# What does this PR do ? Prompt learning CI tests are taking ~10 minutes to complete. Temporarily disabling them until they can be fixed. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/users/ericharper/followers", "following_url": "https://api.github.com/users/ericharper/following{/other_user}", "gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}", "starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ericharper/subscriptions", "organizations_url": "https://api.github.com/users/ericharper/orgs", "repos_url": "https://api.github.com/users/ericharper/repos", "events_url": "https://api.github.com/users/ericharper/events{/privacy}", "received_events_url": "https://api.github.com/users/ericharper/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5633/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5633/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5632
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5632/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5632/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5632/events
https://github.com/NVIDIA/NeMo/pull/5632
1,497,630,017
PR_kwDOC_bI7s5FgOg8
5,632
Temporarily disable prompt learning tests
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/users/ericharper/followers", "following_url": "https://api.github.com/users/ericharper/following{/other_user}", "gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}", "starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ericharper/subscriptions", "organizations_url": "https://api.github.com/users/ericharper/orgs", "repos_url": "https://api.github.com/users/ericharper/repos", "events_url": "https://api.github.com/users/ericharper/events{/privacy}", "received_events_url": "https://api.github.com/users/ericharper/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" }, { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-15T01:04:04
2023-02-15T23:18:29
2022-12-15T01:06:34
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5632", "html_url": "https://github.com/NVIDIA/NeMo/pull/5632", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5632.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5632.patch", "merged_at": null }
# What does this PR do ? Found a few tests that are taking ~ 10 minutes to complete. Disabling them until they can be fixed. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/users/ericharper/followers", "following_url": "https://api.github.com/users/ericharper/following{/other_user}", "gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}", "starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ericharper/subscriptions", "organizations_url": "https://api.github.com/users/ericharper/orgs", "repos_url": "https://api.github.com/users/ericharper/repos", "events_url": "https://api.github.com/users/ericharper/events{/privacy}", "received_events_url": "https://api.github.com/users/ericharper/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5632/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5632/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5631
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5631/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5631/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5631/events
https://github.com/NVIDIA/NeMo/issues/5631
1,497,567,420
I_kwDOC_bI7s5ZQxC8
5,631
EMA Doesn't delete previous EMA ckpts when k > 0 for checkpointing
{ "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/SeanNaren/followers", "following_url": "https://api.github.com/users/SeanNaren/following{/other_user}", "gists_url": "https://api.github.com/users/SeanNaren/gists{/gist_id}", "starred_url": "https://api.github.com/users/SeanNaren/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SeanNaren/subscriptions", "organizations_url": "https://api.github.com/users/SeanNaren/orgs", "repos_url": "https://api.github.com/users/SeanNaren/repos", "events_url": "https://api.github.com/users/SeanNaren/events{/privacy}", "received_events_url": "https://api.github.com/users/SeanNaren/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
null
[]
null
null
2022-12-14T23:35:57
2023-01-05T19:27:50
2023-01-05T19:27:50
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** EMA saves a separate EMA based ckpt when normally saving. The problem is when saving a set amount of checkpoints (i.e k=5) the older EMA ckpts are not being deleted. This means there is an excess of EMA based ckpts. What is expected is that older EMA ckpts are deleted. **Proposed Solution** Overriding the code is tricky, as the call to remove ckpts is found within functions, like such: https://github.com/Lightning-AI/lightning/blob/master/src/pytorch_lightning/callbacks/model_checkpoint.py#L652 https://github.com/Lightning-AI/lightning/blob/master/src/pytorch_lightning/callbacks/model_checkpoint.py#L671 https://github.com/Lightning-AI/lightning/blob/master/src/pytorch_lightning/callbacks/model_checkpoint.py#L713 My suggestion would be to move this code into a separate function that can be overridden in the [NeMoModelCheckpoint](https://github.com/NVIDIA/NeMo/blob/4d3e99f986fd9354b5528a3e9c82fe01ec2df916/nemo/utils/exp_manager.py#L745) class by introducing a `delete_checkpoint` function. In this function we will also be able to delete the EMA weights.
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5631/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5631/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/5630
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5630/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5630/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5630/events
https://github.com/NVIDIA/NeMo/pull/5630
1,497,554,182
PR_kwDOC_bI7s5Ff9_P
5,630
Remove SDP (moved to separate repo) - merge to main
{ "login": "erastorgueva-nv", "id": 80532067, "node_id": "MDQ6VXNlcjgwNTMyMDY3", "avatar_url": "https://avatars.githubusercontent.com/u/80532067?v=4", "gravatar_id": "", "url": "https://api.github.com/users/erastorgueva-nv", "html_url": "https://github.com/erastorgueva-nv", "followers_url": "https://api.github.com/users/erastorgueva-nv/followers", "following_url": "https://api.github.com/users/erastorgueva-nv/following{/other_user}", "gists_url": "https://api.github.com/users/erastorgueva-nv/gists{/gist_id}", "starred_url": "https://api.github.com/users/erastorgueva-nv/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/erastorgueva-nv/subscriptions", "organizations_url": "https://api.github.com/users/erastorgueva-nv/orgs", "repos_url": "https://api.github.com/users/erastorgueva-nv/repos", "events_url": "https://api.github.com/users/erastorgueva-nv/events{/privacy}", "received_events_url": "https://api.github.com/users/erastorgueva-nv/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
null
2022-12-14T23:17:53
2022-12-19T18:04:49
2022-12-19T18:04:45
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5630", "html_url": "https://github.com/NVIDIA/NeMo/pull/5630", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5630.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5630.patch", "merged_at": "2022-12-19T18:04:45" }
# What does this PR do ? Remove SDP code from tools/ folder and add docs page briefly describing SDP and its new location **Collection**: tools # Changelog - Remove `tools/speech_data_processor` dir - Update docs with new SDP location # Usage N/A # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ N/A ] Did you write any new necessary tests? - [x] Did you add or update any necessary documentation? - [ N/A ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [x] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to [PR #5574](https://github.com/NVIDIA/NeMo/pull/5574)
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5630/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5630/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5629
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5629/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5629/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5629/events
https://github.com/NVIDIA/NeMo/pull/5629
1,497,500,051
PR_kwDOC_bI7s5Ffx9W
5,629
[Dockerfile] Remove AIS archive from docker image
{ "login": "anteju", "id": 108555623, "node_id": "U_kgDOBnhtZw", "avatar_url": "https://avatars.githubusercontent.com/u/108555623?v=4", "gravatar_id": "", "url": "https://api.github.com/users/anteju", "html_url": "https://github.com/anteju", "followers_url": "https://api.github.com/users/anteju/followers", "following_url": "https://api.github.com/users/anteju/following{/other_user}", "gists_url": "https://api.github.com/users/anteju/gists{/gist_id}", "starred_url": "https://api.github.com/users/anteju/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/anteju/subscriptions", "organizations_url": "https://api.github.com/users/anteju/orgs", "repos_url": "https://api.github.com/users/anteju/repos", "events_url": "https://api.github.com/users/anteju/events{/privacy}", "received_events_url": "https://api.github.com/users/anteju/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-14T22:23:54
2022-12-15T21:58:53
2022-12-15T21:58:52
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5629", "html_url": "https://github.com/NVIDIA/NeMo/pull/5629", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5629.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5629.patch", "merged_at": "2022-12-15T21:58:52" }
Signed-off-by: Ante Jukić <[email protected]> # What does this PR do ? Removes an unused archive, downloaded when preparing the AIS binary. **Collection**: General # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas.
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/users/XuesongYang/followers", "following_url": "https://api.github.com/users/XuesongYang/following{/other_user}", "gists_url": "https://api.github.com/users/XuesongYang/gists{/gist_id}", "starred_url": "https://api.github.com/users/XuesongYang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/XuesongYang/subscriptions", "organizations_url": "https://api.github.com/users/XuesongYang/orgs", "repos_url": "https://api.github.com/users/XuesongYang/repos", "events_url": "https://api.github.com/users/XuesongYang/events{/privacy}", "received_events_url": "https://api.github.com/users/XuesongYang/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5629/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5629/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5628
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5628/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5628/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5628/events
https://github.com/NVIDIA/NeMo/pull/5628
1,497,495,684
PR_kwDOC_bI7s5FfxCj
5,628
Concat tarred ds fixes, additional config parameters
{ "login": "bmwshop", "id": 482416, "node_id": "MDQ6VXNlcjQ4MjQxNg==", "avatar_url": "https://avatars.githubusercontent.com/u/482416?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bmwshop", "html_url": "https://github.com/bmwshop", "followers_url": "https://api.github.com/users/bmwshop/followers", "following_url": "https://api.github.com/users/bmwshop/following{/other_user}", "gists_url": "https://api.github.com/users/bmwshop/gists{/gist_id}", "starred_url": "https://api.github.com/users/bmwshop/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/bmwshop/subscriptions", "organizations_url": "https://api.github.com/users/bmwshop/orgs", "repos_url": "https://api.github.com/users/bmwshop/repos", "events_url": "https://api.github.com/users/bmwshop/events{/privacy}", "received_events_url": "https://api.github.com/users/bmwshop/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR", "name": "ASR", "color": "F3B33E", "default": false, "description": "" }, { "id": 4847373924, "node_id": "LA_kwDOC_bI7s8AAAABIO0OZA", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/common", "name": "common", "color": "c5def5", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-14T22:19:16
2023-03-17T07:28:02
2023-03-17T07:28:01
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5628", "html_url": "https://github.com/NVIDIA/NeMo/pull/5628", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5628.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5628.patch", "merged_at": "2023-03-17T07:28:01" }
# What does this PR do ? Adds ConcatDataset features to ASR configs and fixes bugs **Collection**: [Note which collection this PR will affect] ASR # Changelog - All parameters are now optional - One needs to pass train_ds.is_concat=True to activate - The datasets become a list over the possible current list - if the concat_sampling_technique = random, one needs to specify concat_sampling_probabilities, one per dataset # Usage In the config file model.train_ds.is_concat=True \ model.train_ds.concat_sampling_technique=random \. # Default: temperature # model.train_ds.concat_sampling_temperature=5 \. # Default: 5 model.train_ds.concat_sampling_probabilities=[0.5,0.5] \. # Default: none ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [x ] New Feature - [ x] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5628/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5628/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5627
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5627/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5627/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5627/events
https://github.com/NVIDIA/NeMo/pull/5627
1,497,491,893
PR_kwDOC_bI7s5FfwLy
5,627
Fixed a missing import for gather_objects
{ "login": "michalivne", "id": 7453913, "node_id": "MDQ6VXNlcjc0NTM5MTM=", "avatar_url": "https://avatars.githubusercontent.com/u/7453913?v=4", "gravatar_id": "", "url": "https://api.github.com/users/michalivne", "html_url": "https://github.com/michalivne", "followers_url": "https://api.github.com/users/michalivne/followers", "following_url": "https://api.github.com/users/michalivne/following{/other_user}", "gists_url": "https://api.github.com/users/michalivne/gists{/gist_id}", "starred_url": "https://api.github.com/users/michalivne/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/michalivne/subscriptions", "organizations_url": "https://api.github.com/users/michalivne/orgs", "repos_url": "https://api.github.com/users/michalivne/repos", "events_url": "https://api.github.com/users/michalivne/events{/privacy}", "received_events_url": "https://api.github.com/users/michalivne/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
null
2022-12-14T22:15:38
2022-12-14T22:27:54
2022-12-14T22:27:51
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5627", "html_url": "https://github.com/NVIDIA/NeMo/pull/5627", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5627.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5627.patch", "merged_at": "2022-12-14T22:27:51" }
# What does this PR do ? 1. Added missing import for gather_objects. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5627/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5627/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5626
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5626/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5626/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5626/events
https://github.com/NVIDIA/NeMo/pull/5626
1,497,482,959
PR_kwDOC_bI7s5FfuKz
5,626
Fixed a missing import for gather_objects
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
[ { "id": 4556669155, "node_id": "LA_kwDOC_bI7s8AAAABD5lA4w", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick", "name": "cherry-pick", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
null
2022-12-14T22:08:25
2022-12-24T02:12:50
2022-12-24T02:12:47
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5626", "html_url": "https://github.com/NVIDIA/NeMo/pull/5626", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5626.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5626.patch", "merged_at": "2022-12-24T02:12:47" }
# What does this PR do ? This PR fixes a missing import. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/users/ericharper/followers", "following_url": "https://api.github.com/users/ericharper/following{/other_user}", "gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}", "starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ericharper/subscriptions", "organizations_url": "https://api.github.com/users/ericharper/orgs", "repos_url": "https://api.github.com/users/ericharper/repos", "events_url": "https://api.github.com/users/ericharper/events{/privacy}", "received_events_url": "https://api.github.com/users/ericharper/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5626/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5626/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5625
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5625/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5625/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5625/events
https://github.com/NVIDIA/NeMo/pull/5625
1,497,467,734
PR_kwDOC_bI7s5Ffqrd
5,625
[TTS][ZH] add fastpitch and hifigan model NGC urls and update NeMo docs.
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
[ { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" }, { "id": 4556669155, "node_id": "LA_kwDOC_bI7s8AAAABD5lA4w", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick", "name": "cherry-pick", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
null
2022-12-14T21:58:35
2022-12-15T01:32:04
2022-12-15T01:31:59
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5625", "html_url": "https://github.com/NVIDIA/NeMo/pull/5625", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5625.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5625.patch", "merged_at": "2022-12-15T01:31:59" }
Signed-off-by: Xuesong Yang <[email protected]> # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/users/XuesongYang/followers", "following_url": "https://api.github.com/users/XuesongYang/following{/other_user}", "gists_url": "https://api.github.com/users/XuesongYang/gists{/gist_id}", "starred_url": "https://api.github.com/users/XuesongYang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/XuesongYang/subscriptions", "organizations_url": "https://api.github.com/users/XuesongYang/orgs", "repos_url": "https://api.github.com/users/XuesongYang/repos", "events_url": "https://api.github.com/users/XuesongYang/events{/privacy}", "received_events_url": "https://api.github.com/users/XuesongYang/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5625/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5625/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5624
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5624/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5624/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5624/events
https://github.com/NVIDIA/NeMo/pull/5624
1,497,453,402
PR_kwDOC_bI7s5FfngI
5,624
[TTS][DOC] add notes about automatic conversion to target sampling ra…
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/users/XuesongYang/followers", "following_url": "https://api.github.com/users/XuesongYang/following{/other_user}", "gists_url": "https://api.github.com/users/XuesongYang/gists{/gist_id}", "starred_url": "https://api.github.com/users/XuesongYang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/XuesongYang/subscriptions", "organizations_url": "https://api.github.com/users/XuesongYang/orgs", "repos_url": "https://api.github.com/users/XuesongYang/repos", "events_url": "https://api.github.com/users/XuesongYang/events{/privacy}", "received_events_url": "https://api.github.com/users/XuesongYang/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-14T21:51:41
2022-12-15T01:30:24
2022-12-15T01:30:20
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5624", "html_url": "https://github.com/NVIDIA/NeMo/pull/5624", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5624.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5624.patch", "merged_at": "2022-12-15T01:30:20" }
…tes. Signed-off-by: Xuesong Yang <[email protected]> # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/users/XuesongYang/followers", "following_url": "https://api.github.com/users/XuesongYang/following{/other_user}", "gists_url": "https://api.github.com/users/XuesongYang/gists{/gist_id}", "starred_url": "https://api.github.com/users/XuesongYang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/XuesongYang/subscriptions", "organizations_url": "https://api.github.com/users/XuesongYang/orgs", "repos_url": "https://api.github.com/users/XuesongYang/repos", "events_url": "https://api.github.com/users/XuesongYang/events{/privacy}", "received_events_url": "https://api.github.com/users/XuesongYang/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5624/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5624/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5623
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5623/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5623/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5623/events
https://github.com/NVIDIA/NeMo/pull/5623
1,497,315,236
PR_kwDOC_bI7s5FfI8C
5,623
Enc-Dec model size reporting fixes
{ "login": "MaximumEntropy", "id": 9114321, "node_id": "MDQ6VXNlcjkxMTQzMjE=", "avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MaximumEntropy", "html_url": "https://github.com/MaximumEntropy", "followers_url": "https://api.github.com/users/MaximumEntropy/followers", "following_url": "https://api.github.com/users/MaximumEntropy/following{/other_user}", "gists_url": "https://api.github.com/users/MaximumEntropy/gists{/gist_id}", "starred_url": "https://api.github.com/users/MaximumEntropy/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/MaximumEntropy/subscriptions", "organizations_url": "https://api.github.com/users/MaximumEntropy/orgs", "repos_url": "https://api.github.com/users/MaximumEntropy/repos", "events_url": "https://api.github.com/users/MaximumEntropy/events{/privacy}", "received_events_url": "https://api.github.com/users/MaximumEntropy/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-14T20:11:39
2022-12-21T02:37:23
2022-12-21T02:37:20
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5623", "html_url": "https://github.com/NVIDIA/NeMo/pull/5623", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5623.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5623.patch", "merged_at": "2022-12-21T02:37:20" }
# What does this PR do ? Reports the model size of enc-dec models across model parallel groups similar to BERT/GPT **Collection**: NLP # Changelog - Moves param aggregation to the base model - Implements param aggregation for enc-dec models. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "MaximumEntropy", "id": 9114321, "node_id": "MDQ6VXNlcjkxMTQzMjE=", "avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MaximumEntropy", "html_url": "https://github.com/MaximumEntropy", "followers_url": "https://api.github.com/users/MaximumEntropy/followers", "following_url": "https://api.github.com/users/MaximumEntropy/following{/other_user}", "gists_url": "https://api.github.com/users/MaximumEntropy/gists{/gist_id}", "starred_url": "https://api.github.com/users/MaximumEntropy/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/MaximumEntropy/subscriptions", "organizations_url": "https://api.github.com/users/MaximumEntropy/orgs", "repos_url": "https://api.github.com/users/MaximumEntropy/repos", "events_url": "https://api.github.com/users/MaximumEntropy/events{/privacy}", "received_events_url": "https://api.github.com/users/MaximumEntropy/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5623/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5623/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5622
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5622/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5622/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5622/events
https://github.com/NVIDIA/NeMo/pull/5622
1,497,237,090
PR_kwDOC_bI7s5Fe3pp
5,622
Fixed a missing import for gather_objects
{ "login": "michalivne", "id": 7453913, "node_id": "MDQ6VXNlcjc0NTM5MTM=", "avatar_url": "https://avatars.githubusercontent.com/u/7453913?v=4", "gravatar_id": "", "url": "https://api.github.com/users/michalivne", "html_url": "https://github.com/michalivne", "followers_url": "https://api.github.com/users/michalivne/followers", "following_url": "https://api.github.com/users/michalivne/following{/other_user}", "gists_url": "https://api.github.com/users/michalivne/gists{/gist_id}", "starred_url": "https://api.github.com/users/michalivne/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/michalivne/subscriptions", "organizations_url": "https://api.github.com/users/michalivne/orgs", "repos_url": "https://api.github.com/users/michalivne/repos", "events_url": "https://api.github.com/users/michalivne/events{/privacy}", "received_events_url": "https://api.github.com/users/michalivne/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
null
2022-12-14T19:12:42
2022-12-14T22:16:01
2022-12-14T22:07:53
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5622", "html_url": "https://github.com/NVIDIA/NeMo/pull/5622", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5622.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5622.patch", "merged_at": "2022-12-14T22:07:53" }
# What does this PR do ? This PR fixes a missing import. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "michalivne", "id": 7453913, "node_id": "MDQ6VXNlcjc0NTM5MTM=", "avatar_url": "https://avatars.githubusercontent.com/u/7453913?v=4", "gravatar_id": "", "url": "https://api.github.com/users/michalivne", "html_url": "https://github.com/michalivne", "followers_url": "https://api.github.com/users/michalivne/followers", "following_url": "https://api.github.com/users/michalivne/following{/other_user}", "gists_url": "https://api.github.com/users/michalivne/gists{/gist_id}", "starred_url": "https://api.github.com/users/michalivne/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/michalivne/subscriptions", "organizations_url": "https://api.github.com/users/michalivne/orgs", "repos_url": "https://api.github.com/users/michalivne/repos", "events_url": "https://api.github.com/users/michalivne/events{/privacy}", "received_events_url": "https://api.github.com/users/michalivne/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5622/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5622/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5621
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5621/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5621/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5621/events
https://github.com/NVIDIA/NeMo/pull/5621
1,497,052,341
PR_kwDOC_bI7s5FePBm
5,621
[EMA] Change success message to reduce confusion
{ "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/SeanNaren/followers", "following_url": "https://api.github.com/users/SeanNaren/following{/other_user}", "gists_url": "https://api.github.com/users/SeanNaren/gists{/gist_id}", "starred_url": "https://api.github.com/users/SeanNaren/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SeanNaren/subscriptions", "organizations_url": "https://api.github.com/users/SeanNaren/orgs", "repos_url": "https://api.github.com/users/SeanNaren/repos", "events_url": "https://api.github.com/users/SeanNaren/events{/privacy}", "received_events_url": "https://api.github.com/users/SeanNaren/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4847373924, "node_id": "LA_kwDOC_bI7s8AAAABIO0OZA", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/common", "name": "common", "color": "c5def5", "default": false, "description": "" } ]
closed
false
{ "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/SeanNaren/followers", "following_url": "https://api.github.com/users/SeanNaren/following{/other_user}", "gists_url": "https://api.github.com/users/SeanNaren/gists{/gist_id}", "starred_url": "https://api.github.com/users/SeanNaren/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SeanNaren/subscriptions", "organizations_url": "https://api.github.com/users/SeanNaren/orgs", "repos_url": "https://api.github.com/users/SeanNaren/repos", "events_url": "https://api.github.com/users/SeanNaren/events{/privacy}", "received_events_url": "https://api.github.com/users/SeanNaren/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/SeanNaren/followers", "following_url": "https://api.github.com/users/SeanNaren/following{/other_user}", "gists_url": "https://api.github.com/users/SeanNaren/gists{/gist_id}", "starred_url": "https://api.github.com/users/SeanNaren/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/SeanNaren/subscriptions", "organizations_url": "https://api.github.com/users/SeanNaren/orgs", "repos_url": "https://api.github.com/users/SeanNaren/repos", "events_url": "https://api.github.com/users/SeanNaren/events{/privacy}", "received_events_url": "https://api.github.com/users/SeanNaren/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
null
2022-12-14T17:06:20
2022-12-14T17:29:21
2022-12-14T17:29:18
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5621", "html_url": "https://github.com/NVIDIA/NeMo/pull/5621", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5621.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5621.patch", "merged_at": "2022-12-14T17:29:18" }
# What does this PR do ? Suggestion in slack to reduce confusion. The current message made it seem like the EMA weights are loaded into the main weights which is incorrect. # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5621/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5621/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5617
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5617/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5617/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5617/events
https://github.com/NVIDIA/NeMo/pull/5617
1,494,951,704
PR_kwDOC_bI7s5FW8RR
5,617
Separate Training and Validation Batch Sizes
{ "login": "vadam5", "id": 78445382, "node_id": "MDQ6VXNlcjc4NDQ1Mzgy", "avatar_url": "https://avatars.githubusercontent.com/u/78445382?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vadam5", "html_url": "https://github.com/vadam5", "followers_url": "https://api.github.com/users/vadam5/followers", "following_url": "https://api.github.com/users/vadam5/following{/other_user}", "gists_url": "https://api.github.com/users/vadam5/gists{/gist_id}", "starred_url": "https://api.github.com/users/vadam5/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/vadam5/subscriptions", "organizations_url": "https://api.github.com/users/vadam5/orgs", "repos_url": "https://api.github.com/users/vadam5/repos", "events_url": "https://api.github.com/users/vadam5/events{/privacy}", "received_events_url": "https://api.github.com/users/vadam5/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-13T18:46:31
2023-01-05T20:23:57
2023-01-05T20:23:57
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5617", "html_url": "https://github.com/NVIDIA/NeMo/pull/5617", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5617.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5617.patch", "merged_at": null }
Signed-off-by: Virginia Adams <[email protected]> Makes training and validation batch sizes separately configurable for T5 prompt learning. Related to https://jirasw.nvidia.com/projects/NLP/issues/NLP-393?filter=allopenissues **Collection**: NLP # Changelog - Add specific line by line info of high level changes in this PR. # Usage ```python data: add_eos: true add_bos: false decoder_starts_with_pad: False add_eos_to_decoder_output: True add_sentinel_to_input: True ul2_prompt_token: null # <extra_id_s>, <extra_id_r>, <extra_id_x> train_ds: path: ["data/squad_train.jsonl"] global_batch_size: 8 micro_batch_size: 8 # micro batch size should equal global batch size when pipeline parallel = 1 shuffle: true num_workers: 4 pin_memory: true validation_ds: path: ["data/squad_val.jsonl"] global_batch_size: 8 micro_batch_size: 8 # micro batch size should equal global batch size when pipeline parallel = 1 shuffle: true num_workers: 4 pin_memory: true ``` # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [x] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "vadam5", "id": 78445382, "node_id": "MDQ6VXNlcjc4NDQ1Mzgy", "avatar_url": "https://avatars.githubusercontent.com/u/78445382?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vadam5", "html_url": "https://github.com/vadam5", "followers_url": "https://api.github.com/users/vadam5/followers", "following_url": "https://api.github.com/users/vadam5/following{/other_user}", "gists_url": "https://api.github.com/users/vadam5/gists{/gist_id}", "starred_url": "https://api.github.com/users/vadam5/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/vadam5/subscriptions", "organizations_url": "https://api.github.com/users/vadam5/orgs", "repos_url": "https://api.github.com/users/vadam5/repos", "events_url": "https://api.github.com/users/vadam5/events{/privacy}", "received_events_url": "https://api.github.com/users/vadam5/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5617/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5617/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5616
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5616/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5616/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5616/events
https://github.com/NVIDIA/NeMo/pull/5616
1,494,938,930
PR_kwDOC_bI7s5FW5dY
5,616
Update Dockerfile to use numba==0.53.1
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
[ { "id": 4556669155, "node_id": "LA_kwDOC_bI7s8AAAABD5lA4w", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick", "name": "cherry-pick", "color": "ededed", "default": false, "description": null }, { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-13T18:36:44
2022-12-13T18:40:46
2022-12-13T18:40:42
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5616", "html_url": "https://github.com/NVIDIA/NeMo/pull/5616", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5616.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5616.patch", "merged_at": "2022-12-13T18:40:42" }
Pinned to use `numba==0.53.1` to avoid crashing in training with `num_workers > 0`. This is just a temporary workaround, still need to fix it in the future. Signed-off-by: He Huang (Steve) <[email protected]>
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5616/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5616/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5615
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5615/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5615/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5615/events
https://github.com/NVIDIA/NeMo/pull/5615
1,494,909,752
PR_kwDOC_bI7s5FWyuv
5,615
[Temp workaround] Disable test with cache_audio to unblock CI
{ "login": "anteju", "id": 108555623, "node_id": "U_kgDOBnhtZw", "avatar_url": "https://avatars.githubusercontent.com/u/108555623?v=4", "gravatar_id": "", "url": "https://api.github.com/users/anteju", "html_url": "https://github.com/anteju", "followers_url": "https://api.github.com/users/anteju/followers", "following_url": "https://api.github.com/users/anteju/following{/other_user}", "gists_url": "https://api.github.com/users/anteju/gists{/gist_id}", "starred_url": "https://api.github.com/users/anteju/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/anteju/subscriptions", "organizations_url": "https://api.github.com/users/anteju/orgs", "repos_url": "https://api.github.com/users/anteju/repos", "events_url": "https://api.github.com/users/anteju/events{/privacy}", "received_events_url": "https://api.github.com/users/anteju/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
null
2022-12-13T18:24:24
2022-12-13T21:46:46
2022-12-13T21:46:46
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5615", "html_url": "https://github.com/NVIDIA/NeMo/pull/5615", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5615.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5615.patch", "merged_at": "2022-12-13T21:46:46" }
Temp workaround: Disable test with cache_audio=True since it is failing in CI (#5607) Signed-off-by: Ante Jukić <[email protected]> # What does this PR do ? Running `test_cache_datastore_manifests` with `cache_audio=True` started to fail in CI. Here we disable it temporarily to unblock CI. **Collection**: ASR, tests # Changelog - Removed test with `cache_audio=True` # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to #5607
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/users/XuesongYang/followers", "following_url": "https://api.github.com/users/XuesongYang/following{/other_user}", "gists_url": "https://api.github.com/users/XuesongYang/gists{/gist_id}", "starred_url": "https://api.github.com/users/XuesongYang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/XuesongYang/subscriptions", "organizations_url": "https://api.github.com/users/XuesongYang/orgs", "repos_url": "https://api.github.com/users/XuesongYang/repos", "events_url": "https://api.github.com/users/XuesongYang/events{/privacy}", "received_events_url": "https://api.github.com/users/XuesongYang/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5615/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5615/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5614
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5614/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5614/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5614/events
https://github.com/NVIDIA/NeMo/pull/5614
1,494,479,372
PR_kwDOC_bI7s5FVRGY
5,614
Update Dockerfile to use numba==0.53.1
{ "login": "stevehuang52", "id": 105218074, "node_id": "U_kgDOBkWAGg", "avatar_url": "https://avatars.githubusercontent.com/u/105218074?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stevehuang52", "html_url": "https://github.com/stevehuang52", "followers_url": "https://api.github.com/users/stevehuang52/followers", "following_url": "https://api.github.com/users/stevehuang52/following{/other_user}", "gists_url": "https://api.github.com/users/stevehuang52/gists{/gist_id}", "starred_url": "https://api.github.com/users/stevehuang52/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/stevehuang52/subscriptions", "organizations_url": "https://api.github.com/users/stevehuang52/orgs", "repos_url": "https://api.github.com/users/stevehuang52/repos", "events_url": "https://api.github.com/users/stevehuang52/events{/privacy}", "received_events_url": "https://api.github.com/users/stevehuang52/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-13T15:20:53
2022-12-14T05:53:41
2022-12-13T18:36:13
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5614", "html_url": "https://github.com/NVIDIA/NeMo/pull/5614", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5614.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5614.patch", "merged_at": "2022-12-13T18:36:13" }
Pinned to use `numba==0.53.1` to avoid crashing in training with `num_workers > 0`. This is just a temporary workaround, still need to fix it in the future. Signed-off-by: He Huang (Steve) <[email protected]>
{ "login": "stevehuang52", "id": 105218074, "node_id": "U_kgDOBkWAGg", "avatar_url": "https://avatars.githubusercontent.com/u/105218074?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stevehuang52", "html_url": "https://github.com/stevehuang52", "followers_url": "https://api.github.com/users/stevehuang52/followers", "following_url": "https://api.github.com/users/stevehuang52/following{/other_user}", "gists_url": "https://api.github.com/users/stevehuang52/gists{/gist_id}", "starred_url": "https://api.github.com/users/stevehuang52/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/stevehuang52/subscriptions", "organizations_url": "https://api.github.com/users/stevehuang52/orgs", "repos_url": "https://api.github.com/users/stevehuang52/repos", "events_url": "https://api.github.com/users/stevehuang52/events{/privacy}", "received_events_url": "https://api.github.com/users/stevehuang52/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5614/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5614/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5613
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5613/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5613/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5613/events
https://github.com/NVIDIA/NeMo/pull/5613
1,494,475,019
PR_kwDOC_bI7s5FVQHx
5,613
Update Dockerfile to use numba==0.53.1
{ "login": "stevehuang52", "id": 105218074, "node_id": "U_kgDOBkWAGg", "avatar_url": "https://avatars.githubusercontent.com/u/105218074?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stevehuang52", "html_url": "https://github.com/stevehuang52", "followers_url": "https://api.github.com/users/stevehuang52/followers", "following_url": "https://api.github.com/users/stevehuang52/following{/other_user}", "gists_url": "https://api.github.com/users/stevehuang52/gists{/gist_id}", "starred_url": "https://api.github.com/users/stevehuang52/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/stevehuang52/subscriptions", "organizations_url": "https://api.github.com/users/stevehuang52/orgs", "repos_url": "https://api.github.com/users/stevehuang52/repos", "events_url": "https://api.github.com/users/stevehuang52/events{/privacy}", "received_events_url": "https://api.github.com/users/stevehuang52/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
null
2022-12-13T15:18:41
2024-02-23T14:58:11
2022-12-13T21:30:21
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5613", "html_url": "https://github.com/NVIDIA/NeMo/pull/5613", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5613.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5613.patch", "merged_at": null }
Pinned to use `numba==0.53.1` to avoid crashing in training with `num_workers > 0`. This is just a temporary workaround, still need to fix it in the future. Signed-off-by: He Huang (Steve) <[email protected]>
{ "login": "stevehuang52", "id": 105218074, "node_id": "U_kgDOBkWAGg", "avatar_url": "https://avatars.githubusercontent.com/u/105218074?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stevehuang52", "html_url": "https://github.com/stevehuang52", "followers_url": "https://api.github.com/users/stevehuang52/followers", "following_url": "https://api.github.com/users/stevehuang52/following{/other_user}", "gists_url": "https://api.github.com/users/stevehuang52/gists{/gist_id}", "starred_url": "https://api.github.com/users/stevehuang52/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/stevehuang52/subscriptions", "organizations_url": "https://api.github.com/users/stevehuang52/orgs", "repos_url": "https://api.github.com/users/stevehuang52/repos", "events_url": "https://api.github.com/users/stevehuang52/events{/privacy}", "received_events_url": "https://api.github.com/users/stevehuang52/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5613/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5613/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5612
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5612/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5612/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5612/events
https://github.com/NVIDIA/NeMo/issues/5612
1,493,709,346
I_kwDOC_bI7s5ZCDIi
5,612
WFST Text Normalization: Address graph and OK
{ "login": "liaeh", "id": 52380283, "node_id": "MDQ6VXNlcjUyMzgwMjgz", "avatar_url": "https://avatars.githubusercontent.com/u/52380283?v=4", "gravatar_id": "", "url": "https://api.github.com/users/liaeh", "html_url": "https://github.com/liaeh", "followers_url": "https://api.github.com/users/liaeh/followers", "following_url": "https://api.github.com/users/liaeh/following{/other_user}", "gists_url": "https://api.github.com/users/liaeh/gists{/gist_id}", "starred_url": "https://api.github.com/users/liaeh/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/liaeh/subscriptions", "organizations_url": "https://api.github.com/users/liaeh/orgs", "repos_url": "https://api.github.com/users/liaeh/repos", "events_url": "https://api.github.com/users/liaeh/events{/privacy}", "received_events_url": "https://api.github.com/users/liaeh/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" }, { "id": 4910680898, "node_id": "LA_kwDOC_bI7s8AAAABJLMLQg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TN/ITN", "name": "TN/ITN", "color": "0052cc", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-13T08:40:04
2022-12-16T16:32:26
2022-12-16T16:32:26
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** The address graph is too permissive and always transduces "OK" to "Oklahoma" even in cases when it is not a part of an address. Could be nice to add some test cases that evaluate the performance of the graph in cases where OK is/is not a part of an address or not, maybe also extending the address graph if possible. **Steps/Code to reproduce bug** ``` from nemo_text_processing.text_normalization.normalize import Normalizer print(normalizer.normalize("Ah, OK.", verbose=True, punct_post_process=True)) print(normalizer.normalize("That's OK.", verbose=True, punct_post_process=True)) ``` Output: ``` tokens { name: "Ah, Oklahoma" } tokens { name: "." } Ah, Oklahoma. # incorrectly transduced by the address graph tokens { name: "That's" } tokens { name: "OK." } That's OK. # expected ``` **Expected behavior** The grammar only transforms `OK -> Oklahoma` when in the context of an address. **Environment overview (please complete the following information)** - Jupyter notebook in venv on local machine - Method of NeMo install: pip install nemo_toolkit['all'] **Environment details** - OS version 5.13.0-40-generic - PyTorch version 1.13.0 - Python version 3.9.7 **Additional context**
{ "login": "ekmb", "id": 10428420, "node_id": "MDQ6VXNlcjEwNDI4NDIw", "avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ekmb", "html_url": "https://github.com/ekmb", "followers_url": "https://api.github.com/users/ekmb/followers", "following_url": "https://api.github.com/users/ekmb/following{/other_user}", "gists_url": "https://api.github.com/users/ekmb/gists{/gist_id}", "starred_url": "https://api.github.com/users/ekmb/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ekmb/subscriptions", "organizations_url": "https://api.github.com/users/ekmb/orgs", "repos_url": "https://api.github.com/users/ekmb/repos", "events_url": "https://api.github.com/users/ekmb/events{/privacy}", "received_events_url": "https://api.github.com/users/ekmb/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5612/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5612/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/5611
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5611/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5611/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5611/events
https://github.com/NVIDIA/NeMo/issues/5611
1,493,544,313
I_kwDOC_bI7s5ZBa15
5,611
model.inference() should take other inputs instead of only file input
{ "login": "abdullah-rashid62", "id": 80446054, "node_id": "MDQ6VXNlcjgwNDQ2MDU0", "avatar_url": "https://avatars.githubusercontent.com/u/80446054?v=4", "gravatar_id": "", "url": "https://api.github.com/users/abdullah-rashid62", "html_url": "https://github.com/abdullah-rashid62", "followers_url": "https://api.github.com/users/abdullah-rashid62/followers", "following_url": "https://api.github.com/users/abdullah-rashid62/following{/other_user}", "gists_url": "https://api.github.com/users/abdullah-rashid62/gists{/gist_id}", "starred_url": "https://api.github.com/users/abdullah-rashid62/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/abdullah-rashid62/subscriptions", "organizations_url": "https://api.github.com/users/abdullah-rashid62/orgs", "repos_url": "https://api.github.com/users/abdullah-rashid62/repos", "events_url": "https://api.github.com/users/abdullah-rashid62/events{/privacy}", "received_events_url": "https://api.github.com/users/abdullah-rashid62/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
{ "login": "okuchaiev", "id": 22035961, "node_id": "MDQ6VXNlcjIyMDM1OTYx", "avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4", "gravatar_id": "", "url": "https://api.github.com/users/okuchaiev", "html_url": "https://github.com/okuchaiev", "followers_url": "https://api.github.com/users/okuchaiev/followers", "following_url": "https://api.github.com/users/okuchaiev/following{/other_user}", "gists_url": "https://api.github.com/users/okuchaiev/gists{/gist_id}", "starred_url": "https://api.github.com/users/okuchaiev/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/okuchaiev/subscriptions", "organizations_url": "https://api.github.com/users/okuchaiev/orgs", "repos_url": "https://api.github.com/users/okuchaiev/repos", "events_url": "https://api.github.com/users/okuchaiev/events{/privacy}", "received_events_url": "https://api.github.com/users/okuchaiev/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "okuchaiev", "id": 22035961, "node_id": "MDQ6VXNlcjIyMDM1OTYx", "avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4", "gravatar_id": "", "url": "https://api.github.com/users/okuchaiev", "html_url": "https://github.com/okuchaiev", "followers_url": "https://api.github.com/users/okuchaiev/followers", "following_url": "https://api.github.com/users/okuchaiev/following{/other_user}", "gists_url": "https://api.github.com/users/okuchaiev/gists{/gist_id}", "starred_url": "https://api.github.com/users/okuchaiev/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/okuchaiev/subscriptions", "organizations_url": "https://api.github.com/users/okuchaiev/orgs", "repos_url": "https://api.github.com/users/okuchaiev/repos", "events_url": "https://api.github.com/users/okuchaiev/events{/privacy}", "received_events_url": "https://api.github.com/users/okuchaiev/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
null
2022-12-13T07:08:09
2023-01-20T02:00:30
2023-01-20T02:00:30
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Is your feature request related to a problem? Please describe.** I trained a pre-trained model Bert on the Squad dataset for question_answer but to get the answer for a single question there is nothing that **model.inference** provides me as it only accepts a file. ``` model = BERTQAModel.restore_from(config.model.nemo_path) eval_device = [config.trainer.devices[0]] if isinstance(config.trainer.devices, list) else 1 model.trainer = pl.Trainer( devices=eval_device, accelerator=config.trainer.accelerator, precision=16, logger=False, ) all_preds, all_nbest = model.inference( config.model.test_ds.file, # file_name num_samples=10, # setting to -1 will use all samples for inference ) ``` **Describe the solution you'd like** So, if we can pass the question string and model infer on the question string to return us the answer, it would be great. ``` answer = model.inference("question") # here question can be a string on which the model can infer to give us the result or it also can be a JSON obj. ```
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5611/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5611/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/5610
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5610/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5610/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5610/events
https://github.com/NVIDIA/NeMo/pull/5610
1,493,305,230
PR_kwDOC_bI7s5FRPHi
5,610
Update documentation and tutorials for Adapters
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1923495043, "node_id": "MDU6TGFiZWwxOTIzNDk1MDQz", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core", "name": "core", "color": "f25e3a", "default": false, "description": "Changes to NeMo Core" }, { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR", "name": "ASR", "color": "F3B33E", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-13T04:00:36
2022-12-14T20:09:44
2022-12-14T20:09:41
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5610", "html_url": "https://github.com/NVIDIA/NeMo/pull/5610", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5610.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5610.patch", "merged_at": "2022-12-14T20:09:41" }
# What does this PR do ? Update documentations and tutorials for adapters **Collection**: [ASR, Core] # Changelog - Update tutorial to include info about adapter changes and type checking # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [x] Did you write any new necessary tests? - [x] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [x] Documentation
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5610/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5610/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5609
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5609/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5609/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5609/events
https://github.com/NVIDIA/NeMo/pull/5609
1,493,156,312
PR_kwDOC_bI7s5FQtu6
5,609
Add core classes and functions for online clustering diarizer part 2
{ "login": "tango4j", "id": 13211483, "node_id": "MDQ6VXNlcjEzMjExNDgz", "avatar_url": "https://avatars.githubusercontent.com/u/13211483?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tango4j", "html_url": "https://github.com/tango4j", "followers_url": "https://api.github.com/users/tango4j/followers", "following_url": "https://api.github.com/users/tango4j/following{/other_user}", "gists_url": "https://api.github.com/users/tango4j/gists{/gist_id}", "starred_url": "https://api.github.com/users/tango4j/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tango4j/subscriptions", "organizations_url": "https://api.github.com/users/tango4j/orgs", "repos_url": "https://api.github.com/users/tango4j/repos", "events_url": "https://api.github.com/users/tango4j/events{/privacy}", "received_events_url": "https://api.github.com/users/tango4j/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR", "name": "ASR", "color": "F3B33E", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-13T01:41:46
2023-02-22T23:49:00
2023-02-07T17:40:47
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5609", "html_url": "https://github.com/NVIDIA/NeMo/pull/5609", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5609.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5609.patch", "merged_at": "2023-02-07T17:40:47" }
Signed-off-by: Taejin Park <[email protected]> [[NeMo Online Speaker Diarization VIDEO DEMO LINK]( https://drive.google.com/file/d/15ro8HKmzevXh_wx9oTtfRUw9wNtj6LuJ/view?usp=share_link)] # What does this PR do ? Part 2 for adding core classes and functions for online clustering diarizer. ** As soon as [PR 5526](https://github.com/NVIDIA/NeMo/pull/5526) gets merged, `Files changed` will be reduced to 2` ** Dividing the origin huge PR into two: (part 1: online clustering (nmesc_clustering.py) + unit tests: [PR 5526](https://github.com/NVIDIA/NeMo/pull/5526)) part 2: Segmentation + online diarizer class + unit tests **Collection**: ASR # Changelog the following will be included in this PR #### `OnlineClusteringDiarizer` in online_diarizer.py (inherits ClusteringDiarizer) (will be included in part2) online version of `ClusteringDiarizer` class in clustering_diarizer.py #### `OnlineSegmentor` class in speaker_utils.py: (will be included in part2) online version of speech segmentations <img width="966" alt="image" src="https://user-images.githubusercontent.com/13211483/204661137-78d0272b-1594-4509-a486-a8720e835bc4.png"> Checkout [Help Slides Link](https://docs.google.com/presentation/d/1LDUTIGRNVuLJsy81V3GaHZlFDUpxZ9rux-fNPfgcLmw/edit?usp=sharing) for better understanding on why online diarizer needs (1) linear sum assignment (Hungarian alg) (2) Interval merging (3) merge_vector function and data flow of class and functions. # Usage This is core classes and functions update. Example script will be pushed in the second round of PR. # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [x] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [x] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. [Online Neural Diarization of Unlimited Numbers of Speakers](https://arxiv.org/pdf/2206.02432.pdf) ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "tango4j", "id": 13211483, "node_id": "MDQ6VXNlcjEzMjExNDgz", "avatar_url": "https://avatars.githubusercontent.com/u/13211483?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tango4j", "html_url": "https://github.com/tango4j", "followers_url": "https://api.github.com/users/tango4j/followers", "following_url": "https://api.github.com/users/tango4j/following{/other_user}", "gists_url": "https://api.github.com/users/tango4j/gists{/gist_id}", "starred_url": "https://api.github.com/users/tango4j/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tango4j/subscriptions", "organizations_url": "https://api.github.com/users/tango4j/orgs", "repos_url": "https://api.github.com/users/tango4j/repos", "events_url": "https://api.github.com/users/tango4j/events{/privacy}", "received_events_url": "https://api.github.com/users/tango4j/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5609/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5609/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5608
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5608/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5608/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5608/events
https://github.com/NVIDIA/NeMo/pull/5608
1,493,076,471
PR_kwDOC_bI7s5FQcSv
5,608
add yaml file for stateless transducer ASR model
{ "login": "hainan-xv", "id": 5440014, "node_id": "MDQ6VXNlcjU0NDAwMTQ=", "avatar_url": "https://avatars.githubusercontent.com/u/5440014?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hainan-xv", "html_url": "https://github.com/hainan-xv", "followers_url": "https://api.github.com/users/hainan-xv/followers", "following_url": "https://api.github.com/users/hainan-xv/following{/other_user}", "gists_url": "https://api.github.com/users/hainan-xv/gists{/gist_id}", "starred_url": "https://api.github.com/users/hainan-xv/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/hainan-xv/subscriptions", "organizations_url": "https://api.github.com/users/hainan-xv/orgs", "repos_url": "https://api.github.com/users/hainan-xv/repos", "events_url": "https://api.github.com/users/hainan-xv/events{/privacy}", "received_events_url": "https://api.github.com/users/hainan-xv/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null }, { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR", "name": "ASR", "color": "F3B33E", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-13T00:29:25
2023-04-09T01:52:17
2023-04-09T01:52:17
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5608", "html_url": "https://github.com/NVIDIA/NeMo/pull/5608", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5608.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5608.patch", "merged_at": null }
# What does this PR do ? This PR adds a yaml file for the conformer transducer model with a stateless decoder. **Collection**: ASR # Changelog # Usage # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [x] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5608/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5608/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5607
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5607/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5607/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5607/events
https://github.com/NVIDIA/NeMo/pull/5607
1,493,045,618
PR_kwDOC_bI7s5FQVo9
5,607
[TTS] fix ranges of char set for accented letters.
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/users/XuesongYang/followers", "following_url": "https://api.github.com/users/XuesongYang/following{/other_user}", "gists_url": "https://api.github.com/users/XuesongYang/gists{/gist_id}", "starred_url": "https://api.github.com/users/XuesongYang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/XuesongYang/subscriptions", "organizations_url": "https://api.github.com/users/XuesongYang/orgs", "repos_url": "https://api.github.com/users/XuesongYang/repos", "events_url": "https://api.github.com/users/XuesongYang/events{/privacy}", "received_events_url": "https://api.github.com/users/XuesongYang/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
null
2022-12-13T00:02:46
2022-12-14T03:43:51
2022-12-14T03:43:48
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5607", "html_url": "https://github.com/NVIDIA/NeMo/pull/5607", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5607.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5607.patch", "merged_at": "2022-12-14T03:43:48" }
Signed-off-by: Xuesong Yang <[email protected]> # What does this PR do ? Previously, the char set pattern `[À-ÿ]` includes math operators, such as `÷` and `×`. Revise the pattern to exclude these. ``` ord("À") Out[5]: 192 ord("ÿ") Out[6]: 255 chr(247) Out[8]: '÷' chr(215) Out[9]: '×' ``` **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/users/XuesongYang/followers", "following_url": "https://api.github.com/users/XuesongYang/following{/other_user}", "gists_url": "https://api.github.com/users/XuesongYang/gists{/gist_id}", "starred_url": "https://api.github.com/users/XuesongYang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/XuesongYang/subscriptions", "organizations_url": "https://api.github.com/users/XuesongYang/orgs", "repos_url": "https://api.github.com/users/XuesongYang/repos", "events_url": "https://api.github.com/users/XuesongYang/events{/privacy}", "received_events_url": "https://api.github.com/users/XuesongYang/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5607/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5607/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5606
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5606/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5606/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5606/events
https://github.com/NVIDIA/NeMo/pull/5606
1,493,034,947
PR_kwDOC_bI7s5FQTUX
5,606
[TTS] Remove unused TTS eval function
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
[ { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" }, { "id": 4556669155, "node_id": "LA_kwDOC_bI7s8AAAABD5lA4w", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick", "name": "cherry-pick", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
null
2022-12-12T23:53:19
2022-12-13T00:07:39
2022-12-13T00:07:36
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5606", "html_url": "https://github.com/NVIDIA/NeMo/pull/5606", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5606.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5606.patch", "merged_at": "2022-12-13T00:07:36" }
Signed-off-by: Jocelyn Huang <[email protected]> # What does this PR do ? Removes `eval_tts_scores()`, which was unused and had `pesq` (unmaintained) and `pystoi` dependencies. **Collection**: TTS # Changelog - Removed `pesq` and `pystoi` install requirements for TTS - Removed unused function from `helpers.py`
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5606/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5606/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5605
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5605/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5605/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5605/events
https://github.com/NVIDIA/NeMo/pull/5605
1,492,897,734
PR_kwDOC_bI7s5FP2Ur
5,605
[TTS] Remove unused TTS eval function
{ "login": "redoctopus", "id": 4268876, "node_id": "MDQ6VXNlcjQyNjg4NzY=", "avatar_url": "https://avatars.githubusercontent.com/u/4268876?v=4", "gravatar_id": "", "url": "https://api.github.com/users/redoctopus", "html_url": "https://github.com/redoctopus", "followers_url": "https://api.github.com/users/redoctopus/followers", "following_url": "https://api.github.com/users/redoctopus/following{/other_user}", "gists_url": "https://api.github.com/users/redoctopus/gists{/gist_id}", "starred_url": "https://api.github.com/users/redoctopus/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/redoctopus/subscriptions", "organizations_url": "https://api.github.com/users/redoctopus/orgs", "repos_url": "https://api.github.com/users/redoctopus/repos", "events_url": "https://api.github.com/users/redoctopus/events{/privacy}", "received_events_url": "https://api.github.com/users/redoctopus/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-12T22:27:31
2022-12-12T23:52:50
2022-12-12T23:52:46
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5605", "html_url": "https://github.com/NVIDIA/NeMo/pull/5605", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5605.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5605.patch", "merged_at": "2022-12-12T23:52:46" }
Signed-off-by: Jocelyn Huang <[email protected]> # What does this PR do ? Removes `eval_tts_scores()`, which was unused and had `pesq` (unmaintained) and `pystoi` dependencies. **Collection**: TTS # Changelog - Removed `pesq` and `pystoi` install requirements for TTS - Removed unused function from `helpers.py`
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5605/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5605/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5604
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5604/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5604/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5604/events
https://github.com/NVIDIA/NeMo/pull/5604
1,491,944,895
PR_kwDOC_bI7s5FMhPv
5,604
e2e training of model working
{ "login": "coopie", "id": 6509132, "node_id": "MDQ6VXNlcjY1MDkxMzI=", "avatar_url": "https://avatars.githubusercontent.com/u/6509132?v=4", "gravatar_id": "", "url": "https://api.github.com/users/coopie", "html_url": "https://github.com/coopie", "followers_url": "https://api.github.com/users/coopie/followers", "following_url": "https://api.github.com/users/coopie/following{/other_user}", "gists_url": "https://api.github.com/users/coopie/gists{/gist_id}", "starred_url": "https://api.github.com/users/coopie/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/coopie/subscriptions", "organizations_url": "https://api.github.com/users/coopie/orgs", "repos_url": "https://api.github.com/users/coopie/repos", "events_url": "https://api.github.com/users/coopie/events{/privacy}", "received_events_url": "https://api.github.com/users/coopie/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" }, { "id": 4847373924, "node_id": "LA_kwDOC_bI7s8AAAABIO0OZA", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/common", "name": "common", "color": "c5def5", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-12T13:54:10
2022-12-12T14:19:53
2022-12-12T14:01:03
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5604", "html_url": "https://github.com/NVIDIA/NeMo/pull/5604", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5604.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5604.patch", "merged_at": null }
currently the model is doing essentially nothing. Next todos: * adjust the loss to only account for the generated window * get spectrogram generation in validation runs working * come up with a reasonable architecture which includes the text embeddings * move to VM
{ "login": "coopie", "id": 6509132, "node_id": "MDQ6VXNlcjY1MDkxMzI=", "avatar_url": "https://avatars.githubusercontent.com/u/6509132?v=4", "gravatar_id": "", "url": "https://api.github.com/users/coopie", "html_url": "https://github.com/coopie", "followers_url": "https://api.github.com/users/coopie/followers", "following_url": "https://api.github.com/users/coopie/following{/other_user}", "gists_url": "https://api.github.com/users/coopie/gists{/gist_id}", "starred_url": "https://api.github.com/users/coopie/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/coopie/subscriptions", "organizations_url": "https://api.github.com/users/coopie/orgs", "repos_url": "https://api.github.com/users/coopie/repos", "events_url": "https://api.github.com/users/coopie/events{/privacy}", "received_events_url": "https://api.github.com/users/coopie/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5604/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5604/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5603
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5603/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5603/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5603/events
https://github.com/NVIDIA/NeMo/pull/5603
1,491,404,815
PR_kwDOC_bI7s5FKoY7
5,603
music_megatron port to NeMo
{ "login": "Zenodia", "id": 12810692, "node_id": "MDQ6VXNlcjEyODEwNjky", "avatar_url": "https://avatars.githubusercontent.com/u/12810692?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Zenodia", "html_url": "https://github.com/Zenodia", "followers_url": "https://api.github.com/users/Zenodia/followers", "following_url": "https://api.github.com/users/Zenodia/following{/other_user}", "gists_url": "https://api.github.com/users/Zenodia/gists{/gist_id}", "starred_url": "https://api.github.com/users/Zenodia/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/Zenodia/subscriptions", "organizations_url": "https://api.github.com/users/Zenodia/orgs", "repos_url": "https://api.github.com/users/Zenodia/repos", "events_url": "https://api.github.com/users/Zenodia/events{/privacy}", "received_events_url": "https://api.github.com/users/Zenodia/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" }, { "id": 4847373924, "node_id": "LA_kwDOC_bI7s8AAAABIO0OZA", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/common", "name": "common", "color": "c5def5", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-12T09:26:41
2023-01-03T01:56:28
2023-01-03T01:56:28
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5603", "html_url": "https://github.com/NVIDIA/NeMo/pull/5603", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5603.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5603.patch", "merged_at": null }
# What does this PR do ? Port Music Megatron implementation onto NeMo **Collection**: [Note which collection this PR will affect] adding one more music tokenizer to tokenizer for megatron_gpt_pretraining.py # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # modify the data location in the https://github.com/NVIDIA/NeMo/tree/main/examples/nlp/language_modeling/conf/megatron_music_gpt_config.yaml file line 167-169 python examples/nlp/language_modeling/megatron_gpt_pretraining.py \ --config-name=megatron_music_gpt_config.yaml trainer.devices=1 \ trainer.log_every_n_steps=1 \ trainer.val_check_interval=100 \ trainer.limit_val_batches=2 \ trainer.accumulate_grad_batches=1 \ trainer.max_steps=3 \ trainer.precision=16 \ trainer.gradient_clip_val=1.0 \ exp_manager.exp_dir=examples/nlp/language_modeling/gpt_pretrain_results \ model.pipeline_model_parallel_size=1 \ model.tensor_model_parallel_size=1 \ model.optim.name=fused_adam \ model.optim.lr=2e-4 \ model.optim.sched.warmup_steps=1 \ model.optim.sched.constant_steps=1 \ model.optim.sched.min_lr=8e-5 \ model.max_position_embeddings=128 \ model.encoder_seq_length=128 \ model.data.seq_length=128 \ model.tokenizer.tokenizer_name=music \ model.tokenizer.tokenizer_library=music \ model.tokenizer.vocab_file=/workspace/music_vocab.json \ model.tokenizer.merge_file=None \ model.num_layers=8 \ model.hidden_size=256 \ model.num_attention_heads=8 \ model.data.index_mapping_dir=examples/nlp/language_modeling/gpt_index_mappings ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) **PR Type**: - [x ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? @okuchaiev @yidong72 Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5603/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5603/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5602
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5602/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5602/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5602/events
https://github.com/NVIDIA/NeMo/pull/5602
1,491,106,458
PR_kwDOC_bI7s5FJl_p
5,602
[TTS] add type hints and change varialbe names for tokenizers and g2p
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/users/XuesongYang/followers", "following_url": "https://api.github.com/users/XuesongYang/following{/other_user}", "gists_url": "https://api.github.com/users/XuesongYang/gists{/gist_id}", "starred_url": "https://api.github.com/users/XuesongYang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/XuesongYang/subscriptions", "organizations_url": "https://api.github.com/users/XuesongYang/orgs", "repos_url": "https://api.github.com/users/XuesongYang/repos", "events_url": "https://api.github.com/users/XuesongYang/events{/privacy}", "received_events_url": "https://api.github.com/users/XuesongYang/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4847373924, "node_id": "LA_kwDOC_bI7s8AAAABIO0OZA", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/common", "name": "common", "color": "c5def5", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-12T06:34:01
2022-12-14T21:25:04
2022-12-14T21:25:01
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5602", "html_url": "https://github.com/NVIDIA/NeMo/pull/5602", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5602.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5602.patch", "merged_at": "2022-12-14T21:25:01" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/users/XuesongYang/followers", "following_url": "https://api.github.com/users/XuesongYang/following{/other_user}", "gists_url": "https://api.github.com/users/XuesongYang/gists{/gist_id}", "starred_url": "https://api.github.com/users/XuesongYang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/XuesongYang/subscriptions", "organizations_url": "https://api.github.com/users/XuesongYang/orgs", "repos_url": "https://api.github.com/users/XuesongYang/repos", "events_url": "https://api.github.com/users/XuesongYang/events{/privacy}", "received_events_url": "https://api.github.com/users/XuesongYang/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5602/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5602/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5600
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5600/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5600/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5600/events
https://github.com/NVIDIA/NeMo/pull/5600
1,490,458,801
PR_kwDOC_bI7s5FHSzg
5,600
[TTS] porting VITS implementation
{ "login": "treacker", "id": 36159472, "node_id": "MDQ6VXNlcjM2MTU5NDcy", "avatar_url": "https://avatars.githubusercontent.com/u/36159472?v=4", "gravatar_id": "", "url": "https://api.github.com/users/treacker", "html_url": "https://github.com/treacker", "followers_url": "https://api.github.com/users/treacker/followers", "following_url": "https://api.github.com/users/treacker/following{/other_user}", "gists_url": "https://api.github.com/users/treacker/gists{/gist_id}", "starred_url": "https://api.github.com/users/treacker/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/treacker/subscriptions", "organizations_url": "https://api.github.com/users/treacker/orgs", "repos_url": "https://api.github.com/users/treacker/repos", "events_url": "https://api.github.com/users/treacker/events{/privacy}", "received_events_url": "https://api.github.com/users/treacker/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" }, { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR", "name": "ASR", "color": "F3B33E", "default": false, "description": "" }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" }, { "id": 4840216855, "node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/CI", "name": "CI", "color": "1D76DB", "default": false, "description": "" }, { "id": 4847373924, "node_id": "LA_kwDOC_bI7s8AAAABIO0OZA", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/common", "name": "common", "color": "c5def5", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-11T21:23:30
2023-01-25T19:41:26
2023-01-25T11:50:58
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5600", "html_url": "https://github.com/NVIDIA/NeMo/pull/5600", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5600.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5600.patch", "merged_at": "2023-01-25T11:50:58" }
# What does this PR do ? Implementation of VITS model **Collection**: [TTS] # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [x] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "treacker", "id": 36159472, "node_id": "MDQ6VXNlcjM2MTU5NDcy", "avatar_url": "https://avatars.githubusercontent.com/u/36159472?v=4", "gravatar_id": "", "url": "https://api.github.com/users/treacker", "html_url": "https://github.com/treacker", "followers_url": "https://api.github.com/users/treacker/followers", "following_url": "https://api.github.com/users/treacker/following{/other_user}", "gists_url": "https://api.github.com/users/treacker/gists{/gist_id}", "starred_url": "https://api.github.com/users/treacker/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/treacker/subscriptions", "organizations_url": "https://api.github.com/users/treacker/orgs", "repos_url": "https://api.github.com/users/treacker/repos", "events_url": "https://api.github.com/users/treacker/events{/privacy}", "received_events_url": "https://api.github.com/users/treacker/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5600/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5600/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5599
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5599/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5599/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5599/events
https://github.com/NVIDIA/NeMo/issues/5599
1,490,335,536
I_kwDOC_bI7s5Y1Lcw
5,599
Unable to load pertained titanet_large for EncDecSpeakerLabelModel
{ "login": "ti3x", "id": 65418197, "node_id": "MDQ6VXNlcjY1NDE4MTk3", "avatar_url": "https://avatars.githubusercontent.com/u/65418197?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ti3x", "html_url": "https://github.com/ti3x", "followers_url": "https://api.github.com/users/ti3x/followers", "following_url": "https://api.github.com/users/ti3x/following{/other_user}", "gists_url": "https://api.github.com/users/ti3x/gists{/gist_id}", "starred_url": "https://api.github.com/users/ti3x/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ti3x/subscriptions", "organizations_url": "https://api.github.com/users/ti3x/orgs", "repos_url": "https://api.github.com/users/ti3x/repos", "events_url": "https://api.github.com/users/ti3x/events{/privacy}", "received_events_url": "https://api.github.com/users/ti3x/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
{ "login": "nithinraok", "id": 19668129, "node_id": "MDQ6VXNlcjE5NjY4MTI5", "avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nithinraok", "html_url": "https://github.com/nithinraok", "followers_url": "https://api.github.com/users/nithinraok/followers", "following_url": "https://api.github.com/users/nithinraok/following{/other_user}", "gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}", "starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions", "organizations_url": "https://api.github.com/users/nithinraok/orgs", "repos_url": "https://api.github.com/users/nithinraok/repos", "events_url": "https://api.github.com/users/nithinraok/events{/privacy}", "received_events_url": "https://api.github.com/users/nithinraok/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "nithinraok", "id": 19668129, "node_id": "MDQ6VXNlcjE5NjY4MTI5", "avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nithinraok", "html_url": "https://github.com/nithinraok", "followers_url": "https://api.github.com/users/nithinraok/followers", "following_url": "https://api.github.com/users/nithinraok/following{/other_user}", "gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}", "starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions", "organizations_url": "https://api.github.com/users/nithinraok/orgs", "repos_url": "https://api.github.com/users/nithinraok/repos", "events_url": "https://api.github.com/users/nithinraok/events{/privacy}", "received_events_url": "https://api.github.com/users/nithinraok/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
null
2022-12-11T19:00:24
2023-02-10T02:02:27
2023-02-10T02:02:27
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** Unable to load pre-trained speaker label model **Steps/Code to reproduce bug** ``` import nemo.collections.asr as nemo_asr speaker_model = nemo_asr.models.EncDecSpeakerLabelModel.from_pretrained(model_name='titanet_large') ``` **Expected behavior** Just loading a pertained model should not throw an error **Environment overview (please complete the following information)** - Environment location: AWS g5.xlarge - Method of NeMo install: pip install with the steps in the guide on Python3.9, not from source **Environment details** If NVIDIA docker image is used you don't need to specify these. Otherwise, please provide: - OS version ubuntu 20 - PyTorch version: '1.13.0' - Python version: 3.9 **Additional context** ``` [NeMo W 2022-12-11 06:24:03 nemo_logging:349] /opt/conda/envs/classify-audio/lib/python3.9/site-packages/torch/jit/annotations.py:299: UserWarning: TorchScript will treat type annotations of Tensor dtype-specific subtypes as if they are normal Tensors. dtype constraints are not enforced in compilation either. warnings.warn("TorchScript will treat type annotations of Tensor " [NeMo I 2022-12-11 06:24:03 cloud:56] Found existing object /root/.cache/torch/NeMo/NeMo_1.14.0rc0/titanet-l/492c0ab8416139171dc18c21879a9e45/titanet-l.nemo. [NeMo I 2022-12-11 06:24:03 cloud:62] Re-using file from: /root/.cache/torch/NeMo/NeMo_1.14.0rc0/titanet-l/492c0ab8416139171dc18c21879a9e45/titanet-l.nemo [NeMo I 2022-12-11 06:24:03 common:912] Instantiating model from pre-trained checkpoint [NeMo W 2022-12-11 06:24:04 modelPT:156] If you intend to do training or fine-tuning, please call the ModelPT.setup_training_data() method and provide a valid configuration file to setup the train data loader. Train config : manifest_filepath: /manifests/combined_fisher_swbd_voxceleb12_librispeech/train.json sample_rate: 16000 labels: null batch_size: 64 shuffle: true time_length: 3 is_tarred: false tarred_audio_filepaths: null tarred_shard_strategy: scatter augmentor: noise: manifest_path: /manifests/noise/rir_noise_manifest.json prob: 0.5 min_snr_db: 0 max_snr_db: 15 speed: prob: 0.5 sr: 16000 resample_type: kaiser_fast min_speed_rate: 0.95 max_speed_rate: 1.05 num_workers: 15 pin_memory: true [NeMo W 2022-12-11 06:24:04 modelPT:163] If you intend to do validation, please call the ModelPT.setup_validation_data() or ModelPT.setup_multiple_validation_data() method and provide a valid configuration file to setup the validation data loader(s). Validation config : manifest_filepath: /manifests/combined_fisher_swbd_voxceleb12_librispeech/dev.json sample_rate: 16000 labels: null batch_size: 128 shuffle: false time_length: 3 num_workers: 15 pin_memory: true [NeMo I 2022-12-11 06:24:04 label_models:126] Setting angular: true/false in decoder is deprecated and will be removed in 1.13 version, use specific loss with _target_ [NeMo I 2022-12-11 06:24:04 features:267] PADDING: 16 [NeMo W 2022-12-11 06:24:04 modelPT:156] If you intend to do training or fine-tuning, please call the ModelPT.setup_training_data() method and provide a valid configuration file to setup the train data loader. Train config : manifest_filepath: /manifests/combined_fisher_swbd_voxceleb12_librispeech/train.json sample_rate: 16000 labels: null batch_size: 64 shuffle: true time_length: 3 is_tarred: false tarred_audio_filepaths: null tarred_shard_strategy: scatter augmentor: noise: manifest_path: /manifests/noise/rir_noise_manifest.json prob: 0.5 min_snr_db: 0 max_snr_db: 15 speed: prob: 0.5 sr: 16000 resample_type: kaiser_fast min_speed_rate: 0.95 max_speed_rate: 1.05 num_workers: 15 pin_memory: true [NeMo W 2022-12-11 06:24:04 modelPT:163] If you intend to do validation, please call the ModelPT.setup_validation_data() or ModelPT.setup_multiple_validation_data() method and provide a valid configuration file to setup the validation data loader(s). Validation config : manifest_filepath: /manifests/combined_fisher_swbd_voxceleb12_librispeech/dev.json sample_rate: 16000 labels: null batch_size: 128 shuffle: false time_length: 3 num_workers: 15 pin_memory: true [NeMo I 2022-12-11 06:24:04 features:267] PADDING: 16 [NeMo E 2022-12-11 06:24:05 common:505] Model instantiation failed! Target class: nemo.collections.asr.models.label_models.EncDecSpeakerLabelModel Error(s): Traceback (most recent call last): File "/opt/conda/envs/classify-audio/lib/python3.9/site-packages/nemo/core/classes/common.py", line 484, in from_config_dict instance = imported_cls(cfg=config, trainer=trainer) File "/opt/conda/envs/classify-audio/lib/python3.9/site-packages/nemo/collections/asr/models/label_models.py", line 168, in __init__ self._macro_accuracy = Accuracy(num_classes=num_classes, average='macro', task='multiclass') File "/opt/conda/envs/classify-audio/lib/python3.9/site-packages/torchmetrics/classification/accuracy.py", line 490, in __new__ assert isinstance(top_k, int) AssertionError Traceback (most recent call last): File "/home/ubuntu/classify-audio/test.py", line 2, in <module> speaker_model = nemo_asr.models.EncDecSpeakerLabelModel.from_pretrained(model_name='titanet_large') File "/opt/conda/envs/classify-audio/lib/python3.9/site-packages/nemo/core/classes/common.py", line 851, in from_pretrained instance = class_.restore_from( File "/opt/conda/envs/classify-audio/lib/python3.9/site-packages/nemo/core/classes/modelPT.py", line 330, in restore_from instance = cls._save_restore_connector.restore_from( File "/opt/conda/envs/classify-audio/lib/python3.9/site-packages/nemo/core/connectors/save_restore_connector.py", line 235, in restore_from loaded_params = self.load_config_and_state_dict( File "/opt/conda/envs/classify-audio/lib/python3.9/site-packages/nemo/core/connectors/save_restore_connector.py", line 158, in load_config_and_state_dict instance = calling_cls.from_config_dict(config=conf, trainer=trainer) File "/opt/conda/envs/classify-audio/lib/python3.9/site-packages/nemo/core/classes/common.py", line 506, in from_config_dict raise e File "/opt/conda/envs/classify-audio/lib/python3.9/site-packages/nemo/core/classes/common.py", line 498, in from_config_dict instance = cls(cfg=config, trainer=trainer) File "/opt/conda/envs/classify-audio/lib/python3.9/site-packages/nemo/collections/asr/models/label_models.py", line 168, in __init__ self._macro_accuracy = Accuracy(num_classes=num_classes, average='macro', task='multiclass') File "/opt/conda/envs/classify-audio/lib/python3.9/site-packages/torchmetrics/classification/accuracy.py", line 490, in __new__ assert isinstance(top_k, int) AssertionError ```
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5599/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5599/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/5598
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5598/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5598/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5598/events
https://github.com/NVIDIA/NeMo/issues/5598
1,489,751,732
I_kwDOC_bI7s5Yy860
5,598
Crash eval_beamsearch_ngram.py code for large data sets
{ "login": "ahkarami", "id": 28620609, "node_id": "MDQ6VXNlcjI4NjIwNjA5", "avatar_url": "https://avatars.githubusercontent.com/u/28620609?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ahkarami", "html_url": "https://github.com/ahkarami", "followers_url": "https://api.github.com/users/ahkarami/followers", "following_url": "https://api.github.com/users/ahkarami/following{/other_user}", "gists_url": "https://api.github.com/users/ahkarami/gists{/gist_id}", "starred_url": "https://api.github.com/users/ahkarami/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ahkarami/subscriptions", "organizations_url": "https://api.github.com/users/ahkarami/orgs", "repos_url": "https://api.github.com/users/ahkarami/repos", "events_url": "https://api.github.com/users/ahkarami/events{/privacy}", "received_events_url": "https://api.github.com/users/ahkarami/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
{ "login": "VahidooX", "id": 23551647, "node_id": "MDQ6VXNlcjIzNTUxNjQ3", "avatar_url": "https://avatars.githubusercontent.com/u/23551647?v=4", "gravatar_id": "", "url": "https://api.github.com/users/VahidooX", "html_url": "https://github.com/VahidooX", "followers_url": "https://api.github.com/users/VahidooX/followers", "following_url": "https://api.github.com/users/VahidooX/following{/other_user}", "gists_url": "https://api.github.com/users/VahidooX/gists{/gist_id}", "starred_url": "https://api.github.com/users/VahidooX/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/VahidooX/subscriptions", "organizations_url": "https://api.github.com/users/VahidooX/orgs", "repos_url": "https://api.github.com/users/VahidooX/repos", "events_url": "https://api.github.com/users/VahidooX/events{/privacy}", "received_events_url": "https://api.github.com/users/VahidooX/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "VahidooX", "id": 23551647, "node_id": "MDQ6VXNlcjIzNTUxNjQ3", "avatar_url": "https://avatars.githubusercontent.com/u/23551647?v=4", "gravatar_id": "", "url": "https://api.github.com/users/VahidooX", "html_url": "https://github.com/VahidooX", "followers_url": "https://api.github.com/users/VahidooX/followers", "following_url": "https://api.github.com/users/VahidooX/following{/other_user}", "gists_url": "https://api.github.com/users/VahidooX/gists{/gist_id}", "starred_url": "https://api.github.com/users/VahidooX/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/VahidooX/subscriptions", "organizations_url": "https://api.github.com/users/VahidooX/orgs", "repos_url": "https://api.github.com/users/VahidooX/repos", "events_url": "https://api.github.com/users/VahidooX/events{/privacy}", "received_events_url": "https://api.github.com/users/VahidooX/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
null
2022-12-11T09:55:04
2023-01-06T15:43:03
2023-01-06T15:43:03
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
@VahidooX Hi, When we use [`eval_beamsearch_ngram.py`](https://github.com/NVIDIA/NeMo/blob/main/scripts/asr_language_modeling/ngram_lm/eval_beamsearch_ngram.py) code for large data sets (e.g., with 500,000 utterances), the code crashes after some hours of computation (i.e., the OS kill automatically the process!!). According to my observation, the code runs correctly when the ASR acoustic model runs and the raw transcriptions of data sets extracted correctly, but when the LM wants to apply in a huge amount of raw transcriptions then it crashes. I googled this issue, and I found below link (which I think the issue related to the shortage of memory of the server): - [Unable to allocate array with shape and data type](https://stackoverflow.com/questions/57507832/unable-to-allocate-array-with-shape-and-data-type) According to the above-mentioned link, I have changed the `overcommit_memory` mode of my server. however, unfortunately the issue didn't resolved. Would you please help me to address the issue? Thanks a lot
{ "login": "ahkarami", "id": 28620609, "node_id": "MDQ6VXNlcjI4NjIwNjA5", "avatar_url": "https://avatars.githubusercontent.com/u/28620609?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ahkarami", "html_url": "https://github.com/ahkarami", "followers_url": "https://api.github.com/users/ahkarami/followers", "following_url": "https://api.github.com/users/ahkarami/following{/other_user}", "gists_url": "https://api.github.com/users/ahkarami/gists{/gist_id}", "starred_url": "https://api.github.com/users/ahkarami/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/ahkarami/subscriptions", "organizations_url": "https://api.github.com/users/ahkarami/orgs", "repos_url": "https://api.github.com/users/ahkarami/repos", "events_url": "https://api.github.com/users/ahkarami/events{/privacy}", "received_events_url": "https://api.github.com/users/ahkarami/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5598/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5598/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/5597
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5597/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5597/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5597/events
https://github.com/NVIDIA/NeMo/issues/5597
1,489,010,601
I_kwDOC_bI7s5YwH-p
5,597
Update minimum version requirements for Pytorch Lightning, for tensorboard/tensorflow doesn't support for now protobuf > 3.20
{ "login": "vadimkantorov", "id": 1041752, "node_id": "MDQ6VXNlcjEwNDE3NTI=", "avatar_url": "https://avatars.githubusercontent.com/u/1041752?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vadimkantorov", "html_url": "https://github.com/vadimkantorov", "followers_url": "https://api.github.com/users/vadimkantorov/followers", "following_url": "https://api.github.com/users/vadimkantorov/following{/other_user}", "gists_url": "https://api.github.com/users/vadimkantorov/gists{/gist_id}", "starred_url": "https://api.github.com/users/vadimkantorov/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/vadimkantorov/subscriptions", "organizations_url": "https://api.github.com/users/vadimkantorov/orgs", "repos_url": "https://api.github.com/users/vadimkantorov/repos", "events_url": "https://api.github.com/users/vadimkantorov/events{/privacy}", "received_events_url": "https://api.github.com/users/vadimkantorov/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
null
2022-12-10T21:50:00
2023-03-29T01:59:21
2023-03-29T01:59:21
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
PL soon to be released will work around this problem: https://github.com/Lightning-AI/lightning/issues/9900#issuecomment-1345390290 Might be useful to update the minimum version requirements of PL for Nemo
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5597/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5597/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/5596
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5596/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5596/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5596/events
https://github.com/NVIDIA/NeMo/pull/5596
1,488,251,869
PR_kwDOC_bI7s5E_T54
5,596
[TTS][ZH] add fastpitch and hifigan model NGC urls and update NeMo docs.
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/users/XuesongYang/followers", "following_url": "https://api.github.com/users/XuesongYang/following{/other_user}", "gists_url": "https://api.github.com/users/XuesongYang/gists{/gist_id}", "starred_url": "https://api.github.com/users/XuesongYang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/XuesongYang/subscriptions", "organizations_url": "https://api.github.com/users/XuesongYang/orgs", "repos_url": "https://api.github.com/users/XuesongYang/repos", "events_url": "https://api.github.com/users/XuesongYang/events{/privacy}", "received_events_url": "https://api.github.com/users/XuesongYang/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-10T09:03:51
2022-12-14T21:58:08
2022-12-14T21:58:04
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5596", "html_url": "https://github.com/NVIDIA/NeMo/pull/5596", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5596.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5596.patch", "merged_at": "2022-12-14T21:58:04" }
Signed-off-by: Xuesong Yang <[email protected]> # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/users/XuesongYang/followers", "following_url": "https://api.github.com/users/XuesongYang/following{/other_user}", "gists_url": "https://api.github.com/users/XuesongYang/gists{/gist_id}", "starred_url": "https://api.github.com/users/XuesongYang/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/XuesongYang/subscriptions", "organizations_url": "https://api.github.com/users/XuesongYang/orgs", "repos_url": "https://api.github.com/users/XuesongYang/repos", "events_url": "https://api.github.com/users/XuesongYang/events{/privacy}", "received_events_url": "https://api.github.com/users/XuesongYang/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5596/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5596/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5595
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5595/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5595/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5595/events
https://github.com/NVIDIA/NeMo/pull/5595
1,488,161,160
PR_kwDOC_bI7s5E--3P
5,595
Fix race condition bug with hydra multirun
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
[ { "id": 1923495043, "node_id": "MDU6TGFiZWwxOTIzNDk1MDQz", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core", "name": "core", "color": "f25e3a", "default": false, "description": "Changes to NeMo Core" }, { "id": 4556669155, "node_id": "LA_kwDOC_bI7s8AAAABD5lA4w", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick", "name": "cherry-pick", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
null
2022-12-10T07:42:25
2022-12-10T07:42:56
2022-12-10T07:42:53
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5595", "html_url": "https://github.com/NVIDIA/NeMo/pull/5595", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5595.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5595.patch", "merged_at": "2022-12-10T07:42:53" }
Signed-off-by: smajumdar <[email protected]> # What does this PR do ? Fixes an issue with delayed process finalization, and race condition with the data thread **Collection**: [Core] # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR.
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5595/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5595/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5594
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5594/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5594/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5594/events
https://github.com/NVIDIA/NeMo/pull/5594
1,488,159,815
PR_kwDOC_bI7s5E--jL
5,594
Fix race condition bug with hydra multirun
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1923495043, "node_id": "MDU6TGFiZWwxOTIzNDk1MDQz", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core", "name": "core", "color": "f25e3a", "default": false, "description": "Changes to NeMo Core" } ]
closed
false
null
[]
null
null
2022-12-10T07:41:09
2022-12-10T07:41:52
2022-12-10T07:41:48
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5594", "html_url": "https://github.com/NVIDIA/NeMo/pull/5594", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5594.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5594.patch", "merged_at": "2022-12-10T07:41:48" }
Signed-off-by: smajumdar <[email protected]> # What does this PR do ? Fixes an issue with delayed process finalization, and race condition with the data thread **Collection**: [Core] # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR.
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5594/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5594/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5593
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5593/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5593/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5593/events
https://github.com/NVIDIA/NeMo/issues/5593
1,488,144,353
I_kwDOC_bI7s5Ys0fh
5,593
TTS time data extraction
{ "login": "amirhosseinttt", "id": 45626359, "node_id": "MDQ6VXNlcjQ1NjI2MzU5", "avatar_url": "https://avatars.githubusercontent.com/u/45626359?v=4", "gravatar_id": "", "url": "https://api.github.com/users/amirhosseinttt", "html_url": "https://github.com/amirhosseinttt", "followers_url": "https://api.github.com/users/amirhosseinttt/followers", "following_url": "https://api.github.com/users/amirhosseinttt/following{/other_user}", "gists_url": "https://api.github.com/users/amirhosseinttt/gists{/gist_id}", "starred_url": "https://api.github.com/users/amirhosseinttt/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/amirhosseinttt/subscriptions", "organizations_url": "https://api.github.com/users/amirhosseinttt/orgs", "repos_url": "https://api.github.com/users/amirhosseinttt/repos", "events_url": "https://api.github.com/users/amirhosseinttt/events{/privacy}", "received_events_url": "https://api.github.com/users/amirhosseinttt/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" } ]
closed
false
{ "login": "redoctopus", "id": 4268876, "node_id": "MDQ6VXNlcjQyNjg4NzY=", "avatar_url": "https://avatars.githubusercontent.com/u/4268876?v=4", "gravatar_id": "", "url": "https://api.github.com/users/redoctopus", "html_url": "https://github.com/redoctopus", "followers_url": "https://api.github.com/users/redoctopus/followers", "following_url": "https://api.github.com/users/redoctopus/following{/other_user}", "gists_url": "https://api.github.com/users/redoctopus/gists{/gist_id}", "starred_url": "https://api.github.com/users/redoctopus/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/redoctopus/subscriptions", "organizations_url": "https://api.github.com/users/redoctopus/orgs", "repos_url": "https://api.github.com/users/redoctopus/repos", "events_url": "https://api.github.com/users/redoctopus/events{/privacy}", "received_events_url": "https://api.github.com/users/redoctopus/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "redoctopus", "id": 4268876, "node_id": "MDQ6VXNlcjQyNjg4NzY=", "avatar_url": "https://avatars.githubusercontent.com/u/4268876?v=4", "gravatar_id": "", "url": "https://api.github.com/users/redoctopus", "html_url": "https://github.com/redoctopus", "followers_url": "https://api.github.com/users/redoctopus/followers", "following_url": "https://api.github.com/users/redoctopus/following{/other_user}", "gists_url": "https://api.github.com/users/redoctopus/gists{/gist_id}", "starred_url": "https://api.github.com/users/redoctopus/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/redoctopus/subscriptions", "organizations_url": "https://api.github.com/users/redoctopus/orgs", "repos_url": "https://api.github.com/users/redoctopus/repos", "events_url": "https://api.github.com/users/redoctopus/events{/privacy}", "received_events_url": "https://api.github.com/users/redoctopus/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
null
2022-12-10T07:27:05
2022-12-17T07:57:47
2022-12-17T07:57:47
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I'm using fastpich & univnet from Nemo to generate audio from text (TTS). I want to have the time information of each word in such a way that it shows in what period of time each word was uttered. There are some ways to predict such information, but all of them are applied after running the encoder and vocoder models. Is there any way to get such information from TTS models (any of them) without having to post-process our data? If there is not, I would be grateful if you tell me what is the most efficient way to get such information. @XuesongYang
{ "login": "amirhosseinttt", "id": 45626359, "node_id": "MDQ6VXNlcjQ1NjI2MzU5", "avatar_url": "https://avatars.githubusercontent.com/u/45626359?v=4", "gravatar_id": "", "url": "https://api.github.com/users/amirhosseinttt", "html_url": "https://github.com/amirhosseinttt", "followers_url": "https://api.github.com/users/amirhosseinttt/followers", "following_url": "https://api.github.com/users/amirhosseinttt/following{/other_user}", "gists_url": "https://api.github.com/users/amirhosseinttt/gists{/gist_id}", "starred_url": "https://api.github.com/users/amirhosseinttt/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/amirhosseinttt/subscriptions", "organizations_url": "https://api.github.com/users/amirhosseinttt/orgs", "repos_url": "https://api.github.com/users/amirhosseinttt/repos", "events_url": "https://api.github.com/users/amirhosseinttt/events{/privacy}", "received_events_url": "https://api.github.com/users/amirhosseinttt/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5593/reactions", "total_count": 3, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 1, "eyes": 1 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5593/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/5592
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5592/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5592/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5592/events
https://github.com/NVIDIA/NeMo/pull/5592
1,488,123,893
PR_kwDOC_bI7s5E-2Fj
5,592
Better patch hydra
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
[ { "id": 1923495043, "node_id": "MDU6TGFiZWwxOTIzNDk1MDQz", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core", "name": "core", "color": "f25e3a", "default": false, "description": "Changes to NeMo Core" }, { "id": 4556669155, "node_id": "LA_kwDOC_bI7s8AAAABD5lA4w", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick", "name": "cherry-pick", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
null
2022-12-10T07:10:57
2022-12-10T07:14:00
2022-12-10T07:13:57
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5592", "html_url": "https://github.com/NVIDIA/NeMo/pull/5592", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5592.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5592.patch", "merged_at": "2022-12-10T07:13:57" }
# What does this PR do ? Re-add threading of the stderror and drain threads **Collection**: [Core] # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR.
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5592/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5592/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5591
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5591/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5591/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5591/events
https://github.com/NVIDIA/NeMo/pull/5591
1,488,117,710
PR_kwDOC_bI7s5E-0qh
5,591
Better patch hydra
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1923495043, "node_id": "MDU6TGFiZWwxOTIzNDk1MDQz", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core", "name": "core", "color": "f25e3a", "default": false, "description": "Changes to NeMo Core" } ]
closed
false
null
[]
null
null
2022-12-10T07:05:00
2022-12-10T07:10:13
2022-12-10T07:10:11
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5591", "html_url": "https://github.com/NVIDIA/NeMo/pull/5591", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5591.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5591.patch", "merged_at": "2022-12-10T07:10:10" }
# What does this PR do ? Re-add threading of the stderror and drain threads **Collection**: [Core] # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR.
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5591/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5591/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5590
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5590/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5590/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5590/events
https://github.com/NVIDIA/NeMo/pull/5590
1,488,097,196
PR_kwDOC_bI7s5E-v3Y
5,590
Patch hydra launch
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
[ { "id": 1923495043, "node_id": "MDU6TGFiZWwxOTIzNDk1MDQz", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core", "name": "core", "color": "f25e3a", "default": false, "description": "Changes to NeMo Core" }, { "id": 4556669155, "node_id": "LA_kwDOC_bI7s8AAAABD5lA4w", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick", "name": "cherry-pick", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
null
2022-12-10T06:46:30
2022-12-10T06:47:05
2022-12-10T06:47:02
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5590", "html_url": "https://github.com/NVIDIA/NeMo/pull/5590", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5590.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5590.patch", "merged_at": "2022-12-10T06:47:02" }
# What does this PR do ? Removed unnecessary busy waiting in loop **Collection**: [Core] # Changelog - Remove busy waiting in tight loop # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review?
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5590/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5590/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5589
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5589/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5589/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5589/events
https://github.com/NVIDIA/NeMo/pull/5589
1,488,095,435
PR_kwDOC_bI7s5E-vcz
5,589
Patch hydra launch
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1923495043, "node_id": "MDU6TGFiZWwxOTIzNDk1MDQz", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core", "name": "core", "color": "f25e3a", "default": false, "description": "Changes to NeMo Core" } ]
closed
false
null
[]
null
null
2022-12-10T06:44:48
2022-12-10T06:45:59
2022-12-10T06:45:55
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5589", "html_url": "https://github.com/NVIDIA/NeMo/pull/5589", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5589.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5589.patch", "merged_at": "2022-12-10T06:45:55" }
# What does this PR do ? Removed unnecessary busy waiting in loop **Collection**: [Core] # Changelog - Remove busy waiting in tight loop # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review?
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5589/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5589/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5588
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5588/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5588/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5588/events
https://github.com/NVIDIA/NeMo/pull/5588
1,488,093,981
PR_kwDOC_bI7s5E-vG6
5,588
Patch hydra launcher
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
[ { "id": 1923495043, "node_id": "MDU6TGFiZWwxOTIzNDk1MDQz", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core", "name": "core", "color": "f25e3a", "default": false, "description": "Changes to NeMo Core" }, { "id": 4556669155, "node_id": "LA_kwDOC_bI7s8AAAABD5lA4w", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick", "name": "cherry-pick", "color": "ededed", "default": false, "description": null }, { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR", "name": "ASR", "color": "F3B33E", "default": false, "description": "" }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" }, { "id": 4847373924, "node_id": "LA_kwDOC_bI7s8AAAABIO0OZA", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/common", "name": "common", "color": "c5def5", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-10T06:43:21
2022-12-10T06:46:24
2022-12-10T06:46:21
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5588", "html_url": "https://github.com/NVIDIA/NeMo/pull/5588", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5588.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5588.patch", "merged_at": null }
# What does this PR do ? Removed unnecessary busy waiting in loop **Collection**: [Core] # Changelog - Remove busy waiting in tight loop # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review?
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5588/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5588/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5587
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5587/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5587/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5587/events
https://github.com/NVIDIA/NeMo/pull/5587
1,488,092,343
PR_kwDOC_bI7s5E-uuT
5,587
Patch hydra launcher
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1923495043, "node_id": "MDU6TGFiZWwxOTIzNDk1MDQz", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core", "name": "core", "color": "f25e3a", "default": false, "description": "Changes to NeMo Core" }, { "id": 4811884691, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR", "name": "ASR", "color": "F3B33E", "default": false, "description": "" }, { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" }, { "id": 4847373924, "node_id": "LA_kwDOC_bI7s8AAAABIO0OZA", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/common", "name": "common", "color": "c5def5", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-10T06:41:50
2022-12-10T06:47:36
2022-12-10T06:42:51
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5587", "html_url": "https://github.com/NVIDIA/NeMo/pull/5587", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5587.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5587.patch", "merged_at": null }
# What does this PR do ? Removed unnecessary busy waiting in loop **Collection**: [Core] # Changelog - Remove busy waiting in tight loop # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review?
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5587/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5587/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5586
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5586/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5586/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5586/events
https://github.com/NVIDIA/NeMo/pull/5586
1,487,811,835
PR_kwDOC_bI7s5E9tAQ
5,586
Small fix to prevent unit test from intermittent failures
{ "login": "borisfom", "id": 14189615, "node_id": "MDQ6VXNlcjE0MTg5NjE1", "avatar_url": "https://avatars.githubusercontent.com/u/14189615?v=4", "gravatar_id": "", "url": "https://api.github.com/users/borisfom", "html_url": "https://github.com/borisfom", "followers_url": "https://api.github.com/users/borisfom/followers", "following_url": "https://api.github.com/users/borisfom/following{/other_user}", "gists_url": "https://api.github.com/users/borisfom/gists{/gist_id}", "starred_url": "https://api.github.com/users/borisfom/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/borisfom/subscriptions", "organizations_url": "https://api.github.com/users/borisfom/orgs", "repos_url": "https://api.github.com/users/borisfom/repos", "events_url": "https://api.github.com/users/borisfom/events{/privacy}", "received_events_url": "https://api.github.com/users/borisfom/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
null
2022-12-10T02:35:25
2023-01-01T02:05:19
2023-01-01T02:05:19
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5586", "html_url": "https://github.com/NVIDIA/NeMo/pull/5586", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5586.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5586.patch", "merged_at": null }
Signed-off-by: Boris Fomitchev <[email protected]> # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5586/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5586/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5585
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5585/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5585/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5585/events
https://github.com/NVIDIA/NeMo/pull/5585
1,487,591,212
PR_kwDOC_bI7s5E855X
5,585
[Fix] setup_multiple validation/test data
{ "login": "anteju", "id": 108555623, "node_id": "U_kgDOBnhtZw", "avatar_url": "https://avatars.githubusercontent.com/u/108555623?v=4", "gravatar_id": "", "url": "https://api.github.com/users/anteju", "html_url": "https://github.com/anteju", "followers_url": "https://api.github.com/users/anteju/followers", "following_url": "https://api.github.com/users/anteju/following{/other_user}", "gists_url": "https://api.github.com/users/anteju/gists{/gist_id}", "starred_url": "https://api.github.com/users/anteju/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/anteju/subscriptions", "organizations_url": "https://api.github.com/users/anteju/orgs", "repos_url": "https://api.github.com/users/anteju/repos", "events_url": "https://api.github.com/users/anteju/events{/privacy}", "received_events_url": "https://api.github.com/users/anteju/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1923495043, "node_id": "MDU6TGFiZWwxOTIzNDk1MDQz", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/core", "name": "core", "color": "f25e3a", "default": false, "description": "Changes to NeMo Core" } ]
closed
false
null
[]
null
null
2022-12-09T23:02:00
2022-12-12T18:23:46
2022-12-12T18:23:46
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5585", "html_url": "https://github.com/NVIDIA/NeMo/pull/5585", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5585.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5585.patch", "merged_at": "2022-12-12T18:23:46" }
Signed-off-by: Ante Jukić <[email protected]> # What does this PR do ? We missed a c/p mistake in just-merged PR #5569. This bug does not affect default functionality, just the new param added in #5569. Fix: When setting up validation and test data, we need to use `setup_multiple_*`. **Collection**: Core # Changelog - Add specific line by line info of high level changes in this PR. # Usage n/a # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to #5437 5569
{ "login": "anteju", "id": 108555623, "node_id": "U_kgDOBnhtZw", "avatar_url": "https://avatars.githubusercontent.com/u/108555623?v=4", "gravatar_id": "", "url": "https://api.github.com/users/anteju", "html_url": "https://github.com/anteju", "followers_url": "https://api.github.com/users/anteju/followers", "following_url": "https://api.github.com/users/anteju/following{/other_user}", "gists_url": "https://api.github.com/users/anteju/gists{/gist_id}", "starred_url": "https://api.github.com/users/anteju/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/anteju/subscriptions", "organizations_url": "https://api.github.com/users/anteju/orgs", "repos_url": "https://api.github.com/users/anteju/repos", "events_url": "https://api.github.com/users/anteju/events{/privacy}", "received_events_url": "https://api.github.com/users/anteju/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5585/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5585/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5584
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5584/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5584/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5584/events
https://github.com/NVIDIA/NeMo/pull/5584
1,487,387,844
PR_kwDOC_bI7s5E8L5B
5,584
Port stateless timer to exp manager
{ "login": "MaximumEntropy", "id": 9114321, "node_id": "MDQ6VXNlcjkxMTQzMjE=", "avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MaximumEntropy", "html_url": "https://github.com/MaximumEntropy", "followers_url": "https://api.github.com/users/MaximumEntropy/followers", "following_url": "https://api.github.com/users/MaximumEntropy/following{/other_user}", "gists_url": "https://api.github.com/users/MaximumEntropy/gists{/gist_id}", "starred_url": "https://api.github.com/users/MaximumEntropy/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/MaximumEntropy/subscriptions", "organizations_url": "https://api.github.com/users/MaximumEntropy/orgs", "repos_url": "https://api.github.com/users/MaximumEntropy/repos", "events_url": "https://api.github.com/users/MaximumEntropy/events{/privacy}", "received_events_url": "https://api.github.com/users/MaximumEntropy/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-09T20:10:43
2022-12-17T19:20:56
2022-12-17T19:20:53
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5584", "html_url": "https://github.com/NVIDIA/NeMo/pull/5584", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5584.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5584.patch", "merged_at": "2022-12-17T19:20:53" }
Signed-off-by: MaximumEntropy <[email protected]> # What does this PR do ? Allows configuring a stateless timer via `exp_manager.max_time=03:55:00`. **Collection**: All # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [ ] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "MaximumEntropy", "id": 9114321, "node_id": "MDQ6VXNlcjkxMTQzMjE=", "avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MaximumEntropy", "html_url": "https://github.com/MaximumEntropy", "followers_url": "https://api.github.com/users/MaximumEntropy/followers", "following_url": "https://api.github.com/users/MaximumEntropy/following{/other_user}", "gists_url": "https://api.github.com/users/MaximumEntropy/gists{/gist_id}", "starred_url": "https://api.github.com/users/MaximumEntropy/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/MaximumEntropy/subscriptions", "organizations_url": "https://api.github.com/users/MaximumEntropy/orgs", "repos_url": "https://api.github.com/users/MaximumEntropy/repos", "events_url": "https://api.github.com/users/MaximumEntropy/events{/privacy}", "received_events_url": "https://api.github.com/users/MaximumEntropy/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5584/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5584/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5583
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5583/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5583/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5583/events
https://github.com/NVIDIA/NeMo/pull/5583
1,487,222,632
PR_kwDOC_bI7s5E7nKO
5,583
Implementing SFT for GPT
{ "login": "soares-f", "id": 14294190, "node_id": "MDQ6VXNlcjE0Mjk0MTkw", "avatar_url": "https://avatars.githubusercontent.com/u/14294190?v=4", "gravatar_id": "", "url": "https://api.github.com/users/soares-f", "html_url": "https://github.com/soares-f", "followers_url": "https://api.github.com/users/soares-f/followers", "following_url": "https://api.github.com/users/soares-f/following{/other_user}", "gists_url": "https://api.github.com/users/soares-f/gists{/gist_id}", "starred_url": "https://api.github.com/users/soares-f/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/soares-f/subscriptions", "organizations_url": "https://api.github.com/users/soares-f/orgs", "repos_url": "https://api.github.com/users/soares-f/repos", "events_url": "https://api.github.com/users/soares-f/events{/privacy}", "received_events_url": "https://api.github.com/users/soares-f/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4811886210, "node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/NLP", "name": "NLP", "color": "CBF09A", "default": false, "description": "" } ]
closed
false
null
[]
null
null
2022-12-09T18:25:09
2022-12-19T15:07:30
2022-12-19T15:07:30
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
true
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/5583", "html_url": "https://github.com/NVIDIA/NeMo/pull/5583", "diff_url": "https://github.com/NVIDIA/NeMo/pull/5583.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/5583.patch", "merged_at": null }
# What does this PR do ? The goal of this PR is to add a supervised fine-tuning functionality for GPT. **Collection**: NLP - language modeling # Changelog - Created a new class similar to GPT pretraining: MegatronGPTSFT - Create a new dataset class for SFT, allowing answer-only loss and the inclusion of EOS and SEP tokens - Create a new usage example **Pre checks**: - [ ] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did you write any new necessary tests? - [ ] Did you add or update any necessary documentation? - [ ] Does the PR affect components that are optional to install? (Ex: Numba, Pynini, Apex etc) - [ ] Reviewer: Does the PR have correct import guards for all optional libraries? **PR Type**: - [X] New Feature - [ ] Bugfix - [ ] Documentation If you haven't finished some of the above items you can still open "Draft" PR. ## Who can review? Anyone in the community is free to review the PR once the checks have passed. [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) contains specific people who can review PRs to various areas. # Additional Information * Related to # (issue)
{ "login": "soares-f", "id": 14294190, "node_id": "MDQ6VXNlcjE0Mjk0MTkw", "avatar_url": "https://avatars.githubusercontent.com/u/14294190?v=4", "gravatar_id": "", "url": "https://api.github.com/users/soares-f", "html_url": "https://github.com/soares-f", "followers_url": "https://api.github.com/users/soares-f/followers", "following_url": "https://api.github.com/users/soares-f/following{/other_user}", "gists_url": "https://api.github.com/users/soares-f/gists{/gist_id}", "starred_url": "https://api.github.com/users/soares-f/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/soares-f/subscriptions", "organizations_url": "https://api.github.com/users/soares-f/orgs", "repos_url": "https://api.github.com/users/soares-f/repos", "events_url": "https://api.github.com/users/soares-f/events{/privacy}", "received_events_url": "https://api.github.com/users/soares-f/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5583/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5583/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/5582
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5582/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5582/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5582/events
https://github.com/NVIDIA/NeMo/issues/5582
1,486,845,767
I_kwDOC_bI7s5Yn3dH
5,582
Handling "double" and "triple" with ITN
{ "login": "RaiAmanRai", "id": 102528851, "node_id": "U_kgDOBhx3Uw", "avatar_url": "https://avatars.githubusercontent.com/u/102528851?v=4", "gravatar_id": "", "url": "https://api.github.com/users/RaiAmanRai", "html_url": "https://github.com/RaiAmanRai", "followers_url": "https://api.github.com/users/RaiAmanRai/followers", "following_url": "https://api.github.com/users/RaiAmanRai/following{/other_user}", "gists_url": "https://api.github.com/users/RaiAmanRai/gists{/gist_id}", "starred_url": "https://api.github.com/users/RaiAmanRai/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/RaiAmanRai/subscriptions", "organizations_url": "https://api.github.com/users/RaiAmanRai/orgs", "repos_url": "https://api.github.com/users/RaiAmanRai/repos", "events_url": "https://api.github.com/users/RaiAmanRai/events{/privacy}", "received_events_url": "https://api.github.com/users/RaiAmanRai/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 1719393562, "node_id": "MDU6TGFiZWwxNzE5MzkzNTYy", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/feature", "name": "feature", "color": "68F3F0", "default": false, "description": "request/PR for a new feature" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null }, { "id": 4910680898, "node_id": "LA_kwDOC_bI7s8AAAABJLMLQg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TN/ITN", "name": "TN/ITN", "color": "0052cc", "default": false, "description": "" } ]
closed
false
{ "login": "okuchaiev", "id": 22035961, "node_id": "MDQ6VXNlcjIyMDM1OTYx", "avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4", "gravatar_id": "", "url": "https://api.github.com/users/okuchaiev", "html_url": "https://github.com/okuchaiev", "followers_url": "https://api.github.com/users/okuchaiev/followers", "following_url": "https://api.github.com/users/okuchaiev/following{/other_user}", "gists_url": "https://api.github.com/users/okuchaiev/gists{/gist_id}", "starred_url": "https://api.github.com/users/okuchaiev/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/okuchaiev/subscriptions", "organizations_url": "https://api.github.com/users/okuchaiev/orgs", "repos_url": "https://api.github.com/users/okuchaiev/repos", "events_url": "https://api.github.com/users/okuchaiev/events{/privacy}", "received_events_url": "https://api.github.com/users/okuchaiev/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "okuchaiev", "id": 22035961, "node_id": "MDQ6VXNlcjIyMDM1OTYx", "avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4", "gravatar_id": "", "url": "https://api.github.com/users/okuchaiev", "html_url": "https://github.com/okuchaiev", "followers_url": "https://api.github.com/users/okuchaiev/followers", "following_url": "https://api.github.com/users/okuchaiev/following{/other_user}", "gists_url": "https://api.github.com/users/okuchaiev/gists{/gist_id}", "starred_url": "https://api.github.com/users/okuchaiev/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/okuchaiev/subscriptions", "organizations_url": "https://api.github.com/users/okuchaiev/orgs", "repos_url": "https://api.github.com/users/okuchaiev/repos", "events_url": "https://api.github.com/users/okuchaiev/events{/privacy}", "received_events_url": "https://api.github.com/users/okuchaiev/received_events", "type": "User", "user_view_type": "public", "site_admin": false }, { "login": "anand-nv", "id": 105917641, "node_id": "U_kgDOBlAsyQ", "avatar_url": "https://avatars.githubusercontent.com/u/105917641?v=4", "gravatar_id": "", "url": "https://api.github.com/users/anand-nv", "html_url": "https://github.com/anand-nv", "followers_url": "https://api.github.com/users/anand-nv/followers", "following_url": "https://api.github.com/users/anand-nv/following{/other_user}", "gists_url": "https://api.github.com/users/anand-nv/gists{/gist_id}", "starred_url": "https://api.github.com/users/anand-nv/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/anand-nv/subscriptions", "organizations_url": "https://api.github.com/users/anand-nv/orgs", "repos_url": "https://api.github.com/users/anand-nv/repos", "events_url": "https://api.github.com/users/anand-nv/events{/privacy}", "received_events_url": "https://api.github.com/users/anand-nv/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
null
2022-12-09T14:22:33
2023-01-22T01:59:46
2023-01-22T01:59:46
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**ASR results break when we use double, triple and so on with numbers** Suffixes to numbers like double and triple are currently missed/unhandeled. So for a transcript like double 357 should actually return 3357.
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5582/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5582/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/5581
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/5581/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/5581/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/5581/events
https://github.com/NVIDIA/NeMo/issues/5581
1,486,520,127
I_kwDOC_bI7s5Ymn8_
5,581
Config settings for Building a custom decoder using Pretrained conformer CTC Hindi model as Encoder
{ "login": "manjuke", "id": 6142443, "node_id": "MDQ6VXNlcjYxNDI0NDM=", "avatar_url": "https://avatars.githubusercontent.com/u/6142443?v=4", "gravatar_id": "", "url": "https://api.github.com/users/manjuke", "html_url": "https://github.com/manjuke", "followers_url": "https://api.github.com/users/manjuke/followers", "following_url": "https://api.github.com/users/manjuke/following{/other_user}", "gists_url": "https://api.github.com/users/manjuke/gists{/gist_id}", "starred_url": "https://api.github.com/users/manjuke/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/manjuke/subscriptions", "organizations_url": "https://api.github.com/users/manjuke/orgs", "repos_url": "https://api.github.com/users/manjuke/repos", "events_url": "https://api.github.com/users/manjuke/events{/privacy}", "received_events_url": "https://api.github.com/users/manjuke/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
null
2022-12-09T10:40:55
2023-01-17T01:58:14
2023-01-17T01:58:14
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hi, I am trying to use pretrained conformer-ctc-medium Hindi model as encoder, and I would like to add conformer-transducer as decoder initialized with random weights. I tried following things, but none of them is working: 1. I have used **conformer_transducer_bpe.yaml** thinking that the decoder config parameters would be loaded from the config & "RNNTDecoder" would be added. 2. I have tried initializing in the python code, but that is also not working: conf_ctc_model = nemo_asr.models.EncDecCTCModelBPE.from_pretrained(model_name="stt_hi_conformer_ctc_medium") conf_ctc_model.cfg.decoder._target_='nemo.collections.asr.modules.RNNTDecoder' 3. I have tried adding decoder in python code as RNN_decoder = dict( _target_ = 'nemo.collections.asr.modules.RNNTDecoder', normalization_mode = 'null', random_state_sampling = 'false', blank_as_pad = 'true', prednet = dict( pred_hidden = 640, pred_rnn_layers = 1, t_max= 'null', dropout= 0.2 ) ) params['model']['decoder'] = RNN_decoder 4. In addition to RNN_decoder, tried initializing joint, decoding, loss, variational_noise config parameters. But did not help. 5. Tried change_vocabulary before & after config parameters loading But, In all cases decoder was being displayed as ConvASRDecoder, loss = CTCloss, encoder= ConformerEncoder, both during training & in hparams.yaml file. Please suggest how to use pretrained conformer-ctc with a custom decoder. This decoder can be a conformer/transformer. or Can I also try using encoder decoder based "Quartznet" hindi pretrained model to accomplish the same. Or Can I use pyCTCdecoder for decoding? Thanks
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", "type": "Bot", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/5581/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/5581/timeline
null
not_planned
false