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/6209 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6209/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6209/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6209/events | https://github.com/NVIDIA/NeMo/pull/6209 | 1,626,321,447 | PR_kwDOC_bI7s5MJg54 | 6,209 | Cache aware streaming nfa | {
"login": "Slyne",
"id": 6286804,
"node_id": "MDQ6VXNlcjYyODY4MDQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/6286804?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Slyne",
"html_url": "https://github.com/Slyne",
"followers_url": "https://api.github.com/users/Slyne/followers",
"following_url": "https://api.github.com/users/Slyne/following{/other_user}",
"gists_url": "https://api.github.com/users/Slyne/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Slyne/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Slyne/subscriptions",
"organizations_url": "https://api.github.com/users/Slyne/orgs",
"repos_url": "https://api.github.com/users/Slyne/repos",
"events_url": "https://api.github.com/users/Slyne/events{/privacy}",
"received_events_url": "https://api.github.com/users/Slyne/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 | 2023-03-15T21:37:35 | 2023-04-27T20:44:44 | 2023-04-27T20:44:44 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6209",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6209",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6209.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6209.patch",
"merged_at": "2023-04-27T20:44:44"
} | # What does this PR do ?
Add cache aware streaming model in nemo force aligner
Should be easy for ctc segmentation tool to call and get the log probs as well.
Most of the codes are copied from speech_to_text_cache_aware_streaming_infer.py.
**Collection**: [Note which collection this PR will affect]
ASR
# Changelog
# Usage
* You can potentially add a usage example below
```
nemo_model="nemo_models/cache_aware_ctc.nemo"
cd NeMo/tools/nemo_forced_aligner/
python3 align.py \
batch_size=2 \
model_path=$nemo_model \
model_downsample_factor=4 \
manifest_filepath=$manifest \
output_dir=./streaming_ctm_with_pred \
align_using_pred_text=true \
simulate_cache_aware_streaming=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?
- [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
- [ ] 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": "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
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6209/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/6209/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6208 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6208/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6208/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6208/events | https://github.com/NVIDIA/NeMo/pull/6208 | 1,626,241,175 | PR_kwDOC_bI7s5MJPYt | 6,208 | Update IPA dict path in tutorial | {
"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 | 2023-03-15T20:30:29 | 2023-03-15T23:11:08 | 2023-03-15T23:11:06 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6208",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6208",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6208.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6208.patch",
"merged_at": "2023-03-15T23:11:06"
} | # What does this PR do ?
Updates TTS tutorial to point to the IPA dictionary (renamed)
**Collection**: TTS
**PR Type**:
- [ ] New Feature
- [x] Bugfix
- [ ] Documentation | {
"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
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6208/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/6208/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6207 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6207/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6207/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6207/events | https://github.com/NVIDIA/NeMo/pull/6207 | 1,626,210,591 | PR_kwDOC_bI7s5MJIvN | 6,207 | Make sure RETRO integrates well with the core | {
"login": "yidong72",
"id": 43824965,
"node_id": "MDQ6VXNlcjQzODI0OTY1",
"avatar_url": "https://avatars.githubusercontent.com/u/43824965?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yidong72",
"html_url": "https://github.com/yidong72",
"followers_url": "https://api.github.com/users/yidong72/followers",
"following_url": "https://api.github.com/users/yidong72/following{/other_user}",
"gists_url": "https://api.github.com/users/yidong72/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yidong72/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yidong72/subscriptions",
"organizations_url": "https://api.github.com/users/yidong72/orgs",
"repos_url": "https://api.github.com/users/yidong72/repos",
"events_url": "https://api.github.com/users/yidong72/events{/privacy}",
"received_events_url": "https://api.github.com/users/yidong72/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 | 2023-03-15T20:07:43 | 2023-03-17T14:01:45 | 2023-03-17T14:01:44 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6207",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6207",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6207.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6207.patch",
"merged_at": "2023-03-17T14:01:44"
} | # What does this PR do ?
Make sure all the unit tests passes.
Make sure the training loss is the same as with apex. | {
"login": "yidong72",
"id": 43824965,
"node_id": "MDQ6VXNlcjQzODI0OTY1",
"avatar_url": "https://avatars.githubusercontent.com/u/43824965?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yidong72",
"html_url": "https://github.com/yidong72",
"followers_url": "https://api.github.com/users/yidong72/followers",
"following_url": "https://api.github.com/users/yidong72/following{/other_user}",
"gists_url": "https://api.github.com/users/yidong72/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yidong72/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yidong72/subscriptions",
"organizations_url": "https://api.github.com/users/yidong72/orgs",
"repos_url": "https://api.github.com/users/yidong72/repos",
"events_url": "https://api.github.com/users/yidong72/events{/privacy}",
"received_events_url": "https://api.github.com/users/yidong72/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6207/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/6207/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6206 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6206/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6206/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6206/events | https://github.com/NVIDIA/NeMo/pull/6206 | 1,626,107,213 | PR_kwDOC_bI7s5MIxqi | 6,206 | Try to add nvidia sans to custom.css | {
"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
} | [] | closed | false | null | [] | null | null | 2023-03-15T19:10:39 | 2023-03-16T18:26:05 | 2023-03-16T18:26:04 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6206",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6206",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6206.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6206.patch",
"merged_at": "2023-03-16T18:26:04"
} | # What does this PR do ?
This PR is trying to get our docs to use the NVIDIA Sans font
**Collection**: Core
# 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/6206/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/6206/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6205 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6205/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6205/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6205/events | https://github.com/NVIDIA/NeMo/pull/6205 | 1,626,052,962 | PR_kwDOC_bI7s5MIl4D | 6,205 | Add persistent workers to GPT | {
"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": ""
}
] | closed | false | null | [] | null | null | 2023-03-15T18:33:22 | 2023-03-15T22:37:04 | 2023-03-15T22:37:03 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6205",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6205",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6205.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6205.patch",
"merged_at": "2023-03-15T22:37:03"
} | # What does this PR do ?
When using spawn, the dataloader must have persistent_workers=True, otherwise validation will be very slow (all workers will be reinitialized every validation)
**Collection**: [NLP]
# 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": "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/6205/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/6205/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6204 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6204/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6204/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6204/events | https://github.com/NVIDIA/NeMo/pull/6204 | 1,626,052,291 | PR_kwDOC_bI7s5MIlu1 | 6,204 | [TTS] fix broken tutorial for Tacotron2 | {
"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 | 2023-03-15T18:32:48 | 2023-03-15T20:59:15 | 2023-03-15T20:59:14 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6204",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6204",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6204.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6204.patch",
"merged_at": "2023-03-15T20:59:14"
} | # What does this PR do ?
the tutorial was broken due to https://github.com/NVIDIA/NeMo/pull/5982.
**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**:
- [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": "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/6204/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/6204/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6203 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6203/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6203/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6203/events | https://github.com/NVIDIA/NeMo/pull/6203 | 1,626,000,638 | PR_kwDOC_bI7s5MIapC | 6,203 | Upper bound lightning till 2.0.0 support is fixed. | {
"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
} | [] | closed | false | null | [] | null | null | 2023-03-15T17:54:53 | 2023-03-15T17:56:53 | 2023-03-15T17:56:52 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6203",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6203",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6203.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6203.patch",
"merged_at": "2023-03-15T17:56:52"
} | # 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/6203/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/6203/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6202 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6202/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6202/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6202/events | https://github.com/NVIDIA/NeMo/issues/6202 | 1,625,714,261 | I_kwDOC_bI7s5g5m5V | 6,202 | Pin Pytorch Lightning >= 1.9 but < 2.0.0 | {
"login": "mathemakitten",
"id": 31600291,
"node_id": "MDQ6VXNlcjMxNjAwMjkx",
"avatar_url": "https://avatars.githubusercontent.com/u/31600291?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mathemakitten",
"html_url": "https://github.com/mathemakitten",
"followers_url": "https://api.github.com/users/mathemakitten/followers",
"following_url": "https://api.github.com/users/mathemakitten/following{/other_user}",
"gists_url": "https://api.github.com/users/mathemakitten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mathemakitten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mathemakitten/subscriptions",
"organizations_url": "https://api.github.com/users/mathemakitten/orgs",
"repos_url": "https://api.github.com/users/mathemakitten/repos",
"events_url": "https://api.github.com/users/mathemakitten/events{/privacy}",
"received_events_url": "https://api.github.com/users/mathemakitten/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 | 2023-03-15T15:09:59 | 2023-03-16T20:39:21 | 2023-03-16T20:39:21 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
A fresh install of NeMo will break when using Lightning 2.0.0 because NeMo calls `from pytorch_lightning.trainer.connectors.checkpoint_connector import CheckpointConnector` but `CheckpointConnector` has been moved to `_CheckpointConnector` in 2.0.0 (see [here](https://github.com/Lightning-AI/lightning/blob/ad1c994d96c420d8c2def96354e5f7bc551afb98/src/lightning/pytorch/trainer/connectors/checkpoint_connector.py#L45)).
**Steps/Code to reproduce bug**
A fresh install of NeMo which uses Lightning 2.0.0 by default will throw an import error.
**Additional context**
Pinning to 1.9.3 would solve this until a refactor can be done.
| {
"login": "mathemakitten",
"id": 31600291,
"node_id": "MDQ6VXNlcjMxNjAwMjkx",
"avatar_url": "https://avatars.githubusercontent.com/u/31600291?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mathemakitten",
"html_url": "https://github.com/mathemakitten",
"followers_url": "https://api.github.com/users/mathemakitten/followers",
"following_url": "https://api.github.com/users/mathemakitten/following{/other_user}",
"gists_url": "https://api.github.com/users/mathemakitten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mathemakitten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mathemakitten/subscriptions",
"organizations_url": "https://api.github.com/users/mathemakitten/orgs",
"repos_url": "https://api.github.com/users/mathemakitten/repos",
"events_url": "https://api.github.com/users/mathemakitten/events{/privacy}",
"received_events_url": "https://api.github.com/users/mathemakitten/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6202/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/6202/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6201 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6201/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6201/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6201/events | https://github.com/NVIDIA/NeMo/issues/6201 | 1,625,412,028 | I_kwDOC_bI7s5g4dG8 | 6,201 | IndexError: index 0 is out of bounds for dimension 1 with size 0 | {
"login": "LokeshSaipureddi",
"id": 66957108,
"node_id": "MDQ6VXNlcjY2OTU3MTA4",
"avatar_url": "https://avatars.githubusercontent.com/u/66957108?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/LokeshSaipureddi",
"html_url": "https://github.com/LokeshSaipureddi",
"followers_url": "https://api.github.com/users/LokeshSaipureddi/followers",
"following_url": "https://api.github.com/users/LokeshSaipureddi/following{/other_user}",
"gists_url": "https://api.github.com/users/LokeshSaipureddi/gists{/gist_id}",
"starred_url": "https://api.github.com/users/LokeshSaipureddi/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/LokeshSaipureddi/subscriptions",
"organizations_url": "https://api.github.com/users/LokeshSaipureddi/orgs",
"repos_url": "https://api.github.com/users/LokeshSaipureddi/repos",
"events_url": "https://api.github.com/users/LokeshSaipureddi/events{/privacy}",
"received_events_url": "https://api.github.com/users/LokeshSaipureddi/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 | 2023-03-15T12:15:13 | 2024-12-22T08:31:58 | 2023-04-22T01:51:55 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | [/usr/local/lib/python3.9/dist-packages/nemo/collections/asr/parts/preprocessing/features.py](https://localhost:8080/#) in forward(self, x, seq_len, linear_spec)
407 # do preemphasis
408 if self.preemph is not None:
--> 409 x = torch.cat((x[:, 0].unsqueeze(1), x[:, 1:] - self.preemph * x[:, :-1]), dim=1)
410
411 # disable autocast to get full range of stft values
IndexError: index 0 is out of bounds for dimension 1 with size 0
Getting this issue while executiong the chunks | {
"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/6201/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/6201/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6200 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6200/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6200/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6200/events | https://github.com/NVIDIA/NeMo/issues/6200 | 1,625,168,140 | I_kwDOC_bI7s5g3hkM | 6,200 | Keep encountering the KeyError message while trainer.fit() | {
"login": "Subohao",
"id": 22214866,
"node_id": "MDQ6VXNlcjIyMjE0ODY2",
"avatar_url": "https://avatars.githubusercontent.com/u/22214866?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Subohao",
"html_url": "https://github.com/Subohao",
"followers_url": "https://api.github.com/users/Subohao/followers",
"following_url": "https://api.github.com/users/Subohao/following{/other_user}",
"gists_url": "https://api.github.com/users/Subohao/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Subohao/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Subohao/subscriptions",
"organizations_url": "https://api.github.com/users/Subohao/orgs",
"repos_url": "https://api.github.com/users/Subohao/repos",
"events_url": "https://api.github.com/users/Subohao/events{/privacy}",
"received_events_url": "https://api.github.com/users/Subohao/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 | 2023-03-15T09:58:09 | 2023-03-15T10:12:03 | 2023-03-15T10:12:03 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
Hi, thanks for providing such a helpful toolkit. I'm currently following the tutorial from [Nvidia-examples](https://colab.research.google.com/github/NVIDIA/NeMo/blob/stable/tutorials/asr/ASR_with_NeMo.ipynb#scrollTo=3FT0klSV268p), and applying my own Mandarin Chinese corpus. Since our dataset is Mandarin Chinese, the only different setting is the 'labels' in the configuration files. Thus, I directly change the labels through the command below:
`params['model']['train_ds']['labels'] = [' ']+list(unique_char)+params['labels']`
`params['labels'] = [' ']+list(unique_char)+params['labels']`
where `unique_char` is a set that includes all the unique characters in our train_manifest.
p.s. I preprocess all the texts of each audio to a single character form as below:
`{audio_filepath: example.wav, duration: 15, text: '你 好 嗎'}`
Hence, aggregating all the text information from train_manifest to form `unique_char` should include all the characters.
However, I still met similar error messages while doing trainer.fit() as below:
```
File "/opt/conda/anaconda3/envs/nemo/lib/python3.8/site-packages/nemo/collections/asr/metrics/wer.py", line 1074, in decode_ids_to_tokens
token_list = [self.labels_map[c] for c in tokens if c != self.blank_id]
File "/opt/conda/anaconda3/envs/nemo/lib/python3.8/site-packages/nemo/collections/asr/metrics/wer.py", line 1074, in <listcomp>
token_list = [self.labels_map[c] for c in tokens if c != self.blank_id]
KeyError: 1669
```
BTW, it would run several iterations in Epoch 0 to pop out this error message.
Is there anyone facing similar questions that can help me fix the problem?
Appreciate your help and time, thank you! | {
"login": "Subohao",
"id": 22214866,
"node_id": "MDQ6VXNlcjIyMjE0ODY2",
"avatar_url": "https://avatars.githubusercontent.com/u/22214866?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Subohao",
"html_url": "https://github.com/Subohao",
"followers_url": "https://api.github.com/users/Subohao/followers",
"following_url": "https://api.github.com/users/Subohao/following{/other_user}",
"gists_url": "https://api.github.com/users/Subohao/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Subohao/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Subohao/subscriptions",
"organizations_url": "https://api.github.com/users/Subohao/orgs",
"repos_url": "https://api.github.com/users/Subohao/repos",
"events_url": "https://api.github.com/users/Subohao/events{/privacy}",
"received_events_url": "https://api.github.com/users/Subohao/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6200/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/6200/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6199 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6199/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6199/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6199/events | https://github.com/NVIDIA/NeMo/pull/6199 | 1,624,896,021 | PR_kwDOC_bI7s5MEq6Y | 6,199 | [TTS] fix broken tutorial for Tacotron2 | {
"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 | 2023-03-15T07:13:16 | 2023-03-16T07:14:31 | 2023-03-15T18:32:21 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6199",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6199",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6199.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6199.patch",
"merged_at": "2023-03-15T18:32:21"
} | # What does this PR do ?
the tutorial was broken due to https://github.com/NVIDIA/NeMo/pull/5982.
**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**:
- [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) https://github.com/NVIDIA/NeMo/issues/6050
| {
"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/6199/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/6199/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6198 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6198/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6198/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6198/events | https://github.com/NVIDIA/NeMo/pull/6198 | 1,624,871,963 | PR_kwDOC_bI7s5MElqo | 6,198 | [TTS] fixed code scanning alert 885 | {
"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 | 2023-03-15T06:55:07 | 2023-03-16T06:23:36 | 2023-03-16T06:23:33 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6198",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6198",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6198.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6198.patch",
"merged_at": "2023-03-16T06:23:33"
} | # What does this PR do ?
fixed code scanning alert: https://github.com/NVIDIA/NeMo/security/code-scanning/885
**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) https://github.com/NVIDIA/NeMo/issues/5936
| {
"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/6198/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/6198/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6196 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6196/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6196/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6196/events | https://github.com/NVIDIA/NeMo/pull/6196 | 1,624,672,077 | PR_kwDOC_bI7s5MD6sY | 6,196 | [TTS] fixed code scanning alert 905 | {
"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 | 2023-03-15T03:33:49 | 2023-03-15T18:00:16 | 2023-03-15T18:00:11 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6196",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6196",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6196.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6196.patch",
"merged_at": "2023-03-15T18:00:11"
} | # What does this PR do ?
fixed code scanning alert https://github.com/NVIDIA/NeMo/security/code-scanning/905
**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) https://github.com/NVIDIA/NeMo/issues/5935
| {
"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/6196/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/6196/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6195 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6195/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6195/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6195/events | https://github.com/NVIDIA/NeMo/pull/6195 | 1,624,649,912 | PR_kwDOC_bI7s5MD1-Q | 6,195 | [TTS] fixed code scanning alert 836 | {
"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 | 2023-03-15T03:08:51 | 2023-03-15T18:00:44 | 2023-03-15T18:00:40 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6195",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6195",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6195.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6195.patch",
"merged_at": "2023-03-15T18:00:40"
} | # What does this PR do ?
fixed code scanning alert https://github.com/NVIDIA/NeMo/security/code-scanning/836
**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**:
- [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) https://github.com/NVIDIA/NeMo/issues/5934
| {
"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/6195/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/6195/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6194 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6194/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6194/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6194/events | https://github.com/NVIDIA/NeMo/pull/6194 | 1,624,629,464 | PR_kwDOC_bI7s5MDxp7 | 6,194 | [TTS] fixed code scanning alert #774 | {
"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 | 2023-03-15T02:47:20 | 2023-03-15T17:54:37 | 2023-03-15T17:54:29 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6194",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6194",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6194.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6194.patch",
"merged_at": "2023-03-15T17:54:29"
} | # What does this PR do ?
fixed code scanning alert https://github.com/NVIDIA/NeMo/security/code-scanning/774
**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**:
- [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) https://github.com/NVIDIA/NeMo/issues/5932#issuecomment-1461156445
| {
"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/6194/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/6194/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6193 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6193/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6193/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6193/events | https://github.com/NVIDIA/NeMo/issues/6193 | 1,624,629,065 | I_kwDOC_bI7s5g1d9J | 6,193 | Chinese support page 404 | {
"login": "KajiMaCN",
"id": 28567261,
"node_id": "MDQ6VXNlcjI4NTY3MjYx",
"avatar_url": "https://avatars.githubusercontent.com/u/28567261?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/KajiMaCN",
"html_url": "https://github.com/KajiMaCN",
"followers_url": "https://api.github.com/users/KajiMaCN/followers",
"following_url": "https://api.github.com/users/KajiMaCN/following{/other_user}",
"gists_url": "https://api.github.com/users/KajiMaCN/gists{/gist_id}",
"starred_url": "https://api.github.com/users/KajiMaCN/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/KajiMaCN/subscriptions",
"organizations_url": "https://api.github.com/users/KajiMaCN/orgs",
"repos_url": "https://api.github.com/users/KajiMaCN/repos",
"events_url": "https://api.github.com/users/KajiMaCN/events{/privacy}",
"received_events_url": "https://api.github.com/users/KajiMaCN/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": "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
} | [
{
"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
}
] | null | null | 2023-03-15T02:47:01 | 2023-04-27T01:52:17 | 2023-04-27T01:52:17 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | [Chinese support page](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/zh/latest/zh/index.html) 404 | {
"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/6193/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/6193/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6192 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6192/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6192/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6192/events | https://github.com/NVIDIA/NeMo/issues/6192 | 1,624,376,767 | I_kwDOC_bI7s5g0gW_ | 6,192 | Speaker diarization and RabbitMQ multiprocessing error | {
"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
}
] | closed | false | null | [] | null | null | 2023-03-14T22:16:12 | 2023-05-07T01:56:31 | 2023-05-07T01:56:31 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hello there!
I have create a diarization pipeline and I wanted to implement it into a queue messages system. I am using Pika with RabbitMQ and multiprocessing package. I initialize multiple consumer processes and wait for messages to come into the diarizationInputQueue, diarize the input recordings and put the resulting json in the diarizationOutputQueue. I try to perform parallel diarizations using an extended class from `multiprocessing.Process`
The problem is that whenever I run multiple diarization processes (I run 2 consumers/processes), a job (input recording from the input queue) is consumed multiple times if there is an free process/consumer, not just once. This results in either overriding the other running process or resulting in a connection error, at some point ( the connection is not the real problem).
As it can be seen in this picture, at '07:17,225 job-id 10' is loaded into a consumer. When the other consumer becomes free, it loads 'job-id 10' at 09:17:667 again.

Another example is when I simply load the models and let each process sleep for a certain amount of time. In this case, after 'job-id:91' sleeps for 201 seconds, before the message is sent to the output queue, another 'job-id:91' process is initiated and pika throws an error.
```
2023-03-15 00:31:00,364 root INFO Message from queue: {'diarization-task': {'job-id': '91', 'diarization-id': '12345', 'file-path': '/home/gpirlogeanu/nemo_rttms/romana_wav/tel6.wav', 'num-speakers': None, 'sleep-time': 201}}
2023-03-15 00:32:24,503 root INFO Diarization ID: 12345 with jobID: 91 has been successfully postprocessed!
2023-03-15 00:32:24,504 pika.adapters.utils.io_services_utils ERROR _AsyncBaseTransport._produce() failed, aborting connection: error=ConnectionResetError(104, 'Connection reset by peer'); sock=<socket.socket fd=15, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('172.18.0.4', 58582)>; Caller's stack:
```
The system works fine when I am using a single consumer, so it is not an error in the scripts. What I have read is:
``
Pika does not have any notion of threading in the code. If you want to use Pika with threading, make sure you have a Pika connection per thread, created in that thread. It is not safe to share one Pika connection across threads, with one exception: you may call the connection method add_callback_threadsafe from another thread to schedule a callback within an active pika connection.
``
NeMo initializes multiple threads per process and I think it conflicts with the pika library. Did any of you use a similar system or have any idea how I could make it NeMo work with Pika? Can NeMo run without multithreading? If I don't use NeMo, an input message is loaded just once in the current configuration. (I have tested it with sleep commands)
As you can see, a process runs on multiple threads:

My code: (I acknowledge messages "manually" after diarization is done)
```
def run(self):
logging.info('Starting process to consume from Rabbit MQ...')
while True:
try:
self.channel_receive.basic_consume(self.configFile['QUEUE_RECEIVE'], on_message_callback=self.callback)
self.channel_receive.start_consuming()
except Exception as e:
logging.error(
"There seem to be connection issues! Error: %s", e)
logging.error("Trying to establish a new connection...")
self.createConnectionAndChannels()
logging.info("Connection recovered!")
continue
except KeyboardInterrupt:
logging.info("You manually stopped the app!")
break
time.sleep(5)
```
```
# Send the ACK for the finished task above
try:
if self.checkConnectionAndChannels() is False:
self.createConnectionAndChannels()
self.channel_receive.basic_ack(delivery_tag=method.delivery_tag)
logging.info("Sending ACK after successully completed task for Diarization ID: " + diarizationID + "with jobID: " +
jobID)
except Exception as e:
logging.error("Error while trying to send positive ack for Diarization ID:" +
diarizationID + " with jobID: " + jobID + " " + "Error: %s", e)
self.channel_receive.basic_nack(delivery_tag=method.delivery_tag)
logging.info("#######################################################")
logging.info('\n')
```
| {
"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/6192/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/6192/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6191 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6191/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6191/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6191/events | https://github.com/NVIDIA/NeMo/pull/6191 | 1,623,985,527 | PR_kwDOC_bI7s5MBnrZ | 6,191 | Bug fixing for bucketing dataset | {
"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
} | [
{
"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 | 2023-03-14T17:32:34 | 2023-05-19T19:44:26 | 2023-03-18T03:23:18 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6191",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6191",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6191.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6191.patch",
"merged_at": "2023-03-18T03:23:18"
} | # What does this PR do ?
Fixes a bug in the ASR bucketing which made the training to hang at the end of first epoch.
**Collection**: ASR
# Changelog
- Fixed the bucketing bug by making the bucketing dataloaders to loop over the samples indefinitely.
**PR Type**:
- [ ] New Feature
- [X] 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/6191/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/6191/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6190 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6190/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6190/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6190/events | https://github.com/NVIDIA/NeMo/pull/6190 | 1,623,285,234 | PR_kwDOC_bI7s5L_P5p | 6,190 | Allow disabling document shuffling for GPT | {
"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 | 2023-03-14T11:30:37 | 2023-03-17T20:48:41 | 2023-03-17T20:48:41 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6190",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6190",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6190.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6190.patch",
"merged_at": "2023-03-17T20:48:41"
} | # What does this PR do ?
Add `model.data.shuffle_documents` flag which allows disabling document shuffling for GPT dataset
**Collection**: NLP
# Changelog
-Add `model.data.shuffle_documents` flag which allows disabling document shuffling for GPT dataset
# 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)
- [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**:
- [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/6190/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/6190/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6189 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6189/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6189/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6189/events | https://github.com/NVIDIA/NeMo/pull/6189 | 1,622,706,168 | PR_kwDOC_bI7s5L9Tzo | 6,189 | Virtual tokens applied at the leftmost positions. | {
"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": 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 | 2023-03-14T04:35:17 | 2023-04-06T01:50:58 | 2023-04-06T01:50:58 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6189",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6189",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6189.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6189.patch",
"merged_at": null
} | # What does this PR do ?
removes functionality to insert virtual tokens arbitrarily which makes code complex and has no performance benefit. This PR removes this ability and simple adds virtual tokens in the start.
Makes P-tuning for RETRO models easier.
Removes taskname_ids from dataset creation.
**Collection**: [NLP]
# 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/6189/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/6189/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6187 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6187/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6187/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6187/events | https://github.com/NVIDIA/NeMo/pull/6187 | 1,622,469,808 | PR_kwDOC_bI7s5L8hE5 | 6,187 | Update Tacotron2_Training.ipynb | {
"login": "pivolan",
"id": 903550,
"node_id": "MDQ6VXNlcjkwMzU1MA==",
"avatar_url": "https://avatars.githubusercontent.com/u/903550?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/pivolan",
"html_url": "https://github.com/pivolan",
"followers_url": "https://api.github.com/users/pivolan/followers",
"following_url": "https://api.github.com/users/pivolan/following{/other_user}",
"gists_url": "https://api.github.com/users/pivolan/gists{/gist_id}",
"starred_url": "https://api.github.com/users/pivolan/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/pivolan/subscriptions",
"organizations_url": "https://api.github.com/users/pivolan/orgs",
"repos_url": "https://api.github.com/users/pivolan/repos",
"events_url": "https://api.github.com/users/pivolan/events{/privacy}",
"received_events_url": "https://api.github.com/users/pivolan/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 | 2023-03-13T23:44:17 | 2023-03-13T23:44:56 | 2023-03-13T23:44:56 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6187",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6187",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6187.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6187.patch",
"merged_at": null
} | removed comma in the end of the list to prevent error paring this file as jupiter notebook.
# 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": "pivolan",
"id": 903550,
"node_id": "MDQ6VXNlcjkwMzU1MA==",
"avatar_url": "https://avatars.githubusercontent.com/u/903550?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/pivolan",
"html_url": "https://github.com/pivolan",
"followers_url": "https://api.github.com/users/pivolan/followers",
"following_url": "https://api.github.com/users/pivolan/following{/other_user}",
"gists_url": "https://api.github.com/users/pivolan/gists{/gist_id}",
"starred_url": "https://api.github.com/users/pivolan/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/pivolan/subscriptions",
"organizations_url": "https://api.github.com/users/pivolan/orgs",
"repos_url": "https://api.github.com/users/pivolan/repos",
"events_url": "https://api.github.com/users/pivolan/events{/privacy}",
"received_events_url": "https://api.github.com/users/pivolan/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6187/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/6187/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6186 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6186/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6186/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6186/events | https://github.com/NVIDIA/NeMo/pull/6186 | 1,622,460,485 | PR_kwDOC_bI7s5L8fNd | 6,186 | Fix scanning alert bugs | {
"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 | 2023-03-13T23:30:00 | 2023-03-14T21:52:32 | 2023-03-14T21:52:30 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6186",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6186",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6186.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6186.patch",
"merged_at": "2023-03-14T21:52:30"
} | # What does this PR do ?
Address codeQl alert: https://github.com/NVIDIA/NeMo/security/code-scanning/772
**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): https://github.com/NVIDIA/NeMo/issues/5933
* Related to PR: https://github.com/NVIDIA/NeMo/pull/6177 | {
"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/6186/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/6186/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6185 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6185/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6185/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6185/events | https://github.com/NVIDIA/NeMo/pull/6185 | 1,622,228,527 | PR_kwDOC_bI7s5L7sPg | 6,185 | [WIP] add buffered chunked streaming for nemo force aligner | {
"login": "Slyne",
"id": 6286804,
"node_id": "MDQ6VXNlcjYyODY4MDQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/6286804?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Slyne",
"html_url": "https://github.com/Slyne",
"followers_url": "https://api.github.com/users/Slyne/followers",
"following_url": "https://api.github.com/users/Slyne/following{/other_user}",
"gists_url": "https://api.github.com/users/Slyne/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Slyne/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Slyne/subscriptions",
"organizations_url": "https://api.github.com/users/Slyne/orgs",
"repos_url": "https://api.github.com/users/Slyne/repos",
"events_url": "https://api.github.com/users/Slyne/events{/privacy}",
"received_events_url": "https://api.github.com/users/Slyne/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 | 2023-03-13T20:42:23 | 2023-04-04T21:14:17 | 2023-04-04T21:14:17 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6185",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6185",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6185.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6185.patch",
"merged_at": "2023-04-04T21:14:16"
} | # What does this PR do ?
To support buffered chunked streaming inference for nemo neural force aligner.
**Collection**: [Note which collection this PR will affect]
ASR
# Changelog
- add an argument (keep_logits default is False) for transcribe function in `FrameBatchASR` to keep the inference logits.
- return the logits(log probs) if keep_logits is set to True.
# Usage
```python
python align.py \
pretrained_name="stt_en_citrinet_1024_gamma_0_25" \
batch_size=32 \
model_downsample_factor=8 \
manifest_filepath=$manifest \
use_buffered_chunked_streaming=true \
output_dir=./buffered_streaming_test_pred \
total_buffer_in_secs=10 \
align_using_pred_text=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?
- [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
- [ ] 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": "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
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6185/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/6185/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6184 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6184/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6184/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6184/events | https://github.com/NVIDIA/NeMo/pull/6184 | 1,622,151,716 | PR_kwDOC_bI7s5L7btY | 6,184 | Update ASR Data Simulator | {
"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": 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 | 2023-03-13T19:46:31 | 2023-03-15T23:34:56 | 2023-03-15T23:34:54 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6184",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6184",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6184.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6184.patch",
"merged_at": "2023-03-15T23:34:54"
} | # What does this PR do ?
Add session and segment augmentation, add logging of params and metadata of each session, fix implicit bug in RIR perturbation.
**Collection**: [ASR]
# Changelog
- Add audio augmentation on whole session and each speech segment
- Add logging generator params to output dir.
- Add logging session metadata
- Fix implicit bugs in RIR perturb, allowing individual control on foreground and background noise
# 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
- [x] Bugfix
- [ ] Documentation
| {
"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/6184/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/6184/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6183 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6183/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6183/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6183/events | https://github.com/NVIDIA/NeMo/pull/6183 | 1,622,125,800 | PR_kwDOC_bI7s5L7W5p | 6,183 | Custom functions for distopt communication in interleaved pipeline parallelism | {
"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": 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": 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 | 2023-03-13T19:33:20 | 2023-03-17T20:48:56 | 2023-03-17T20:48:55 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6183",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6183",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6183.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6183.patch",
"merged_at": "2023-03-17T20:48:55"
} | # What does this PR do ?
As discussed in https://github.com/NVIDIA/apex/pull/1611, we are experiencing excessive GPU idling when training GPT with the distributed optimizer and interleaved pipeline parallelism. That PR addresses the issue by making sure all distopt communication is aligned across the pipeline-parallel group, and this PR adds NeMo support to enable those perf optimizations.
**Collection**: NLP
# Changelog
- Add functions for interleaved pipeline parallel schedule to trigger async distopt communication
# Usage
Set the optimizer to `distributed_fused_adam` in the config file:
https://github.com/NVIDIA/NeMo/blob/3d72e81327f9080a50a84e0a78589f8d5059e66e/examples/nlp/language_modeling/conf/megatron_gpt_config.yaml#L204
This optimization is only relevant when training GPT or BERT with virtual pipeline stages.
# 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.
Pinging @erhoo82.
# Additional Information
* Depends on https://github.com/NVIDIA/apex/pull/1611 | {
"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/6183/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/6183/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6182 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6182/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6182/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6182/events | https://github.com/NVIDIA/NeMo/pull/6182 | 1,622,121,216 | PR_kwDOC_bI7s5L7V7d | 6,182 | Filter p-tuning by example length | {
"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 | 2023-03-13T19:29:58 | 2023-03-13T22:11:46 | 2023-03-13T22:11:45 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6182",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6182",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6182.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6182.patch",
"merged_at": "2023-03-13T22:11:45"
} | # What does this PR do ?
Previously only training and validation examples longer than the max encoder length were filtered out. This PR makes it possible to filter out by a specified length. This will save training time, as larger batch sizes will be possible after removing a small % of training and validation examples.
**Collection**: [NLP]
# 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": "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/6182/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/6182/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6181 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6181/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6181/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6181/events | https://github.com/NVIDIA/NeMo/pull/6181 | 1,622,091,235 | PR_kwDOC_bI7s5L7PWu | 6,181 | Synthetic dataloading for Megatron T5 and GPT models | {
"login": "vysarge",
"id": 10239441,
"node_id": "MDQ6VXNlcjEwMjM5NDQx",
"avatar_url": "https://avatars.githubusercontent.com/u/10239441?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vysarge",
"html_url": "https://github.com/vysarge",
"followers_url": "https://api.github.com/users/vysarge/followers",
"following_url": "https://api.github.com/users/vysarge/following{/other_user}",
"gists_url": "https://api.github.com/users/vysarge/gists{/gist_id}",
"starred_url": "https://api.github.com/users/vysarge/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/vysarge/subscriptions",
"organizations_url": "https://api.github.com/users/vysarge/orgs",
"repos_url": "https://api.github.com/users/vysarge/repos",
"events_url": "https://api.github.com/users/vysarge/events{/privacy}",
"received_events_url": "https://api.github.com/users/vysarge/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 | 2023-03-13T19:07:21 | 2024-03-12T22:36:50 | 2023-03-27T22:17:20 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6181",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6181",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6181.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6181.patch",
"merged_at": "2023-03-27T22:17:20"
} | # What does this PR do ?
Enables testing functionality and performance of training code using a synthetic version of existing datasets.
**Collection**: NLP (language_modeling)
# Changelog
- Added SyntheticGPTDataset which produces the same size and datatypes of output as GPTDataset
- Added SyntheticT5Dataset which produces the same size and datatypes of output as T5Dataset
# Usage
```bash
HYDRA_FULL_ERROR=1 python NeMo/examples/nlp/language_modeling/megatron_gpt_pretraining.py \
model.data.data_impl=synthetic \
model.data.data_prefix=[]
HYDRA_FULL_ERROR=1 python NeMo/examples/nlp/language_modeling/megatron_t5_pretraining.py \
model.data.data_impl=synthetic \
model.data.data_prefix=[]
```
# 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**:
- [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": "yidong72",
"id": 43824965,
"node_id": "MDQ6VXNlcjQzODI0OTY1",
"avatar_url": "https://avatars.githubusercontent.com/u/43824965?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yidong72",
"html_url": "https://github.com/yidong72",
"followers_url": "https://api.github.com/users/yidong72/followers",
"following_url": "https://api.github.com/users/yidong72/following{/other_user}",
"gists_url": "https://api.github.com/users/yidong72/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yidong72/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yidong72/subscriptions",
"organizations_url": "https://api.github.com/users/yidong72/orgs",
"repos_url": "https://api.github.com/users/yidong72/repos",
"events_url": "https://api.github.com/users/yidong72/events{/privacy}",
"received_events_url": "https://api.github.com/users/yidong72/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6181/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/6181/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6180 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6180/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6180/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6180/events | https://github.com/NVIDIA/NeMo/issues/6180 | 1,621,517,090 | I_kwDOC_bI7s5gpmMi | 6,180 | nemo2riva not working as expected | {
"login": "manchandasahil",
"id": 32937046,
"node_id": "MDQ6VXNlcjMyOTM3MDQ2",
"avatar_url": "https://avatars.githubusercontent.com/u/32937046?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/manchandasahil",
"html_url": "https://github.com/manchandasahil",
"followers_url": "https://api.github.com/users/manchandasahil/followers",
"following_url": "https://api.github.com/users/manchandasahil/following{/other_user}",
"gists_url": "https://api.github.com/users/manchandasahil/gists{/gist_id}",
"starred_url": "https://api.github.com/users/manchandasahil/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/manchandasahil/subscriptions",
"organizations_url": "https://api.github.com/users/manchandasahil/orgs",
"repos_url": "https://api.github.com/users/manchandasahil/repos",
"events_url": "https://api.github.com/users/manchandasahil/events{/privacy}",
"received_events_url": "https://api.github.com/users/manchandasahil/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": "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
} | [
{
"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
}
] | null | null | 2023-03-13T13:43:09 | 2023-04-24T01:53:28 | 2023-04-24T01:53:28 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
Not able to convert the nemo model : stt_en_conformer_ctc_large.nemo to riva using nemo2riva
Model EncDecCTCModelBPE was successfully restored from /data/atc_tenant/asr/lsfadmin/temp/stt_en_conformer_ctc_large.nemo.
[NeMo I 2023-03-13 13:21:57 schema:154] Loaded schema file /usr/local/lib/python3.8/dist-packages/nemo2riva/validation_schemas/asr-scr-exported-encdecclsmodel.yaml for nemo.collections.asr.models.classification_models.EncDecClassificationModel
[NeMo I 2023-03-13 13:21:57 schema:154] Loaded schema file /usr/local/lib/python3.8/dist-packages/nemo2riva/validation_schemas/asr-stt-exported-encdecctcmodel.yaml for nemo.collections.asr.models.EncDecCTCModel
[NeMo I 2023-03-13 13:21:57 schema:154] Loaded schema file /usr/local/lib/python3.8/dist-packages/nemo2riva/validation_schemas/asr-stt-exported-encdectcmodelbpe.yaml for nemo.collections.asr.models.EncDecCTCModelBPE
[NeMo I 2023-03-13 13:21:57 schema:154] Loaded schema file /usr/local/lib/python3.8/dist-packages/nemo2riva/validation_schemas/nlp-isc-exported-bert.yaml for nemo.collections.nlp.models.IntentSlotClassificationModel
[NeMo I 2023-03-13 13:21:57 schema:154] Loaded schema file /usr/local/lib/python3.8/dist-packages/nemo2riva/validation_schemas/nlp-mt-exported-encdecmtmodel.yaml for nemo.collections.nlp.models.MTEncDecModel
[NeMo I 2023-03-13 13:21:57 schema:154] Loaded schema file /usr/local/lib/python3.8/dist-packages/nemo2riva/validation_schemas/nlp-pc-exported-bert.yaml for nemo.collections.nlp.models.PunctuationCapitalizationModel
[NeMo I 2023-03-13 13:21:57 schema:154] Loaded schema file /usr/local/lib/python3.8/dist-packages/nemo2riva/validation_schemas/nlp-qa-exported-bert.yaml for nemo.collections.nlp.models.QAModel
[NeMo I 2023-03-13 13:21:57 schema:154] Loaded schema file /usr/local/lib/python3.8/dist-packages/nemo2riva/validation_schemas/nlp-tc-exported-bert.yaml for nemo.collections.nlp.models.TextClassificationModel
[NeMo I 2023-03-13 13:21:57 schema:154] Loaded schema file /usr/local/lib/python3.8/dist-packages/nemo2riva/validation_schemas/nlp-tkc-exported-bert.yaml for nemo.collections.nlp.models.TokenClassificationModel
[NeMo I 2023-03-13 13:21:57 schema:154] Loaded schema file /usr/local/lib/python3.8/dist-packages/nemo2riva/validation_schemas/tts-exported-fastpitchmodel.yaml for nemo.collections.tts.models.FastPitchModel
[NeMo I 2023-03-13 13:21:57 schema:154] Loaded schema file /usr/local/lib/python3.8/dist-packages/nemo2riva/validation_schemas/tts-exported-hifiganmodel.yaml for nemo.collections.tts.models.HifiGanModel
[NeMo I 2023-03-13 13:21:57 schema:154] Loaded schema file /usr/local/lib/python3.8/dist-packages/nemo2riva/validation_schemas/tts-exported-radttsmodel.yaml for nemo.collections.tts.models.RadTTSModel
[NeMo I 2023-03-13 13:21:57 schema:193] Found validation schema for nemo.collections.asr.models.EncDecCTCModelBPE at /usr/local/lib/python3.8/dist-packages/nemo2riva/validation_schemas/asr-stt-exported-encdectcmodelbpe.yaml
[NeMo I 2023-03-13 13:21:57 schema:222] Checking installed NeMo version ... 1.17.0rc0 OK (>=1.1)
[NeMo I 2023-03-13 13:21:57 artifacts:65] Found model at ./model_weights.ckpt
[NeMo E 2023-03-13 13:21:57 artifacts:112] nemo2riva's get_artifacts() was called but was unable to continue due to missing modules. Please ensure that nemo_toolkit and it's dependencies are all installed before re-running nemo2riva.
Traceback (most recent call last):
File "/usr/local/bin/nemo2riva", line 8, in <module>
sys.exit(nemo2riva())
File "/usr/local/lib/python3.8/dist-packages/nemo2riva/cli/nemo2riva.py", line 55, in nemo2riva
Nemo2Riva(args)
File "/usr/local/lib/python3.8/dist-packages/nemo2riva/convert.py", line 85, in Nemo2Riva
artifacts, manifest = get_artifacts(restore_path=nemo_in, model=model, passphrase=key, **patch_kwargs)
File "/usr/local/lib/python3.8/dist-packages/nemo2riva/artifacts.py", line 117, in get_artifacts
if isinstance(_HAVE_PATCHES_ERROR_MSG, exception):
TypeError: isinstance() arg 2 must be a type or tuple of types
**Steps/Code to reproduce bug**
nemo2riva --out stt_en_conformer_ctc_large.riva stt_en_conformer_ctc_large.nemo
The nemo model is the model that is available on ngc.
**Expected behavior**
converted .riva model
**Environment overview (please complete the following information)**
- Environment location: Docker deployed on a GPU machine
- Method of NeMo install: git clone https://github.com/NVIDIA/NeMo && cd NeMo && ./reinstall.sh
- If method of install is [Docker] Please refer to the docker file below
FROM nvcr.io/nvidia/riva/riva-speech:2.7.0-servicemaker
RUN apt-get update && apt install -y --reinstall python3-pip
RUN mkdir \
/.local /.cache /data /nltk_data /.jupyter \
&& chmod -R 777 \
/data /.local /.jupyter /.cache /nltk_data
WORKDIR /
RUN git clone https://github.com/NVIDIA/NeMo && cd NeMo && ./reinstall.sh
RUN pip install torchvision jupyter
**Environment details**
If NVIDIA docker image is used you don't need to specify these.
Otherwise, please provide:
- OS version Ubuntu 20.04.4
- PyTorch version torch==1.13.1
- Python version 3.8.10
**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/6180/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/6180/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6179 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6179/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6179/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6179/events | https://github.com/NVIDIA/NeMo/pull/6179 | 1,621,489,858 | PR_kwDOC_bI7s5L5Ojv | 6,179 | Spellchecking ASR customization model | {
"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": 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 | 2023-03-13T13:26:59 | 2023-06-02T15:44:19 | 2023-06-02T15:44:19 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6179",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6179",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6179.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6179.patch",
"merged_at": "2023-06-02T15:44:19"
} | # What does this PR do ?
Add spellchecking ASR customization model and scripts for data preparation and evaluation.
**Collection**: [Note which collection this PR will affect]
nlp
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
See examples/nlp/spellchecking_asr_customization/README.md
```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
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/6179/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/6179/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6178 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6178/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6178/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6178/events | https://github.com/NVIDIA/NeMo/pull/6178 | 1,620,689,296 | PR_kwDOC_bI7s5L2iQU | 6,178 | Add sequence parallel support to Rope positional embedding | {
"login": "yidong72",
"id": 43824965,
"node_id": "MDQ6VXNlcjQzODI0OTY1",
"avatar_url": "https://avatars.githubusercontent.com/u/43824965?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yidong72",
"html_url": "https://github.com/yidong72",
"followers_url": "https://api.github.com/users/yidong72/followers",
"following_url": "https://api.github.com/users/yidong72/following{/other_user}",
"gists_url": "https://api.github.com/users/yidong72/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yidong72/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yidong72/subscriptions",
"organizations_url": "https://api.github.com/users/yidong72/orgs",
"repos_url": "https://api.github.com/users/yidong72/repos",
"events_url": "https://api.github.com/users/yidong72/events{/privacy}",
"received_events_url": "https://api.github.com/users/yidong72/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 | 2023-03-13T03:26:55 | 2023-03-14T00:58:39 | 2023-03-14T00:58:38 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6178",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6178",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6178.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6178.patch",
"merged_at": "2023-03-14T00:58:38"
} | Add sequence parallel support to Rope positional embedding | {
"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/6178/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/6178/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6177 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6177/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6177/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6177/events | https://github.com/NVIDIA/NeMo/pull/6177 | 1,619,927,736 | PR_kwDOC_bI7s5L0P5J | 6,177 | fixed scanning alert bugs | {
"login": "MikyasDesta",
"id": 4801137,
"node_id": "MDQ6VXNlcjQ4MDExMzc=",
"avatar_url": "https://avatars.githubusercontent.com/u/4801137?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MikyasDesta",
"html_url": "https://github.com/MikyasDesta",
"followers_url": "https://api.github.com/users/MikyasDesta/followers",
"following_url": "https://api.github.com/users/MikyasDesta/following{/other_user}",
"gists_url": "https://api.github.com/users/MikyasDesta/gists{/gist_id}",
"starred_url": "https://api.github.com/users/MikyasDesta/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/MikyasDesta/subscriptions",
"organizations_url": "https://api.github.com/users/MikyasDesta/orgs",
"repos_url": "https://api.github.com/users/MikyasDesta/repos",
"events_url": "https://api.github.com/users/MikyasDesta/events{/privacy}",
"received_events_url": "https://api.github.com/users/MikyasDesta/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 | 2023-03-11T08:14:50 | 2023-03-13T23:31:14 | 2023-03-13T23:31:13 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6177",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6177",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6177.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6177.patch",
"merged_at": null
} | # What does this PR do ?
Fixes these issues
#5933 https://github.com/NVIDIA/NeMo/issues/5933
#5937 https://github.com/NVIDIA/NeMo/issues/5937
**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/6177/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/6177/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6176 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6176/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6176/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6176/events | https://github.com/NVIDIA/NeMo/pull/6176 | 1,619,901,618 | PR_kwDOC_bI7s5L0K8o | 6,176 | [TTS][refactor] update tutorial import paths. | {
"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 | 2023-03-11T06:18:11 | 2023-03-13T19:03:01 | 2023-03-13T19:02:49 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6176",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6176",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6176.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6176.patch",
"merged_at": "2023-03-13T19:02:49"
} | # What does this PR do ?
update import paths in TTS tutorials.
**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/6176/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/6176/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6175 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6175/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6175/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6175/events | https://github.com/NVIDIA/NeMo/pull/6175 | 1,619,819,550 | PR_kwDOC_bI7s5Lz6TI | 6,175 | Fix missing import statement - gc | {
"login": "limdongjin",
"id": 30315743,
"node_id": "MDQ6VXNlcjMwMzE1NzQz",
"avatar_url": "https://avatars.githubusercontent.com/u/30315743?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/limdongjin",
"html_url": "https://github.com/limdongjin",
"followers_url": "https://api.github.com/users/limdongjin/followers",
"following_url": "https://api.github.com/users/limdongjin/following{/other_user}",
"gists_url": "https://api.github.com/users/limdongjin/gists{/gist_id}",
"starred_url": "https://api.github.com/users/limdongjin/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/limdongjin/subscriptions",
"organizations_url": "https://api.github.com/users/limdongjin/orgs",
"repos_url": "https://api.github.com/users/limdongjin/repos",
"events_url": "https://api.github.com/users/limdongjin/events{/privacy}",
"received_events_url": "https://api.github.com/users/limdongjin/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 | 2023-03-11T01:16:21 | 2023-04-07T04:42:11 | 2023-03-16T10:55:37 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6175",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6175",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6175.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6175.patch",
"merged_at": null
} | Signed-off-by: limdongjin [[email protected]](mailto:[email protected])
# What does this PR do ?
Simillar #6001 PR.
I fix missing import statement in a non-CUDA environment for 'r1.16.0' branch.
**Collection**: ASR
# Changelog
- Add import gc statement for non-CUDA environment
# 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 # (issue)
| {
"login": "limdongjin",
"id": 30315743,
"node_id": "MDQ6VXNlcjMwMzE1NzQz",
"avatar_url": "https://avatars.githubusercontent.com/u/30315743?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/limdongjin",
"html_url": "https://github.com/limdongjin",
"followers_url": "https://api.github.com/users/limdongjin/followers",
"following_url": "https://api.github.com/users/limdongjin/following{/other_user}",
"gists_url": "https://api.github.com/users/limdongjin/gists{/gist_id}",
"starred_url": "https://api.github.com/users/limdongjin/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/limdongjin/subscriptions",
"organizations_url": "https://api.github.com/users/limdongjin/orgs",
"repos_url": "https://api.github.com/users/limdongjin/repos",
"events_url": "https://api.github.com/users/limdongjin/events{/privacy}",
"received_events_url": "https://api.github.com/users/limdongjin/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6175/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/6175/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6174 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6174/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6174/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6174/events | https://github.com/NVIDIA/NeMo/pull/6174 | 1,619,811,044 | PR_kwDOC_bI7s5Lz4bf | 6,174 | [Tools] Update RIR generation scripts | {
"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": 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 | 2023-03-11T01:03:16 | 2023-04-28T22:01:35 | 2023-04-28T22:01:34 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | true | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6174",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6174",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6174.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6174.patch",
"merged_at": null
} | # What does this PR do ?
This PR adds a few enhancements to RIR generation scripts.
**Collection**: Tools
# Changelog
- Fix: reduce room size if evaluation of params fails
- Added: randomized mic placement
- Added: diffuse noise generation
- Added: an option to specify the format and subtype for saved audio
# 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
- [ ] 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": "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/6174/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/6174/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6173 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6173/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6173/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6173/events | https://github.com/NVIDIA/NeMo/pull/6173 | 1,619,741,348 | PR_kwDOC_bI7s5Lzp7A | 6,173 | Tn fix docs | {
"login": "yzhang123",
"id": 4204271,
"node_id": "MDQ6VXNlcjQyMDQyNzE=",
"avatar_url": "https://avatars.githubusercontent.com/u/4204271?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yzhang123",
"html_url": "https://github.com/yzhang123",
"followers_url": "https://api.github.com/users/yzhang123/followers",
"following_url": "https://api.github.com/users/yzhang123/following{/other_user}",
"gists_url": "https://api.github.com/users/yzhang123/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yzhang123/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yzhang123/subscriptions",
"organizations_url": "https://api.github.com/users/yzhang123/orgs",
"repos_url": "https://api.github.com/users/yzhang123/repos",
"events_url": "https://api.github.com/users/yzhang123/events{/privacy}",
"received_events_url": "https://api.github.com/users/yzhang123/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 | 2023-03-10T23:18:59 | 2023-03-11T02:04:04 | 2023-03-11T02:04:02 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6173",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6173",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6173.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6173.patch",
"merged_at": "2023-03-11T02:04:02"
} | # 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/6173/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/6173/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6172 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6172/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6172/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6172/events | https://github.com/NVIDIA/NeMo/pull/6172 | 1,619,739,125 | PR_kwDOC_bI7s5Lzphq | 6,172 | Tts fixed vocab | {
"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": ""
},
{
"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 | 2023-03-10T23:15:34 | 2023-03-20T22:54:41 | 2023-03-20T22:54:40 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6172",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6172",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6172.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6172.patch",
"merged_at": "2023-03-20T22:54:40"
} | # What does this PR do ?
Allows users to pass in a grapheme + phoneme list/set as an enforced symbol vocabulary when using the IPA classes. Other symbols, such as punctuation, OOV, etc. are still handled by other tokenizer arguments.
Once set, G2P dictionary entries will be filtered in the following way:
- Words with any illegal graphemes are removed entirely.
- Words with one unique pronunciation and any illegal phonemes are removed entirely.
- If a word has multiple pronunciations and all of them have at least one illegal phoneme, the word is removed entirely.
- If at least one pronunciation is valid, it is kept if `keep_alternate=True` (default), otherwise the word is removed entirely.
The `TTSDataset` will also filter out all manifest entries whose normalized forms have any illegal graphemes.
Note: Users should take care that the passed-in vocab is consistent with `grapheme_prefix` and `grapheme_case`, or else filtering may not work properly.
**Collection**: TTS
# Changelog
- Added a `replace_symbols()` function to `IPAG2P` to enforce user-set vocab and filter existing G2P dict
- Modified `IPATokenizer` to support taking in a user-set vocab
- Modified `TTSDataset` to check for illegal graphemes if a fixed vocab is used
- Added unit tests for `replace_symbols()`
**PR Type**:
- [x] New Feature
- [ ] Bugfix
- [ ] Documentation
| {
"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/6172/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/6172/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6171 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6171/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6171/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6171/events | https://github.com/NVIDIA/NeMo/pull/6171 | 1,619,608,737 | PR_kwDOC_bI7s5LzOOC | 6,171 | Update container version in main readme | {
"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
} | [] | closed | false | null | [] | null | null | 2023-03-10T20:50:31 | 2023-03-10T21:05:06 | 2023-03-10T21:05:04 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6171",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6171",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6171.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6171.patch",
"merged_at": "2023-03-10T21:05: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": "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/6171/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/6171/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6170 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6170/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6170/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6170/events | https://github.com/NVIDIA/NeMo/pull/6170 | 1,619,535,079 | PR_kwDOC_bI7s5Ly-Zb | 6,170 | Update dataset preparation tool | {
"login": "Zhilin123",
"id": 29811458,
"node_id": "MDQ6VXNlcjI5ODExNDU4",
"avatar_url": "https://avatars.githubusercontent.com/u/29811458?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Zhilin123",
"html_url": "https://github.com/Zhilin123",
"followers_url": "https://api.github.com/users/Zhilin123/followers",
"following_url": "https://api.github.com/users/Zhilin123/following{/other_user}",
"gists_url": "https://api.github.com/users/Zhilin123/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Zhilin123/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Zhilin123/subscriptions",
"organizations_url": "https://api.github.com/users/Zhilin123/orgs",
"repos_url": "https://api.github.com/users/Zhilin123/repos",
"events_url": "https://api.github.com/users/Zhilin123/events{/privacy}",
"received_events_url": "https://api.github.com/users/Zhilin123/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-03-10T19:50:22 | 2023-03-17T06:07:13 | 2023-03-17T06:07:12 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6170",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6170",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6170.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6170.patch",
"merged_at": "2023-03-17T06:07:11"
} | # What does this PR do ?
Refactor hyperparameter recommendation and add defaults for epochs, num virtual tokens and lr
**Collection**: nlp
# 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": "Zhilin123",
"id": 29811458,
"node_id": "MDQ6VXNlcjI5ODExNDU4",
"avatar_url": "https://avatars.githubusercontent.com/u/29811458?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Zhilin123",
"html_url": "https://github.com/Zhilin123",
"followers_url": "https://api.github.com/users/Zhilin123/followers",
"following_url": "https://api.github.com/users/Zhilin123/following{/other_user}",
"gists_url": "https://api.github.com/users/Zhilin123/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Zhilin123/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Zhilin123/subscriptions",
"organizations_url": "https://api.github.com/users/Zhilin123/orgs",
"repos_url": "https://api.github.com/users/Zhilin123/repos",
"events_url": "https://api.github.com/users/Zhilin123/events{/privacy}",
"received_events_url": "https://api.github.com/users/Zhilin123/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6170/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/6170/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6169 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6169/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6169/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6169/events | https://github.com/NVIDIA/NeMo/pull/6169 | 1,619,439,305 | PR_kwDOC_bI7s5LyqIe | 6,169 | metric update | {
"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
} | [] | closed | false | null | [] | null | null | 2023-03-10T18:37:23 | 2023-03-11T00:02:44 | 2023-03-11T00:02:42 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6169",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6169",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6169.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6169.patch",
"merged_at": "2023-03-11T00:02:42"
} | # What does this PR do ?
adds answer-field to metric.
**Collection**: [NLP]
# 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?
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/6169/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/6169/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6168 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6168/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6168/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6168/events | https://github.com/NVIDIA/NeMo/pull/6168 | 1,619,284,353 | PR_kwDOC_bI7s5LyIUb | 6,168 | Graph RNNT: Grid- and Compose-Transducer. W-Transducer loss | {
"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"
},
{
"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 | 2023-03-10T16:49:35 | 2023-05-26T20:55:21 | 2023-05-26T20:55:20 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6168",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6168",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6168.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6168.patch",
"merged_at": "2023-05-26T20:55:20"
} | # What does this PR do?
Implement Grid- and Compose-Transducer along with W-Transducer loss according to the paper "Powerful and Extensible WFST Framework for Rnn-Transducer Losses" https://ieeexplore.ieee.org/document/10096679 (https://arxiv.org/abs/2303.10384)
**Collection**: [ASR]
# Changelog
- `GraphTransducerLossBase` abstract class with the interface for Graph-based loses
- RNN-T implementation in `GraphRnntLoss` with tests
- W-Transducer implementation in `GraphWTransducerLoss` with tests
- add `GraphRnntLoss` + `GraphWTransducerLoss` to RNN-T loss resolver
# Usage
```shell
# training some model with Graph-RNNT loss
python examples/asr/asr_transducer/speech_to_text_rnnt_bpe.py \
<other params> \
model.loss.loss_name=graph_rnnt \
++model.loss.graph_rnnt_kwargs.double_scores=true
# training some model with W-Transducer loss
python examples/asr/asr_transducer/speech_to_text_rnnt_bpe.py \
<other params> \
model.loss.loss_name=graph_w_transducer \
++model.loss.graph_w_transducer_kwargs.eps_weight=0
```
# 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
* 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/6168/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/6168/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6167 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6167/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6167/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6167/events | https://github.com/NVIDIA/NeMo/pull/6167 | 1,619,145,827 | PR_kwDOC_bI7s5LxqZU | 6,167 | Added beam search to MegatronLMEncoderDecoderModel.decode | {
"login": "dorotat-nv",
"id": 115542912,
"node_id": "U_kgDOBuMLgA",
"avatar_url": "https://avatars.githubusercontent.com/u/115542912?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dorotat-nv",
"html_url": "https://github.com/dorotat-nv",
"followers_url": "https://api.github.com/users/dorotat-nv/followers",
"following_url": "https://api.github.com/users/dorotat-nv/following{/other_user}",
"gists_url": "https://api.github.com/users/dorotat-nv/gists{/gist_id}",
"starred_url": "https://api.github.com/users/dorotat-nv/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dorotat-nv/subscriptions",
"organizations_url": "https://api.github.com/users/dorotat-nv/orgs",
"repos_url": "https://api.github.com/users/dorotat-nv/repos",
"events_url": "https://api.github.com/users/dorotat-nv/events{/privacy}",
"received_events_url": "https://api.github.com/users/dorotat-nv/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 | 2023-03-10T15:16:11 | 2023-03-20T19:42:23 | 2023-03-20T19:42:23 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6167",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6167",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6167.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6167.patch",
"merged_at": "2023-03-20T19:42:23"
} | # 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]
1. Added support in a custom token sampling function to `MegatronLMEncoderDecoderModel.decode`.
2. Added beam search sampling methods.
# 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?
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 [merged PR](https://github.com/NVIDIA/NeMo/pull/6095)
| {
"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/6167/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/6167/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6166 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6166/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6166/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6166/events | https://github.com/NVIDIA/NeMo/pull/6166 | 1,618,497,836 | PR_kwDOC_bI7s5LvgJP | 6,166 | [TTS] ClearML logging for validation samples | {
"login": "ArtyomZemlyak",
"id": 42967602,
"node_id": "MDQ6VXNlcjQyOTY3NjAy",
"avatar_url": "https://avatars.githubusercontent.com/u/42967602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ArtyomZemlyak",
"html_url": "https://github.com/ArtyomZemlyak",
"followers_url": "https://api.github.com/users/ArtyomZemlyak/followers",
"following_url": "https://api.github.com/users/ArtyomZemlyak/following{/other_user}",
"gists_url": "https://api.github.com/users/ArtyomZemlyak/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ArtyomZemlyak/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ArtyomZemlyak/subscriptions",
"organizations_url": "https://api.github.com/users/ArtyomZemlyak/orgs",
"repos_url": "https://api.github.com/users/ArtyomZemlyak/repos",
"events_url": "https://api.github.com/users/ArtyomZemlyak/events{/privacy}",
"received_events_url": "https://api.github.com/users/ArtyomZemlyak/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
}
] | closed | false | null | [] | null | null | 2023-03-10T07:32:14 | 2023-09-13T01:44:30 | 2023-09-13T01:44:29 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6166",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6166",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6166.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6166.patch",
"merged_at": null
} | # What does this PR do ?
Add ClearML logging of samples produced in validation step
**Collection**: [TTS]
# Changelog
- Add `tensor_to_wav` and `mel_to_audio` to `nemo.collections.tts.parts.utils.helpers`
- Add ClearML logging of samples in:
- `nemo.collections.tts.models.univnet`
- `nemo.collections.tts.models.hifigan`
- `nemo.collections.tts.models.vits`
- `nemo.collections.tts.models.fastpitch_ssl`
- `nemo.collections.tts.models.fastpitch`
- `nemo.collections.tts.models.mixer_tts`
- `nemo.collections.tts.models.aligner`
# Usage
Auto-usage than ClearML logging enabled in cfg.
# 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)
- [x] 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/6166/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/6166/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6165 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6165/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6165/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6165/events | https://github.com/NVIDIA/NeMo/pull/6165 | 1,618,202,832 | PR_kwDOC_bI7s5LuiYt | 6,165 | Update docs for ExpManager and Exportable frameworks | {
"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 | 2023-03-10T01:06:37 | 2023-03-10T23:33:34 | 2023-03-10T23:33:29 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6165",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6165",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6165.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6165.patch",
"merged_at": "2023-03-10T23:33:29"
} | # What does this PR do ?
Adds documentation for Exportable and ExpManager.
**Collection**: [Core, Docs]
# Changelog
- Fix exp manager subconfig docs
- Add exp manager loggers
- Add exp manager EMA docs
- Update Exportable docs and function docs
# 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**:
- [ ] New Feature
- [ ] 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/6165/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6165/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6164 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6164/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6164/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6164/events | https://github.com/NVIDIA/NeMo/pull/6164 | 1,618,083,393 | PR_kwDOC_bI7s5LuI_C | 6,164 | Avoid unnecessarily accessing data loader with pipeline parallelism | {
"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": 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": 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 | 2023-03-09T22:31:03 | 2023-03-22T00:42:20 | 2023-03-22T00:42:19 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6164",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6164",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6164.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6164.patch",
"merged_at": "2023-03-22T00:42:19"
} | # What does this PR do ?
I've been experiencing a hang in the first validation step when running GPT with interleaved pipeline parallelism. This first shows up in https://github.com/NVIDIA/NeMo/pull/6049, so it seems that accessing the data loader in middle pipeline stages is the root cause.
**Collection**: NLP
# Changelog
- Avoid unnecessarily accessing data loader with pipeline parallelism
# Usage
No change in 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 https://github.com/NVIDIA/NeMo/pull/6049
| {
"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/6164/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/6164/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6163 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6163/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6163/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6163/events | https://github.com/NVIDIA/NeMo/pull/6163 | 1,618,074,199 | PR_kwDOC_bI7s5LuG_9 | 6,163 | Upgrade setuptools | {
"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
} | [] | closed | false | null | [] | null | null | 2023-03-09T22:21:51 | 2023-03-10T20:59:36 | 2023-03-10T20:59:30 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6163",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6163",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6163.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6163.patch",
"merged_at": "2023-03-10T20:59:29"
} | # 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": "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/6163/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 1,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6163/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6162 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6162/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6162/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6162/events | https://github.com/NVIDIA/NeMo/pull/6162 | 1,618,025,702 | PR_kwDOC_bI7s5Lt8eC | 6,162 | Upgrade base container to PyTorch 23.02 | {
"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 | 2023-03-09T21:34:16 | 2023-03-14T04:42:39 | 2023-03-14T04:42:37 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6162",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6162",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6162.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6162.patch",
"merged_at": "2023-03-14T04:42:37"
} | # 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/6162/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/6162/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6161 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6161/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6161/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6161/events | https://github.com/NVIDIA/NeMo/pull/6161 | 1,618,024,546 | PR_kwDOC_bI7s5Lt8Oh | 6,161 | Adding basic preemption code | {
"login": "athitten",
"id": 47577437,
"node_id": "MDQ6VXNlcjQ3NTc3NDM3",
"avatar_url": "https://avatars.githubusercontent.com/u/47577437?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/athitten",
"html_url": "https://github.com/athitten",
"followers_url": "https://api.github.com/users/athitten/followers",
"following_url": "https://api.github.com/users/athitten/following{/other_user}",
"gists_url": "https://api.github.com/users/athitten/gists{/gist_id}",
"starred_url": "https://api.github.com/users/athitten/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/athitten/subscriptions",
"organizations_url": "https://api.github.com/users/athitten/orgs",
"repos_url": "https://api.github.com/users/athitten/repos",
"events_url": "https://api.github.com/users/athitten/events{/privacy}",
"received_events_url": "https://api.github.com/users/athitten/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-03-09T21:33:07 | 2023-04-06T23:32:00 | 2023-04-06T23:31:59 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6161",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6161",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6161.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6161.patch",
"merged_at": "2023-04-06T23:31:59"
} | Add preemption functionality in preemption_callback.py under utils
Refactor the code to move NemoModelCheckpoint callback under callbacks
# What does this PR do ?
Adding basic functionality for cluster preemption.
**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/6161/reactions",
"total_count": 1,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 1,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6161/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6160 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6160/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6160/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6160/events | https://github.com/NVIDIA/NeMo/pull/6160 | 1,617,743,391 | PR_kwDOC_bI7s5Ls-15 | 6,160 | Merge r1.16.0 release main | {
"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": 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 | 2023-03-09T18:06:13 | 2023-03-09T21:21:29 | 2023-03-09T21:21:27 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6160",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6160",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6160.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6160.patch",
"merged_at": "2023-03-09T21:21:27"
} | # What does this PR do ?
Merges bugfixes and doc updates from the release branch into main.
(these should be done automatically by the github action but this PR will make sure the release branch can be rebased onto main)
**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/6160/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/6160/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6159 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6159/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6159/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6159/events | https://github.com/NVIDIA/NeMo/pull/6159 | 1,617,730,473 | PR_kwDOC_bI7s5Ls7-o | 6,159 | convert Megatron LM ckpt to NeMo PP support. | {
"login": "yidong72",
"id": 43824965,
"node_id": "MDQ6VXNlcjQzODI0OTY1",
"avatar_url": "https://avatars.githubusercontent.com/u/43824965?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yidong72",
"html_url": "https://github.com/yidong72",
"followers_url": "https://api.github.com/users/yidong72/followers",
"following_url": "https://api.github.com/users/yidong72/following{/other_user}",
"gists_url": "https://api.github.com/users/yidong72/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yidong72/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yidong72/subscriptions",
"organizations_url": "https://api.github.com/users/yidong72/orgs",
"repos_url": "https://api.github.com/users/yidong72/repos",
"events_url": "https://api.github.com/users/yidong72/events{/privacy}",
"received_events_url": "https://api.github.com/users/yidong72/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 | 2023-03-09T17:57:49 | 2023-03-09T20:23:26 | 2023-03-09T20:23:25 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6159",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6159",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6159.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6159.patch",
"merged_at": "2023-03-09T20:23:25"
} | 1. Fixed the bug in the script to convert Megatron LM ckpt to NeMo.
2. Fixed a bug in the GPT PP that we should only add output layer for the last PP rank.
3. Overwrite the precision in the eval script and fix the web server. | {
"login": "yidong72",
"id": 43824965,
"node_id": "MDQ6VXNlcjQzODI0OTY1",
"avatar_url": "https://avatars.githubusercontent.com/u/43824965?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yidong72",
"html_url": "https://github.com/yidong72",
"followers_url": "https://api.github.com/users/yidong72/followers",
"following_url": "https://api.github.com/users/yidong72/following{/other_user}",
"gists_url": "https://api.github.com/users/yidong72/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yidong72/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yidong72/subscriptions",
"organizations_url": "https://api.github.com/users/yidong72/orgs",
"repos_url": "https://api.github.com/users/yidong72/repos",
"events_url": "https://api.github.com/users/yidong72/events{/privacy}",
"received_events_url": "https://api.github.com/users/yidong72/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6159/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/6159/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6158 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6158/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6158/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6158/events | https://github.com/NVIDIA/NeMo/issues/6158 | 1,616,873,694 | I_kwDOC_bI7s5gX4je | 6,158 | [Bug] Cannot import C++ compiled "helpers" | {
"login": "dat-browny",
"id": 73813209,
"node_id": "MDQ6VXNlcjczODEzMjA5",
"avatar_url": "https://avatars.githubusercontent.com/u/73813209?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dat-browny",
"html_url": "https://github.com/dat-browny",
"followers_url": "https://api.github.com/users/dat-browny/followers",
"following_url": "https://api.github.com/users/dat-browny/following{/other_user}",
"gists_url": "https://api.github.com/users/dat-browny/gists{/gist_id}",
"starred_url": "https://api.github.com/users/dat-browny/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dat-browny/subscriptions",
"organizations_url": "https://api.github.com/users/dat-browny/orgs",
"repos_url": "https://api.github.com/users/dat-browny/repos",
"events_url": "https://api.github.com/users/dat-browny/events{/privacy}",
"received_events_url": "https://api.github.com/users/dat-browny/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 | 2023-03-09T10:14:37 | 2023-05-19T01:53:06 | 2023-05-19T01:53:06 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I had run the the megatron_gpt_pretraining.py file completely success yesterday, by using NeMo v1.11.0 and apex nmv1.11.0, but about 10 hours ago I changed some config to export to .nemo on exp argument, then I met this error.
```output
Traceback (most recent call last):
File "/root/NeMo/nemo/collections/nlp/data/language_modeling/megatron/gpt_dataset.py", line 420, in _build_index_mappings
from nemo.collections.nlp.data.language_modeling.megatron import helpers
ImportError: cannot import name 'helpers' from 'nemo.collections.nlp.data.language_modeling.megatron' (/root/NeMo/nemo/collections/nlp/data/language_modeling/megatron/__init__.py)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/root/NeMo/examples/nlp/language_modeling/megatron_gpt_pretraining.py", line 89, in main
trainer.fit(model)
File "/usr/local/lib/python3.9/dist-packages/pytorch_lightning/trainer/trainer.py", line 768, in fit
self._call_and_handle_interrupt(
File "/usr/local/lib/python3.9/dist-packages/pytorch_lightning/trainer/trainer.py", line 719, in _call_and_handle_interrupt
return self.strategy.launcher.launch(trainer_fn, *args, trainer=self, **kwargs)
File "/usr/local/lib/python3.9/dist-packages/pytorch_lightning/strategies/launchers/subprocess_script.py", line 93, in launch
return function(*args, **kwargs)
File "/usr/local/lib/python3.9/dist-packages/pytorch_lightning/trainer/trainer.py", line 809, in _fit_impl
results = self._run(model, ckpt_path=self.ckpt_path)
File "/usr/local/lib/python3.9/dist-packages/pytorch_lightning/trainer/trainer.py", line 1172, in _run
self._call_setup_hook() # allow user to setup lightning_module in accelerator environment
File "/usr/local/lib/python3.9/dist-packages/pytorch_lightning/trainer/trainer.py", line 1492, in _call_setup_hook
self._call_lightning_module_hook("setup", stage=fn)
File "/usr/local/lib/python3.9/dist-packages/pytorch_lightning/trainer/trainer.py", line 1593, in _call_lightning_module_hook
output = fn(*args, **kwargs)
File "/root/NeMo/nemo/collections/nlp/models/language_modeling/megatron_gpt_model.py", line 601, in setup
self.build_train_valid_test_datasets()
File "/root/NeMo/nemo/collections/nlp/models/language_modeling/megatron_gpt_model.py", line 516, in build_train_valid_test_datasets
self._train_ds, self._validation_ds, self._test_ds = build_train_valid_test_datasets(
File "/root/NeMo/nemo/collections/nlp/data/language_modeling/megatron/gpt_dataset.py", line 81, in build_train_valid_test_datasets
train_ds, valid_ds, test_ds = _build_train_valid_test_datasets(
File "/root/NeMo/nemo/collections/nlp/data/language_modeling/megatron/gpt_dataset.py", line 168, in _build_train_valid_test_datasets
train_dataset = build_dataset(0, 'train')
File "/root/NeMo/nemo/collections/nlp/data/language_modeling/megatron/gpt_dataset.py", line 154, in build_dataset
dataset = GPTDataset(
File "/root/NeMo/nemo/collections/nlp/data/language_modeling/megatron/gpt_dataset.py", line 220, in __init__
self.doc_idx, self.sample_idx, self.shuffle_idx = _build_index_mappings(
File "/root/NeMo/nemo/collections/nlp/data/language_modeling/megatron/gpt_dataset.py", line 422, in _build_index_mappings
raise ImportError(
ImportError: Could not compile megatron dataset C++ helper functions and therefore cannot import helpers python file.
```
Note that I run this file on Google Colab with GPU, with Cuda 11.8 (try to downgrade to 11.7 but not success, but still successful for first training), tokenizer with SentencePiece, and guarantee that the code does not change at the second time training.
Moreover, the [Migrating from Megatron-LM](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/nlp/nemo_megatron/mlm_migration.html) especially file megatron_lm_ckpt_to_nemo.py the does not run successfully. After training complete, I want change file from .ckpt to .nemo, i met the error "Default process group has not been initialized, please make sure to call init_process_group"
This is my code
```python
!python /root/NeMo/examples/nlp/language_modeling/megatron_lm_ckpt_to_nemo.py \
--checkpoint_folder './NeMo-Deploying/nemo_experiments/megatron_gpt/checkpoints' \
--checkpoint_name megatron_gpt--val_loss=4.78-step=300-consumed_samples=57600.0 \
--nemo_file_path './NeMo-Deploying/GPT-Pretrain/megatron_gpt_122m_bs1.nemo' \
--model_type gpt \
--tensor_model_parallel_size 1
```
Can you check my above piece of code then it had any problem to this error? | {
"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/6158/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/6158/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6157 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6157/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6157/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6157/events | https://github.com/NVIDIA/NeMo/pull/6157 | 1,616,301,438 | PR_kwDOC_bI7s5LoBqw | 6,157 | [TTS] Add univnet scheduler | {
"login": "ArtyomZemlyak",
"id": 42967602,
"node_id": "MDQ6VXNlcjQyOTY3NjAy",
"avatar_url": "https://avatars.githubusercontent.com/u/42967602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ArtyomZemlyak",
"html_url": "https://github.com/ArtyomZemlyak",
"followers_url": "https://api.github.com/users/ArtyomZemlyak/followers",
"following_url": "https://api.github.com/users/ArtyomZemlyak/following{/other_user}",
"gists_url": "https://api.github.com/users/ArtyomZemlyak/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ArtyomZemlyak/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ArtyomZemlyak/subscriptions",
"organizations_url": "https://api.github.com/users/ArtyomZemlyak/orgs",
"repos_url": "https://api.github.com/users/ArtyomZemlyak/repos",
"events_url": "https://api.github.com/users/ArtyomZemlyak/events{/privacy}",
"received_events_url": "https://api.github.com/users/ArtyomZemlyak/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": "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
} | [
{
"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
}
] | null | null | 2023-03-09T02:45:09 | 2023-03-14T20:51:00 | 2023-03-14T07:21:23 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6157",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6157",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6157.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6157.patch",
"merged_at": "2023-03-14T07:21:23"
} | # What does this PR do ?
Add scheduler for univnet model.
**Collection**: [TTS]
# Changelog
- Add `get_warmup_steps` into `UnivNetModel`
- Change `configure_optimizers` in `UnivNetModel` for scheduler support
# Usage
Standart usage of scheduler
# 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": "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/6157/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/6157/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6156 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6156/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6156/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6156/events | https://github.com/NVIDIA/NeMo/pull/6156 | 1,616,286,430 | PR_kwDOC_bI7s5Ln-bN | 6,156 | Various fixes in docs and RNNT | {
"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": 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 | 2023-03-09T02:27:08 | 2023-03-12T20:49:37 | 2023-03-12T20:49:33 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6156",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6156",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6156.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6156.patch",
"merged_at": "2023-03-12T20:49:33"
} | # What does this PR do ?
Fixes for tests and docs
**Collection**: [Docs, ASR]
# Changelog
- Fix dark mode in NeMo docs
- Fix issue with flaky RNNT test where the seq length can be off by one due to minute perturbation during beam search
# 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
- [ ] 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/6156/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/6156/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6155 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6155/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6155/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6155/events | https://github.com/NVIDIA/NeMo/pull/6155 | 1,616,181,369 | PR_kwDOC_bI7s5LnoDq | 6,155 | [TTS] Make mel spectrogram norm configurable | {
"login": "rlangman",
"id": 9942053,
"node_id": "MDQ6VXNlcjk5NDIwNTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/9942053?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rlangman",
"html_url": "https://github.com/rlangman",
"followers_url": "https://api.github.com/users/rlangman/followers",
"following_url": "https://api.github.com/users/rlangman/following{/other_user}",
"gists_url": "https://api.github.com/users/rlangman/gists{/gist_id}",
"starred_url": "https://api.github.com/users/rlangman/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/rlangman/subscriptions",
"organizations_url": "https://api.github.com/users/rlangman/orgs",
"repos_url": "https://api.github.com/users/rlangman/repos",
"events_url": "https://api.github.com/users/rlangman/events{/privacy}",
"received_events_url": "https://api.github.com/users/rlangman/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 | 2023-03-09T00:14:51 | 2023-03-14T16:03:47 | 2023-03-14T16:03:45 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6155",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6155",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6155.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6155.patch",
"merged_at": "2023-03-14T16:03:45"
} | # What does this PR do ?
Add optional configuration to AudioToMelSpectrogramPreprocessor to allow disabling area normalization in the librosa mel filter.
Applying area normalization to the mel spectrogram reduces its range of values from approximately [0, 100] to [0, 1], which is detrimental when you take the log of the [0, 1] values producing a poor distribution of negative features.
The intention is to experiment with disabling the area normalization and replacing the current mel spectrogram used in TTS which is:
> log(max(1E-5, area_norm(mel))
With a more accurate representation like:
> log(1.0 + mel)
This will also enable us to compute energy features using the mel spectrogram instead of the linear spectrogram.
**Collection**: [TTS], [ASR]
# Changelog
- Add an optional parameter to AudioToMelSpectrogramPreprocessor to configure the mel filter normalization, defaulting to the librosa default of 'slaney'
# Usage
.yaml config:
> preprocessor:
> _target_: nemo.collections.asr.modules.AudioToMelSpectrogramPreprocessor
> log: true
> log_zero_guard_type: add
> log_zero_guard_value: 1.0
> mag_power: 1.0
> mel_norm: null
# 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": "rlangman",
"id": 9942053,
"node_id": "MDQ6VXNlcjk5NDIwNTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/9942053?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rlangman",
"html_url": "https://github.com/rlangman",
"followers_url": "https://api.github.com/users/rlangman/followers",
"following_url": "https://api.github.com/users/rlangman/following{/other_user}",
"gists_url": "https://api.github.com/users/rlangman/gists{/gist_id}",
"starred_url": "https://api.github.com/users/rlangman/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/rlangman/subscriptions",
"organizations_url": "https://api.github.com/users/rlangman/orgs",
"repos_url": "https://api.github.com/users/rlangman/repos",
"events_url": "https://api.github.com/users/rlangman/events{/privacy}",
"received_events_url": "https://api.github.com/users/rlangman/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6155/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/6155/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6154 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6154/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6154/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6154/events | https://github.com/NVIDIA/NeMo/pull/6154 | 1,616,131,630 | PR_kwDOC_bI7s5LndLP | 6,154 | Sentence piece legacy false compatibility | {
"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 | 2023-03-08T23:24:43 | 2023-03-09T18:09:05 | 2023-03-09T18:09:03 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6154",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6154",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6154.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6154.patch",
"merged_at": "2023-03-09T18:09:03"
} | # What does this PR do ?
Makes prompt learning compatible when sp tokenizer has legacy = False.
**Collection**: [NLP]
# Changelog
# 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?
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/6154/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/6154/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6153 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6153/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6153/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6153/events | https://github.com/NVIDIA/NeMo/issues/6153 | 1,615,942,989 | I_kwDOC_bI7s5gUVVN | 6,153 | [Bug] RoPE positional embedding doesn't work when sequence_parallel is enabled for GPT models | {
"login": "barry-jin",
"id": 69359374,
"node_id": "MDQ6VXNlcjY5MzU5Mzc0",
"avatar_url": "https://avatars.githubusercontent.com/u/69359374?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/barry-jin",
"html_url": "https://github.com/barry-jin",
"followers_url": "https://api.github.com/users/barry-jin/followers",
"following_url": "https://api.github.com/users/barry-jin/following{/other_user}",
"gists_url": "https://api.github.com/users/barry-jin/gists{/gist_id}",
"starred_url": "https://api.github.com/users/barry-jin/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/barry-jin/subscriptions",
"organizations_url": "https://api.github.com/users/barry-jin/orgs",
"repos_url": "https://api.github.com/users/barry-jin/repos",
"events_url": "https://api.github.com/users/barry-jin/events{/privacy}",
"received_events_url": "https://api.github.com/users/barry-jin/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 | 2023-03-08T21:08:18 | 2023-03-14T00:59:07 | 2023-03-14T00:59:07 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
When enabling `rope` position_embedding_type and `sequence_parallel` in NeMo GPT pretraining, the training will give runtime error:
```
File "/workspace/NeMo/nemo/collections/nlp/modules/common/megatron/rotary_pos_embedding.py", line 59, in apply_rotary_pos_emb
t = (t * freqs.cos()) + (_rotate_half(t) * freqs.sin())
RuntimeError: The size of tensor a (2048) must match the size of tensor b (1024) at non-singleton dimension 0
```
**Steps/Code to reproduce bug**
Follow the [tutorial](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/nlp/nemo_megatron/gpt/gpt_training.html) to train GPT model with `model.position_embedding_type=rope` and `model.sequence_parallel=True`
**Expected behavior**
Expect there will be no runtime error when both options are enabled.
**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": "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/6153/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/6153/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6152 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6152/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6152/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6152/events | https://github.com/NVIDIA/NeMo/pull/6152 | 1,615,804,834 | PR_kwDOC_bI7s5LmWR7 | 6,152 | update finetune configs | {
"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
} | [
{
"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 | null | [] | null | null | 2023-03-08T19:30:29 | 2023-03-08T21:53:21 | 2023-03-08T21:53:20 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6152",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6152",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6152.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6152.patch",
"merged_at": "2023-03-08T21:53:19"
} | # What does this PR do ?
Update finetune config to include optimizer groups
**Collection**: Speaker Tasks
# Changelog
- update optim param group
- save labels.txt files while running experiments
**PR Type**:
- [ ] New Feature
- [ ] Bugfix
- [ ] Documentation
| {
"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
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6152/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/6152/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6151 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6151/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6151/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6151/events | https://github.com/NVIDIA/NeMo/pull/6151 | 1,615,720,330 | PR_kwDOC_bI7s5LmEXt | 6,151 | check O2 for pre_process | {
"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": 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 | 2023-03-08T18:25:10 | 2023-03-30T01:55:44 | 2023-03-30T01:55:44 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6151",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6151",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6151.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6151.patch",
"merged_at": null
} | # What does this PR do ?
Rope based models require a modification to access the pre_process attribute.
**Collection**: [NLP]
# 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
- [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": "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/6151/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/6151/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6150 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6150/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6150/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6150/events | https://github.com/NVIDIA/NeMo/pull/6150 | 1,614,542,471 | PR_kwDOC_bI7s5LiJD- | 6,150 | Update branch for pynini install script in notebooks | {
"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": 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 | 2023-03-08T02:31:08 | 2023-03-08T02:37:33 | 2023-03-08T02:37:32 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6150",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6150",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6150.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6150.patch",
"merged_at": "2023-03-08T02:37:32"
} | # 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/6150/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/6150/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6149 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6149/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6149/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6149/events | https://github.com/NVIDIA/NeMo/pull/6149 | 1,614,475,181 | PR_kwDOC_bI7s5Lh6oN | 6,149 | Update apex commit | {
"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 | 2023-03-08T01:23:30 | 2023-03-09T17:40:12 | 2023-03-09T17:40:11 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6149",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6149",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6149.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6149.patch",
"merged_at": "2023-03-09T17:40:11"
} | # 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/6149/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/6149/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6148 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6148/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6148/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6148/events | https://github.com/NVIDIA/NeMo/pull/6148 | 1,614,472,255 | PR_kwDOC_bI7s5Lh6B5 | 6,148 | Update apex commit | {
"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 | 2023-03-08T01:20:16 | 2023-03-08T01:22:57 | 2023-03-08T01:22:56 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6148",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6148",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6148.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6148.patch",
"merged_at": "2023-03-08T01:22:56"
} | # 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/6148/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/6148/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6147 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6147/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6147/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6147/events | https://github.com/NVIDIA/NeMo/pull/6147 | 1,614,443,383 | PR_kwDOC_bI7s5Lh0TQ | 6,147 | Update dataset preparation tool to fix bug relating to non jsonl input file | {
"login": "Zhilin123",
"id": 29811458,
"node_id": "MDQ6VXNlcjI5ODExNDU4",
"avatar_url": "https://avatars.githubusercontent.com/u/29811458?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Zhilin123",
"html_url": "https://github.com/Zhilin123",
"followers_url": "https://api.github.com/users/Zhilin123/followers",
"following_url": "https://api.github.com/users/Zhilin123/following{/other_user}",
"gists_url": "https://api.github.com/users/Zhilin123/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Zhilin123/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Zhilin123/subscriptions",
"organizations_url": "https://api.github.com/users/Zhilin123/orgs",
"repos_url": "https://api.github.com/users/Zhilin123/repos",
"events_url": "https://api.github.com/users/Zhilin123/events{/privacy}",
"received_events_url": "https://api.github.com/users/Zhilin123/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-03-08T00:48:40 | 2023-03-08T05:29:11 | 2023-03-08T05:29:09 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6147",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6147",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6147.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6147.patch",
"merged_at": "2023-03-08T05:29:09"
} | # What does this PR do ?
Update dataset preparation tool to fix bug relating to non jsonl input file
**Collection**: nlp
# 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
- [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": "Zhilin123",
"id": 29811458,
"node_id": "MDQ6VXNlcjI5ODExNDU4",
"avatar_url": "https://avatars.githubusercontent.com/u/29811458?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Zhilin123",
"html_url": "https://github.com/Zhilin123",
"followers_url": "https://api.github.com/users/Zhilin123/followers",
"following_url": "https://api.github.com/users/Zhilin123/following{/other_user}",
"gists_url": "https://api.github.com/users/Zhilin123/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Zhilin123/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Zhilin123/subscriptions",
"organizations_url": "https://api.github.com/users/Zhilin123/orgs",
"repos_url": "https://api.github.com/users/Zhilin123/repos",
"events_url": "https://api.github.com/users/Zhilin123/events{/privacy}",
"received_events_url": "https://api.github.com/users/Zhilin123/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6147/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/6147/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6146 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6146/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6146/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6146/events | https://github.com/NVIDIA/NeMo/pull/6146 | 1,614,220,373 | PR_kwDOC_bI7s5LhEc5 | 6,146 | update speaker finetune configs | {
"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
} | [
{
"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 | null | [] | null | null | 2023-03-07T21:14:55 | 2023-03-08T19:31:06 | 2023-03-08T19:31:02 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6146",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6146",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6146.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6146.patch",
"merged_at": null
} | # What does this PR do ?
Update titanet finetune configs
**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": "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
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6146/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/6146/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6145 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6145/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6145/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6145/events | https://github.com/NVIDIA/NeMo/issues/6145 | 1,614,199,476 | I_kwDOC_bI7s5gNrq0 | 6,145 | Potential issue with exp_manager checkpoint loading | {
"login": "barry-jin",
"id": 69359374,
"node_id": "MDQ6VXNlcjY5MzU5Mzc0",
"avatar_url": "https://avatars.githubusercontent.com/u/69359374?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/barry-jin",
"html_url": "https://github.com/barry-jin",
"followers_url": "https://api.github.com/users/barry-jin/followers",
"following_url": "https://api.github.com/users/barry-jin/following{/other_user}",
"gists_url": "https://api.github.com/users/barry-jin/gists{/gist_id}",
"starred_url": "https://api.github.com/users/barry-jin/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/barry-jin/subscriptions",
"organizations_url": "https://api.github.com/users/barry-jin/orgs",
"repos_url": "https://api.github.com/users/barry-jin/repos",
"events_url": "https://api.github.com/users/barry-jin/events{/privacy}",
"received_events_url": "https://api.github.com/users/barry-jin/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 | 2023-03-07T20:58:14 | 2023-04-14T01:50:06 | 2023-04-14T01:50:06 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
If need to resume checkpoints from `exp_manager.explicit_log_dir`, NeMo exp_manager will check the folder for checkpoints with `end.ckpt` or `last.ckpt` suffix. However, sometimes if one of the data_parallel_rank 0 failed to save the checkpoint or there are multiple `last.ckpt` in the same folder, the workers will fail to load the correct checkpoints.
**Expected behavior**
In exp_manager, only the global rank 0 will check which last ckpt to load and then broadcast the ckpt path to other workers.
**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/6145/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/6145/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6144 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6144/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6144/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6144/events | https://github.com/NVIDIA/NeMo/pull/6144 | 1,613,980,990 | PR_kwDOC_bI7s5LgQoB | 6,144 | Davidm/cherrypick r1.16.0 | {
"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": 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 | 2023-03-07T18:23:31 | 2023-03-09T17:37:56 | 2023-03-09T17:37:50 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6144",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6144",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6144.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6144.patch",
"merged_at": null
} | # What does this PR do ?
Adding important main PRs to 1.16 branch
**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**:
- [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
- [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": "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/6144/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/6144/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6143 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6143/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6143/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6143/events | https://github.com/NVIDIA/NeMo/issues/6143 | 1,612,962,446 | I_kwDOC_bI7s5gI9qO | 6,143 | Loading ar conformer | {
"login": "renadnasser1",
"id": 56361699,
"node_id": "MDQ6VXNlcjU2MzYxNjk5",
"avatar_url": "https://avatars.githubusercontent.com/u/56361699?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/renadnasser1",
"html_url": "https://github.com/renadnasser1",
"followers_url": "https://api.github.com/users/renadnasser1/followers",
"following_url": "https://api.github.com/users/renadnasser1/following{/other_user}",
"gists_url": "https://api.github.com/users/renadnasser1/gists{/gist_id}",
"starred_url": "https://api.github.com/users/renadnasser1/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/renadnasser1/subscriptions",
"organizations_url": "https://api.github.com/users/renadnasser1/orgs",
"repos_url": "https://api.github.com/users/renadnasser1/repos",
"events_url": "https://api.github.com/users/renadnasser1/events{/privacy}",
"received_events_url": "https://api.github.com/users/renadnasser1/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 | 2023-03-07T08:29:41 | 2023-04-23T01:57:46 | 2023-04-23T01:57:46 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I'm trying to load a pertained conformer that I downloaded from the NGC model catalog using the following two lines
```
import nemo.collections.asr as nemo_asr
conformer = nemo_asr.models.ASRModel.restore_from('/home/Conformer-CTC-L_spe128_ar-AR_2.0.nemo')
```
but an error arose with the message ' ReadError: not a gzip file '.
you can find the model on
https://catalog.ngc.nvidia.com/orgs/nvidia/teams/riva/models/speechtotext_ar_ar_conformer/files?version=trainable_v2.0
| {
"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/6143/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/6143/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6142 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6142/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6142/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6142/events | https://github.com/NVIDIA/NeMo/issues/6142 | 1,612,743,895 | I_kwDOC_bI7s5gIITX | 6,142 | [Question] How to perform generation with the GPT model checkpoints trained with virtual staging | {
"login": "szhengac",
"id": 3960020,
"node_id": "MDQ6VXNlcjM5NjAwMjA=",
"avatar_url": "https://avatars.githubusercontent.com/u/3960020?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/szhengac",
"html_url": "https://github.com/szhengac",
"followers_url": "https://api.github.com/users/szhengac/followers",
"following_url": "https://api.github.com/users/szhengac/following{/other_user}",
"gists_url": "https://api.github.com/users/szhengac/gists{/gist_id}",
"starred_url": "https://api.github.com/users/szhengac/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/szhengac/subscriptions",
"organizations_url": "https://api.github.com/users/szhengac/orgs",
"repos_url": "https://api.github.com/users/szhengac/repos",
"events_url": "https://api.github.com/users/szhengac/events{/privacy}",
"received_events_url": "https://api.github.com/users/szhengac/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 | 2023-03-07T05:13:31 | 2023-04-14T01:50:09 | 2023-04-14T01:50:09 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I have a question on how we can load the GPT model checkpoints trained with virtual staging and perform generation? With virtual staging in pipeline parallelism, each rank stores a list of modules. But I cannot find relevant code for dealing with such case when performing generation. It seems to me NeMo does not support inference when the pretrained model is trained with virtual staging. | {
"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/6142/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/6142/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6141 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6141/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6141/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6141/events | https://github.com/NVIDIA/NeMo/pull/6141 | 1,612,464,400 | PR_kwDOC_bI7s5LbIis | 6,141 | Added ckpt to nemo for T5/T0 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
} | [] | closed | false | null | [] | null | null | 2023-03-07T00:26:49 | 2023-03-09T22:08:19 | 2023-03-09T22:08:17 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6141",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6141",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6141.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6141.patch",
"merged_at": "2023-03-09T22:08:17"
} | # What does this PR do ?
Added ckpt to nemo for T5/T0 models
Can use ```model_type=[t5/gpt]``` to declare the model type in the config
**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**:
- [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": "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/6141/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/6141/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6140 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6140/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6140/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6140/events | https://github.com/NVIDIA/NeMo/pull/6140 | 1,612,353,634 | PR_kwDOC_bI7s5LawbR | 6,140 | Fix character beam decoding algorithm with vocab index map | {
"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": 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 | 2023-03-06T22:52:12 | 2023-03-07T19:24:22 | 2023-03-07T19:24:18 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6140",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6140",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6140.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6140.patch",
"merged_at": "2023-03-07T19:24:18"
} | # What does this PR do ?
Fixes character decoding with CTC beam search framework
**Collection**: [ASR]
# Changelog
- Add index vocab and vocab index maps for reverse decoding in character based models
- Update nemo and pyctcdecode inference
# 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**:
- [ ] New Feature
- [x] Bugfix
- [ ] Documentation
Fixes #6127
| {
"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/6140/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/6140/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6139 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6139/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6139/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6139/events | https://github.com/NVIDIA/NeMo/pull/6139 | 1,612,164,008 | PR_kwDOC_bI7s5LaHyF | 6,139 | Adding Validation Metrics for GPT/T5 prompt learning | {
"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": 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 | 2023-03-06T20:34:18 | 2023-03-24T16:46:35 | 2023-03-24T16:46:33 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6139",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6139",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6139.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6139.patch",
"merged_at": "2023-03-24T16:46:33"
} | # What does this PR do ?
Adds the following metrics for GPT/T5 prompt learning:
- Accuracy -> exact string match
- BLEU score
- ROUGE-1, 2, 3, L
**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**:
- [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": "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/6139/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/6139/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6138 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6138/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6138/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6138/events | https://github.com/NVIDIA/NeMo/pull/6138 | 1,612,159,972 | PR_kwDOC_bI7s5LaG4A | 6,138 | [TTS] Spectrogram Enhancer: add option to zero out the initial tensor | {
"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 | 2023-03-06T20:32:00 | 2023-03-07T00:12:06 | 2023-03-07T00:12:05 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6138",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6138",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6138.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6138.patch",
"merged_at": "2023-03-07T00:12:05"
} | # What does this PR do ?
Enhancer is based on StyleGAN 2, which features a randomly-initialized "initial" tensor. Zeroing this tensor out helps a bit in a downstream ASR task (reported by @artbataev)
This PR adds this option and makes it the default behavior.
**Collection**: TTS
# Changelog
- Add a `start_from_zero` option to enhancer
# 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": "racoiaws",
"id": 8864149,
"node_id": "MDQ6VXNlcjg4NjQxNDk=",
"avatar_url": "https://avatars.githubusercontent.com/u/8864149?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/racoiaws",
"html_url": "https://github.com/racoiaws",
"followers_url": "https://api.github.com/users/racoiaws/followers",
"following_url": "https://api.github.com/users/racoiaws/following{/other_user}",
"gists_url": "https://api.github.com/users/racoiaws/gists{/gist_id}",
"starred_url": "https://api.github.com/users/racoiaws/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/racoiaws/subscriptions",
"organizations_url": "https://api.github.com/users/racoiaws/orgs",
"repos_url": "https://api.github.com/users/racoiaws/repos",
"events_url": "https://api.github.com/users/racoiaws/events{/privacy}",
"received_events_url": "https://api.github.com/users/racoiaws/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6138/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/6138/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6137 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6137/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6137/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6137/events | https://github.com/NVIDIA/NeMo/pull/6137 | 1,612,080,720 | PR_kwDOC_bI7s5LZ10J | 6,137 | Fix README | {
"login": "flx42",
"id": 3645581,
"node_id": "MDQ6VXNlcjM2NDU1ODE=",
"avatar_url": "https://avatars.githubusercontent.com/u/3645581?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/flx42",
"html_url": "https://github.com/flx42",
"followers_url": "https://api.github.com/users/flx42/followers",
"following_url": "https://api.github.com/users/flx42/following{/other_user}",
"gists_url": "https://api.github.com/users/flx42/gists{/gist_id}",
"starred_url": "https://api.github.com/users/flx42/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/flx42/subscriptions",
"organizations_url": "https://api.github.com/users/flx42/orgs",
"repos_url": "https://api.github.com/users/flx42/repos",
"events_url": "https://api.github.com/users/flx42/events{/privacy}",
"received_events_url": "https://api.github.com/users/flx42/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-03-06T19:33:10 | 2023-03-07T02:36:26 | 2023-03-07T02:36:26 | MEMBER | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6137",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6137",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6137.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6137.patch",
"merged_at": "2023-03-07T02:36:26"
} | # What does this PR do ?
Fix minor typos in `README.rst`. | {
"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/6137/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/6137/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6136 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6136/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6136/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6136/events | https://github.com/NVIDIA/NeMo/pull/6136 | 1,611,912,680 | PR_kwDOC_bI7s5LZRZT | 6,136 | [TTS] Spectrogram Enhancer: add option to zero out the initial tensor | {
"login": "racoiaws",
"id": 8864149,
"node_id": "MDQ6VXNlcjg4NjQxNDk=",
"avatar_url": "https://avatars.githubusercontent.com/u/8864149?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/racoiaws",
"html_url": "https://github.com/racoiaws",
"followers_url": "https://api.github.com/users/racoiaws/followers",
"following_url": "https://api.github.com/users/racoiaws/following{/other_user}",
"gists_url": "https://api.github.com/users/racoiaws/gists{/gist_id}",
"starred_url": "https://api.github.com/users/racoiaws/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/racoiaws/subscriptions",
"organizations_url": "https://api.github.com/users/racoiaws/orgs",
"repos_url": "https://api.github.com/users/racoiaws/repos",
"events_url": "https://api.github.com/users/racoiaws/events{/privacy}",
"received_events_url": "https://api.github.com/users/racoiaws/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": "racoiaws",
"id": 8864149,
"node_id": "MDQ6VXNlcjg4NjQxNDk=",
"avatar_url": "https://avatars.githubusercontent.com/u/8864149?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/racoiaws",
"html_url": "https://github.com/racoiaws",
"followers_url": "https://api.github.com/users/racoiaws/followers",
"following_url": "https://api.github.com/users/racoiaws/following{/other_user}",
"gists_url": "https://api.github.com/users/racoiaws/gists{/gist_id}",
"starred_url": "https://api.github.com/users/racoiaws/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/racoiaws/subscriptions",
"organizations_url": "https://api.github.com/users/racoiaws/orgs",
"repos_url": "https://api.github.com/users/racoiaws/repos",
"events_url": "https://api.github.com/users/racoiaws/events{/privacy}",
"received_events_url": "https://api.github.com/users/racoiaws/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "racoiaws",
"id": 8864149,
"node_id": "MDQ6VXNlcjg4NjQxNDk=",
"avatar_url": "https://avatars.githubusercontent.com/u/8864149?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/racoiaws",
"html_url": "https://github.com/racoiaws",
"followers_url": "https://api.github.com/users/racoiaws/followers",
"following_url": "https://api.github.com/users/racoiaws/following{/other_user}",
"gists_url": "https://api.github.com/users/racoiaws/gists{/gist_id}",
"starred_url": "https://api.github.com/users/racoiaws/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/racoiaws/subscriptions",
"organizations_url": "https://api.github.com/users/racoiaws/orgs",
"repos_url": "https://api.github.com/users/racoiaws/repos",
"events_url": "https://api.github.com/users/racoiaws/events{/privacy}",
"received_events_url": "https://api.github.com/users/racoiaws/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2023-03-06T17:38:03 | 2023-03-06T21:11:41 | 2023-03-06T20:31:36 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6136",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6136",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6136.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6136.patch",
"merged_at": "2023-03-06T20:31:36"
} | # What does this PR do ?
Enhancer is based on StyleGAN 2, which features a randomly-initialized "initial" tensor. Zeroing this tensor out helps a bit in a downstream ASR task (reported by @artbataev)
This PR adds this option and makes it the default behavior.
**Collection**: TTS
# Changelog
- Add a `start_from_zero` option to enhancer
# 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": "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/6136/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/6136/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6134 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6134/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6134/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6134/events | https://github.com/NVIDIA/NeMo/issues/6134 | 1,611,693,194 | I_kwDOC_bI7s5gEHyK | 6,134 | How use arrow data sets or LightningDataModule | {
"login": "chrisby",
"id": 1839413,
"node_id": "MDQ6VXNlcjE4Mzk0MTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/1839413?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/chrisby",
"html_url": "https://github.com/chrisby",
"followers_url": "https://api.github.com/users/chrisby/followers",
"following_url": "https://api.github.com/users/chrisby/following{/other_user}",
"gists_url": "https://api.github.com/users/chrisby/gists{/gist_id}",
"starred_url": "https://api.github.com/users/chrisby/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/chrisby/subscriptions",
"organizations_url": "https://api.github.com/users/chrisby/orgs",
"repos_url": "https://api.github.com/users/chrisby/repos",
"events_url": "https://api.github.com/users/chrisby/events{/privacy}",
"received_events_url": "https://api.github.com/users/chrisby/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 | 2023-03-06T15:43:45 | 2023-03-06T16:03:19 | 2023-03-06T16:03:18 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I try using NeMo to train a GPT-like model from scratch with large `.arrow` files for which I have a `LightningDataModule`. Are there any resources on how to integrate such data set into NeMo? I found the `model.setup_training_data` but am unsure how to properly use it. Any advice would be helpful.
| {
"login": "chrisby",
"id": 1839413,
"node_id": "MDQ6VXNlcjE4Mzk0MTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/1839413?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/chrisby",
"html_url": "https://github.com/chrisby",
"followers_url": "https://api.github.com/users/chrisby/followers",
"following_url": "https://api.github.com/users/chrisby/following{/other_user}",
"gists_url": "https://api.github.com/users/chrisby/gists{/gist_id}",
"starred_url": "https://api.github.com/users/chrisby/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/chrisby/subscriptions",
"organizations_url": "https://api.github.com/users/chrisby/orgs",
"repos_url": "https://api.github.com/users/chrisby/repos",
"events_url": "https://api.github.com/users/chrisby/events{/privacy}",
"received_events_url": "https://api.github.com/users/chrisby/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6134/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/6134/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6133 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6133/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6133/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6133/events | https://github.com/NVIDIA/NeMo/issues/6133 | 1,610,401,421 | I_kwDOC_bI7s5f_MaN | 6,133 | [DIARIZATION] is clustering needed when number of speakers is known? | {
"login": "yarimotoy",
"id": 127058772,
"node_id": "U_kgDOB5LDVA",
"avatar_url": "https://avatars.githubusercontent.com/u/127058772?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yarimotoy",
"html_url": "https://github.com/yarimotoy",
"followers_url": "https://api.github.com/users/yarimotoy/followers",
"following_url": "https://api.github.com/users/yarimotoy/following{/other_user}",
"gists_url": "https://api.github.com/users/yarimotoy/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yarimotoy/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yarimotoy/subscriptions",
"organizations_url": "https://api.github.com/users/yarimotoy/orgs",
"repos_url": "https://api.github.com/users/yarimotoy/repos",
"events_url": "https://api.github.com/users/yarimotoy/events{/privacy}",
"received_events_url": "https://api.github.com/users/yarimotoy/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-03-05T22:55:34 | 2023-03-29T23:21:15 | 2023-03-29T23:21:15 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hello,
I'm using the diarization model and already know the number of speakers. I thought that the clustering algorithm was only needed to determine the number of speakers, but it seems that it is still being run if when I use the following settings:
```
meta = {
'audio_filepath': an4_audio,
'offset': 0,
'duration': None,
'label': 'infer',
'text': '-',
'num_speakers': 2,
'rttm_filepath': None,
'uem_filepath': None
}
```
and
`config.diarizer.clustering.parameters.oracle_num_speakers = True`
Is that the expected behavior? My main issue is that while the other parts of the model can be run on the GPU, the clustering is still run on the CPU so the overall inference is quite long. | {
"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/6133/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/6133/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6132 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6132/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6132/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6132/events | https://github.com/NVIDIA/NeMo/pull/6132 | 1,609,553,681 | PR_kwDOC_bI7s5LRj_4 | 6,132 | [ASR] Support audio_filepath as a list of single-channel files | {
"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": 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 | 2023-03-04T02:49:08 | 2023-03-20T19:12:11 | 2023-03-20T19:12:11 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6132",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6132",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6132.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6132.patch",
"merged_at": "2023-03-20T19:12:11"
} | # What does this PR do ?
Currently, multichannel audio can be used in `audio_filepath` by providing a path to a multichannel file.
This PR adds support for `audio_path` to specify multichannel audio by providing a list of paths to single-channel files.
**Collection**: ASR
# Changelog
- `AudioSegment.from_file` can load multichannel audio from a list of paths to single-channel audio files
- `manifest.get_full_path` supports lists as input and can resolve path to each path in a list
- Added unit tests for `AudioSegment`
- `TestAudioSegment:: test_audio_segment_from_file` for existing functionality, loading a single file
- `TestAudioSegment:: test_audio_segment_multichannel_with_list ` for new functionality, loading multiple single-channel files
- Added unit tests for `manifest.get_full_path`
- `TestPreprocessingUtils:: test_get_full_path_local` when resolving local paths, both single paths and lists
- `TestPreprocessingUtils:: test_get_full_path_ais` when resolving paths pointing to AIStore, both single paths and lists
# Usage
## Example scripts
- [examples.zip](https://github.com/NVIDIA/NeMo/files/10887310/examples.zip)
## Description
Currently, ASR models can be used to transcribe multichannel audio by providing a path to a multichannel audio file in `audio_filepath` and selecting a single channel using `channel_selector`.
This PR adds an option to set `audio_filepath` to a list of paths to individual channels, each containing a single channel. This is useful in situations where multichannel audio is provided as individual channels.
Two examples with `audio_filepath` containing a list of paths to single-channel files are provided below.
The first example is directly using `transcribe()` od an `ASRModel`. The second example is running `speech_to_text_eval.py`.
### Example 1
This example will check if `asr_model.transcribe` is working the same when a path to multichannel audio is provided as
- a path to a multichannel audio file (this is currently supported)
- a list of paths to single-channel audio files (added in this PR)
In both cases, channel_selector can be used to pick one channel from the input multichannel audio.
The test will run with two different models: `stt_en_conformer_ctc_small` and `stt_en_conformer_transducer_small` and each of the 3 available channels.
To run the test:
```
python test_asr_model_transcribe.py
```
### Example 2
This example will check if `speech_to_text_eval.py` is working the same when a path to multichannel audio is provided as
- a path to a multichannel audio file (this is currently supported)
- a list of paths to single-channel audio files (added in this PR)
In both cases, channel_selector can be used to pick one channel from the input multichannel audio.
The test will run with two different models: `stt_en_conformer_ctc_small` and `stt_en_conformer_transducer_small` and each of the 3 available channels.
To run the test:
```
python test_speech_to_text_eval.py --nemo-dir PATH_TO_NEMO_DIR
```
# 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": "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/6132/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/6132/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6131 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6131/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6131/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6131/events | https://github.com/NVIDIA/NeMo/issues/6131 | 1,607,150,417 | I_kwDOC_bI7s5fyytR | 6,131 | Read amplification upon checkpoint read | {
"login": "leezu",
"id": 946903,
"node_id": "MDQ6VXNlcjk0NjkwMw==",
"avatar_url": "https://avatars.githubusercontent.com/u/946903?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/leezu",
"html_url": "https://github.com/leezu",
"followers_url": "https://api.github.com/users/leezu/followers",
"following_url": "https://api.github.com/users/leezu/following{/other_user}",
"gists_url": "https://api.github.com/users/leezu/gists{/gist_id}",
"starred_url": "https://api.github.com/users/leezu/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/leezu/subscriptions",
"organizations_url": "https://api.github.com/users/leezu/orgs",
"repos_url": "https://api.github.com/users/leezu/repos",
"events_url": "https://api.github.com/users/leezu/events{/privacy}",
"received_events_url": "https://api.github.com/users/leezu/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 | 2023-03-02T16:47:20 | 2023-04-16T01:55:39 | 2023-04-16T01:55:39 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
NeMo currently executes load_checkpoint independently on all ranks, causing unnecessarily high filesystem reading. In contrast,
save_checkpoint functionality for nlp models is only executed on rank 0 / data_parallel_rank == 0: https://github.com/NVIDIA/NeMo/blob/ac50e5963ca4e23b7fd758f0732f6ed51200cc1d/nemo/collections/nlp/parts/nlp_overrides.py#L164-L171
**Steps/Code to reproduce bug**
See
https://github.com/NVIDIA/NeMo/blob/ac50e5963ca4e23b7fd758f0732f6ed51200cc1d/nemo/collections/nlp/parts/nlp_overrides.py#L195-L200
**Expected behavior**
Checkpoint is only read from filesystem on rank 0 / data_parallel_rank == 0 and broadcasted to all other ranks. | {
"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/6131/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/6131/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6129 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6129/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6129/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6129/events | https://github.com/NVIDIA/NeMo/pull/6129 | 1,606,159,942 | PR_kwDOC_bI7s5LGELH | 6,129 | [TTS][refactor] Part 8 - added model inference tests to safeguard changes. | {
"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 | 2023-03-02T05:59:25 | 2023-03-10T04:24:43 | 2023-03-10T04:24:41 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6129",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6129",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6129.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6129.patch",
"merged_at": "2023-03-10T04:24:41"
} | Download NGC pre-trained model checkpoints and run model inference for all models supported in `self.list_available_models()`.
* fixed pretrained model names that are not following naming convention:
* `tts_hifigan` --> `tts_en_hifigan`
* `tts_waveglow_88m` --> `tts_en_waveglow_88m`
* created `--nightly` option and `nightly` marker for pytest. Without `--nightly` option, all tests here will be skipped. We are setting it up this way on purpose to save running time from our CI, and it provides an option for QA.
* added test for fastpitch.
* added test for hifigan.
* added test for mixtts.
* added test for Tacotron2.
* added test for VITS.
* added test for UnivNet.
* added test for waveglow.
* remove old waveglow model that relies on torch_stft.
* added test for aligner.
related PR: https://github.com/NVIDIA/NeMo/pull/6128
```bash
(nemo) xueyang@DEV:~/workspace/NeMo:(add-tests-model-inference-tts)$ pytest tests/collections/tts/models/
A valid `test_data.tar.gz` test archive (10445891B) found in the `/home/xueyang/workspace/NeMo/tests/.data` folder.
Setting numba compat : True
================================================================================================ test session starts =================================================================================================
platform linux -- Python 3.8.13, pytest-7.1.3, pluggy-1.0.0 -- /home/xueyang/miniconda3/envs/nemo/bin/python
cachedir: .pytest_cache
rootdir: /home/xueyang/workspace/NeMo, configfile: pyproject.toml
plugins: hydra-core-1.2.0, anyio-3.6.1
collected 26 items
tests/collections/tts/models/test_aligner.py::test_inference[tts_en_radtts_aligner] SKIPPED (To run this test, pass --nightly option. It will run any tests marked with "nightly". Currently, These tests ...) [ 3%]
tests/collections/tts/models/test_aligner.py::test_inference[tts_en_radtts_aligner_ipa] SKIPPED (To run this test, pass --nightly option. It will run any tests marked with "nightly". Currently, These te...) [ 7%]
tests/collections/tts/models/test_fastpitch.py::test_inference[tts_en_fastpitch] SKIPPED (To run this test, pass --nightly option. It will run any tests marked with "nightly". Currently, These tests are...) [ 11%]
tests/collections/tts/models/test_fastpitch.py::test_inference[tts_en_fastpitch_ipa] SKIPPED (To run this test, pass --nightly option. It will run any tests marked with "nightly". Currently, These tests...) [ 15%]
tests/collections/tts/models/test_fastpitch.py::test_inference[tts_en_fastpitch_multispeaker] SKIPPED (To run this test, pass --nightly option. It will run any tests marked with "nightly". Currently, Th...) [ 19%]
tests/collections/tts/models/test_fastpitch.py::test_inference[tts_de_fastpitch_singleSpeaker_thorstenNeutral_2102] SKIPPED (To run this test, pass --nightly option. It will run any tests marked with "n...) [ 23%]
tests/collections/tts/models/test_fastpitch.py::test_inference[tts_de_fastpitch_singleSpeaker_thorstenNeutral_2210] SKIPPED (To run this test, pass --nightly option. It will run any tests marked with "n...) [ 26%]
tests/collections/tts/models/test_fastpitch.py::test_inference[tts_de_fastpitch_multispeaker_5] SKIPPED (To run this test, pass --nightly option. It will run any tests marked with "nightly". Currently, ...) [ 30%]
tests/collections/tts/models/test_fastpitch.py::test_inference[tts_es_fastpitch_multispeaker] SKIPPED (To run this test, pass --nightly option. It will run any tests marked with "nightly". Currently, Th...) [ 34%]
tests/collections/tts/models/test_fastpitch.py::test_inference[tts_zh_fastpitch_sfspeech] SKIPPED (To run this test, pass --nightly option. It will run any tests marked with "nightly". Currently, These ...) [ 38%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_hifigan] SKIPPED (To run this test, pass --nightly option. It will run any tests marked with "nightly". Currently, These tests are mos...) [ 42%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_lj_hifigan_ft_mixertts] SKIPPED (To run this test, pass --nightly option. It will run any tests marked with "nightly". Currently, Thes...) [ 46%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_lj_hifigan_ft_mixerttsx] SKIPPED (To run this test, pass --nightly option. It will run any tests marked with "nightly". Currently, The...) [ 50%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_hifitts_hifigan_ft_fastpitch] SKIPPED (To run this test, pass --nightly option. It will run any tests marked with "nightly". Currently...) [ 53%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_de_hifigan_singleSpeaker_thorstenNeutral_2102] SKIPPED (To run this test, pass --nightly option. It will run any tests marked with "night...) [ 57%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_de_hifigan_singleSpeaker_thorstenNeutral_2210] SKIPPED (To run this test, pass --nightly option. It will run any tests marked with "night...) [ 61%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_de_hui_hifigan_ft_fastpitch_multispeaker_5] SKIPPED (To run this test, pass --nightly option. It will run any tests marked with "nightly"...) [ 65%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_es_hifigan_ft_fastpitch_multispeaker] SKIPPED (To run this test, pass --nightly option. It will run any tests marked with "nightly". Curr...) [ 69%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_zh_hifigan_sfspeech] SKIPPED (To run this test, pass --nightly option. It will run any tests marked with "nightly". Currently, These test...) [ 73%]
tests/collections/tts/models/test_mixerTTS.py::test_inference[tts_en_lj_mixertts] SKIPPED (To run this test, pass --nightly option. It will run any tests marked with "nightly". Currently, These tests ar...) [ 76%]
tests/collections/tts/models/test_mixerTTS.py::test_inference[tts_en_lj_mixerttsx] SKIPPED (To run this test, pass --nightly option. It will run any tests marked with "nightly". Currently, These tests a...) [ 80%]
tests/collections/tts/models/test_tacotron2.py::test_inference[tts_en_tacotron2] SKIPPED (To run this test, pass --nightly option. It will run any tests marked with "nightly". Currently, These tests are...) [ 84%]
tests/collections/tts/models/test_univNet.py::test_inference[tts_en_lj_univnet] SKIPPED (To run this test, pass --nightly option. It will run any tests marked with "nightly". Currently, These tests are ...) [ 88%]
tests/collections/tts/models/test_univNet.py::test_inference[tts_en_libritts_univnet] SKIPPED (To run this test, pass --nightly option. It will run any tests marked with "nightly". Currently, These test...) [ 92%]
tests/collections/tts/models/test_vits.py::test_inference[tts_en_lj_vits] SKIPPED (To run this test, pass --nightly option. It will run any tests marked with "nightly". Currently, These tests are mostly...) [ 96%]
tests/collections/tts/models/test_waveGlow.py::test_inference[tts_en_waveglow_88m] SKIPPED (To run this test, pass --nightly option. It will run any tests marked with "nightly". Currently, These tests a...) [100%]
================================================================================================= slowest durations ==================================================================================================
(52 durations < 0.005s hidden. Use -vv to show these durations.)
================================================================================================ 26 skipped in 0.18s =================================================================================================
(nemo) xueyang@DEV:~/workspace/NeMo:(add-tests-model-inference-tts)$ pytest --nightly tests/collections/tts/models/
A valid `test_data.tar.gz` test archive (10445891B) found in the `/home/xueyang/workspace/NeMo/tests/.data` folder.
Setting numba compat : True
================================================================================================ test session starts =================================================================================================
platform linux -- Python 3.8.13, pytest-7.1.3, pluggy-1.0.0 -- /home/xueyang/miniconda3/envs/nemo/bin/python
cachedir: .pytest_cache
rootdir: /home/xueyang/workspace/NeMo, configfile: pyproject.toml
plugins: hydra-core-1.2.0, anyio-3.6.1
collected 26 items
tests/collections/tts/models/test_aligner.py::test_inference[tts_en_radtts_aligner] PASSED [ 3%]
tests/collections/tts/models/test_aligner.py::test_inference[tts_en_radtts_aligner_ipa] PASSED [ 7%]
tests/collections/tts/models/test_fastpitch.py::test_inference[tts_en_fastpitch] PASSED [ 11%]
tests/collections/tts/models/test_fastpitch.py::test_inference[tts_en_fastpitch_ipa] PASSED [ 15%]
tests/collections/tts/models/test_fastpitch.py::test_inference[tts_en_fastpitch_multispeaker] PASSED [ 19%]
tests/collections/tts/models/test_fastpitch.py::test_inference[tts_de_fastpitch_singleSpeaker_thorstenNeutral_2102] PASSED [ 23%]
tests/collections/tts/models/test_fastpitch.py::test_inference[tts_de_fastpitch_singleSpeaker_thorstenNeutral_2210] PASSED [ 26%]
tests/collections/tts/models/test_fastpitch.py::test_inference[tts_de_fastpitch_multispeaker_5] PASSED [ 30%]
tests/collections/tts/models/test_fastpitch.py::test_inference[tts_es_fastpitch_multispeaker] PASSED [ 34%]
tests/collections/tts/models/test_fastpitch.py::test_inference[tts_zh_fastpitch_sfspeech] PASSED [ 38%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_hifigan] PASSED [ 42%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_lj_hifigan_ft_mixertts] PASSED [ 46%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_lj_hifigan_ft_mixerttsx] PASSED [ 50%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_hifitts_hifigan_ft_fastpitch] PASSED [ 53%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_de_hifigan_singleSpeaker_thorstenNeutral_2102] PASSED [ 57%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_de_hifigan_singleSpeaker_thorstenNeutral_2210] PASSED [ 61%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_de_hui_hifigan_ft_fastpitch_multispeaker_5] PASSED [ 65%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_es_hifigan_ft_fastpitch_multispeaker] PASSED [ 69%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_zh_hifigan_sfspeech] PASSED [ 73%]
tests/collections/tts/models/test_mixerTTS.py::test_inference[tts_en_lj_mixertts] ^@PASSED [ 76%]
tests/collections/tts/models/test_mixerTTS.py::test_inference[tts_en_lj_mixerttsx] PASSED [ 80%]
tests/collections/tts/models/test_tacotron2.py::test_inference[tts_en_tacotron2] PASSED [ 84%]
tests/collections/tts/models/test_univNet.py::test_inference[tts_en_lj_univnet] PASSED [ 88%]
tests/collections/tts/models/test_univNet.py::test_inference[tts_en_libritts_univnet] PASSED [ 92%]
tests/collections/tts/models/test_vits.py::test_inference[tts_en_lj_vits] PASSED [ 96%]
tests/collections/tts/models/test_waveGlow.py::test_inference[tts_en_waveglow_88m] PASSED [100%]
================================================================================================= slowest durations ==================================================================================================
26.45s setup tests/collections/tts/models/test_mixerTTS.py::test_inference[tts_en_lj_mixerttsx]
25.30s setup tests/collections/tts/models/test_tacotron2.py::test_inference[tts_en_tacotron2]
24.82s setup tests/collections/tts/models/test_fastpitch.py::test_inference[tts_en_fastpitch_ipa]
24.43s setup tests/collections/tts/models/test_fastpitch.py::test_inference[tts_en_fastpitch]
24.41s setup tests/collections/tts/models/test_vits.py::test_inference[tts_en_lj_vits]
24.40s setup tests/collections/tts/models/test_fastpitch.py::test_inference[tts_en_fastpitch_multispeaker]
23.52s setup tests/collections/tts/models/test_aligner.py::test_inference[tts_en_radtts_aligner]
23.17s setup tests/collections/tts/models/test_mixerTTS.py::test_inference[tts_en_lj_mixertts]
22.34s setup tests/collections/tts/models/test_aligner.py::test_inference[tts_en_radtts_aligner_ipa]
20.70s setup tests/collections/tts/models/test_fastpitch.py::test_inference[tts_de_fastpitch_multispeaker_5]
19.61s setup tests/collections/tts/models/test_fastpitch.py::test_inference[tts_de_fastpitch_singleSpeaker_thorstenNeutral_2210]
16.09s setup tests/collections/tts/models/test_fastpitch.py::test_inference[tts_de_fastpitch_singleSpeaker_thorstenNeutral_2102]
2.35s setup tests/collections/tts/models/test_waveGlow.py::test_inference[tts_en_waveglow_88m]
2.34s setup tests/collections/tts/models/test_fastpitch.py::test_inference[tts_es_fastpitch_multispeaker]
2.33s setup tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_hifigan]
2.29s setup tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_lj_hifigan_ft_mixerttsx]
2.27s setup tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_lj_hifigan_ft_mixertts]
1.78s call tests/collections/tts/models/test_mixerTTS.py::test_inference[tts_en_lj_mixerttsx]
1.78s call tests/collections/tts/models/test_aligner.py::test_inference[tts_en_radtts_aligner]
1.53s setup tests/collections/tts/models/test_fastpitch.py::test_inference[tts_zh_fastpitch_sfspeech]
1.40s setup tests/collections/tts/models/test_univNet.py::test_inference[tts_en_libritts_univnet]
0.96s setup tests/collections/tts/models/test_hifigan.py::test_inference[tts_de_hifigan_singleSpeaker_thorstenNeutral_2102]
0.96s setup tests/collections/tts/models/test_hifigan.py::test_inference[tts_de_hifigan_singleSpeaker_thorstenNeutral_2210]
0.95s setup tests/collections/tts/models/test_hifigan.py::test_inference[tts_zh_hifigan_sfspeech]
0.95s setup tests/collections/tts/models/test_hifigan.py::test_inference[tts_de_hui_hifigan_ft_fastpitch_multispeaker_5]
0.95s setup tests/collections/tts/models/test_hifigan.py::test_inference[tts_es_hifigan_ft_fastpitch_multispeaker]
0.95s setup tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_hifitts_hifigan_ft_fastpitch]
0.90s setup tests/collections/tts/models/test_univNet.py::test_inference[tts_en_lj_univnet]
0.49s call tests/collections/tts/models/test_vits.py::test_inference[tts_en_lj_vits]
0.48s call tests/collections/tts/models/test_tacotron2.py::test_inference[tts_en_tacotron2]
0.45s call tests/collections/tts/models/test_fastpitch.py::test_inference[tts_zh_fastpitch_sfspeech]
0.28s call tests/collections/tts/models/test_waveGlow.py::test_inference[tts_en_waveglow_88m]
0.07s call tests/collections/tts/models/test_fastpitch.py::test_inference[tts_de_fastpitch_multispeaker_5]
0.07s call tests/collections/tts/models/test_fastpitch.py::test_inference[tts_de_fastpitch_singleSpeaker_thorstenNeutral_2102]
0.06s call tests/collections/tts/models/test_fastpitch.py::test_inference[tts_de_fastpitch_singleSpeaker_thorstenNeutral_2210]
0.06s call tests/collections/tts/models/test_fastpitch.py::test_inference[tts_en_fastpitch]
0.06s call tests/collections/tts/models/test_fastpitch.py::test_inference[tts_en_fastpitch_ipa]
0.06s call tests/collections/tts/models/test_fastpitch.py::test_inference[tts_en_fastpitch_multispeaker]
0.05s call tests/collections/tts/models/test_mixerTTS.py::test_inference[tts_en_lj_mixertts]
0.05s call tests/collections/tts/models/test_aligner.py::test_inference[tts_en_radtts_aligner_ipa]
0.03s call tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_hifigan]
0.03s call tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_hifitts_hifigan_ft_fastpitch]
0.03s call tests/collections/tts/models/test_hifigan.py::test_inference[tts_de_hui_hifigan_ft_fastpitch_multispeaker_5]
0.02s call tests/collections/tts/models/test_hifigan.py::test_inference[tts_es_hifigan_ft_fastpitch_multispeaker]
0.02s call tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_lj_hifigan_ft_mixertts]
0.02s call tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_lj_hifigan_ft_mixerttsx]
0.02s call tests/collections/tts/models/test_hifigan.py::test_inference[tts_de_hifigan_singleSpeaker_thorstenNeutral_2210]
0.02s call tests/collections/tts/models/test_hifigan.py::test_inference[tts_de_hifigan_singleSpeaker_thorstenNeutral_2102]
0.02s call tests/collections/tts/models/test_hifigan.py::test_inference[tts_zh_hifigan_sfspeech]
0.02s call tests/collections/tts/models/test_fastpitch.py::test_inference[tts_es_fastpitch_multispeaker]
0.02s call tests/collections/tts/models/test_univNet.py::test_inference[tts_en_lj_univnet]
0.01s call tests/collections/tts/models/test_univNet.py::test_inference[tts_en_libritts_univnet]
(26 durations < 0.005s hidden. Use -vv to show these durations.)
=========================================================================================== 26 passed in 302.54s (0:05:02) ===========================================================================================
```
**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**:
- [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
- [ ] 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/6129/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6129/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6128 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6128/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6128/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6128/events | https://github.com/NVIDIA/NeMo/pull/6128 | 1,606,059,885 | PR_kwDOC_bI7s5LFuiA | 6,128 | [TTS] remove old waveglow model that relies on torch_stft. | {
"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 | 2023-03-02T03:50:25 | 2023-03-06T20:21:12 | 2023-03-06T20:21:10 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6128",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6128",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6128.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6128.patch",
"merged_at": "2023-03-06T20:21:10"
} | # What does this PR do ?
TTS collections currently have two waveglow models released in NGC model cards, however, only the lastest one (`tts_waveglow_88m`) works with the lastest code base without needs of `torch_stft`. The old one (`tts_waveglow_268m`) always pops up error below,
```
E RuntimeError: Error(s) in loading state_dict for WaveGlowModel:
E Missing key(s) in state_dict: "audio_to_melspec_precessor.window".
E Unexpected key(s) in state_dict: "audio_to_melspec_precessor.stft.forward_basis", "audio_to_melspec_precessor.stft.inverse_basis".
```
**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) https://github.com/NVIDIA/NeMo/issues/4015
* Related to PR: https://github.com/NVIDIA/NeMo/pull/3993
| {
"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/6128/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/6128/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6127 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6127/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6127/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6127/events | https://github.com/NVIDIA/NeMo/issues/6127 | 1,605,748,766 | I_kwDOC_bI7s5ftcge | 6,127 | eval_beamsearch_ngram.py fails (pack_hypotheses invalid data type 'str') | {
"login": "devvindan",
"id": 23016925,
"node_id": "MDQ6VXNlcjIzMDE2OTI1",
"avatar_url": "https://avatars.githubusercontent.com/u/23016925?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/devvindan",
"html_url": "https://github.com/devvindan",
"followers_url": "https://api.github.com/users/devvindan/followers",
"following_url": "https://api.github.com/users/devvindan/following{/other_user}",
"gists_url": "https://api.github.com/users/devvindan/gists{/gist_id}",
"starred_url": "https://api.github.com/users/devvindan/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/devvindan/subscriptions",
"organizations_url": "https://api.github.com/users/devvindan/orgs",
"repos_url": "https://api.github.com/users/devvindan/repos",
"events_url": "https://api.github.com/users/devvindan/events{/privacy}",
"received_events_url": "https://api.github.com/users/devvindan/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": "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
}
] | null | null | 2023-03-01T22:19:36 | 2023-03-07T19:24:20 | 2023-03-07T19:24:20 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
I trained QuartzNet acoustic model + KenLM 2-ngram model, now I run eval_beamsearch_ngram.py to evaluate it.
It seems like beam_search_func in BeamSearchDecoderWithLM outputs tuples (confidence, text) (the doc agrees), so cand.y_sequence is a resulting string.
but later on the function pack_hypothesis in ctc_beam_decoding does "cand.y_sequence = torch.tensor(cand.y_sequence, dtype=torch.long)" and expects it to be int labels, so I get an error. Meanwhile greedy decoding works perfectly.
**Steps/Code to reproduce bug**
I am just following the steps here https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/asr/asr_language_modeling.html
python eval_beamsearch_ngram.py nemo_model_file=*quartznet_model_from_default_config* \
input_manifest="" \
kenlm_model_file=*scorer from train_kenlm* \
beam_width=[500] \
beam_alpha=[0.82] \
beam_beta=[0.87] \
preds_output_folder= \
probs_cache_file=null \
decoding_mode=beamsearch_ngram
**Expected behavior**
I expected the eval_beamsearch_ngram.py script work with default QuartzNet and default KenLM trained model. I am not exactly sure if I am not specifying the correct params for it.
**Environment overview (please complete the following information)**
- Environment location: linux
- Method of NeMo install: pip install from tutorial
**Environment details**
Otherwise, please provide:
- OS version: ubuntu 18.04.5 LTS (Bionic Beaver)
- PyTorch version 1.13.1
- Python version 3.8.12
**Additional context**
nemo toolkit 1.16.0rc0
ctc-decoders version is 1.1
| {
"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/6127/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/6127/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6126 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6126/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6126/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6126/events | https://github.com/NVIDIA/NeMo/pull/6126 | 1,605,689,240 | PR_kwDOC_bI7s5LEd-e | 6,126 | Remove 8k model mention and indicate training time | {
"login": "Zhilin123",
"id": 29811458,
"node_id": "MDQ6VXNlcjI5ODExNDU4",
"avatar_url": "https://avatars.githubusercontent.com/u/29811458?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Zhilin123",
"html_url": "https://github.com/Zhilin123",
"followers_url": "https://api.github.com/users/Zhilin123/followers",
"following_url": "https://api.github.com/users/Zhilin123/following{/other_user}",
"gists_url": "https://api.github.com/users/Zhilin123/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Zhilin123/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Zhilin123/subscriptions",
"organizations_url": "https://api.github.com/users/Zhilin123/orgs",
"repos_url": "https://api.github.com/users/Zhilin123/repos",
"events_url": "https://api.github.com/users/Zhilin123/events{/privacy}",
"received_events_url": "https://api.github.com/users/Zhilin123/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-03-01T21:26:35 | 2023-03-02T04:50:23 | 2023-03-02T04:50:22 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6126",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6126",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6126.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6126.patch",
"merged_at": "2023-03-02T04:50:22"
} | # What does this PR do ?
Remove 8k model mention and indicate estimated training time for NeMo LLM dataset preparation tool.
Also adds a model flag to recommend_hyperparameters function, which is not used now but can be used to recommend hyperparameters based on model chosen later on.
**Collection**: None
# 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/6126/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/6126/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6125 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6125/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6125/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6125/events | https://github.com/NVIDIA/NeMo/pull/6125 | 1,605,444,243 | PR_kwDOC_bI7s5LDo8u | 6,125 | [TTS] update German NGC models trained on Thorsten Datasets | {
"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 | 2023-03-01T18:15:03 | 2023-03-01T21:29:22 | 2023-03-01T21:29:21 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6125",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6125",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6125.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6125.patch",
"merged_at": "2023-03-01T21:29:21"
} | # What does this PR do ?
* deprecated the first german single-speaker fastpitch+hifigan model that hacked `GermanCharTokenizer` by manually mixing graphemes and phonemes. This model was trained on Thorsten's neutral 21.02 dataset.
* added two new fastpitch+hifigan models that applied the refined `GermanCharsTokenizer` that only uses grapheme-only tokens. These two models were trained on Thorsten's neutral 21.02 and 22.10 (newly released by Thorsten), respectively.
**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/6125/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/6125/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6124 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6124/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6124/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6124/events | https://github.com/NVIDIA/NeMo/pull/6124 | 1,605,443,123 | PR_kwDOC_bI7s5LDos7 | 6,124 | Fix k2 and torchaudio installation (Docker, macOS). Cherry-pick (#6094) | {
"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": 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 | 2023-03-01T18:14:11 | 2023-03-01T18:22:54 | 2023-03-01T18:18:43 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6124",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6124",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6124.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6124.patch",
"merged_at": "2023-03-01T18:18:43"
} | # What does this PR do ?
Cherry-pick from #6094
Fix `torchaudio` installation, fix `k2` installation in some cases. Make `torchaudio` and `k2` not required by default.
**Collection**: [CI]
# Changelog
- add build arguments `REQUIRE_TORCHAUDIO` and `REQUIRE_K2` for `torchaudio` and `k2` in Dockerfile
- `false` (by default): library will be installed if possible, errors ignored
- `true`: if library not installed correctly, end build with error
- fix `k2` installation script on macOS
- fix `k2` installation in Docker (`k2` depends on `torchaudio`)
- fix `torchaudio` installation for latest PyTorch versions
- also fixes bug https://nvbugswb.nvidia.com/NvBugs5/SWBug.aspx?bugid=3940510&cmtNo= (`apt update && apt install -y libavdevice-dev` should be also used before executing install script)
# Usage
```shell
# build container, ignore k2/torchaudio installation error
docker build --tag "nemo:latest" .
# ignore k2 installation error, fail on torchaudio installation error
docker build --tag "nemo:latest" --build-arg REQUIRE_TORCHAUDIO=true --build-arg REQUIRE_K2=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**:
- [ ] 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/6124/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/6124/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6123 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6123/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6123/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6123/events | https://github.com/NVIDIA/NeMo/pull/6123 | 1,605,389,002 | PR_kwDOC_bI7s5LDc2b | 6,123 | [TTS] Move Spanish polyphones from heteronym to dictionary | {
"login": "rlangman",
"id": 9942053,
"node_id": "MDQ6VXNlcjk5NDIwNTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/9942053?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/rlangman",
"html_url": "https://github.com/rlangman",
"followers_url": "https://api.github.com/users/rlangman/followers",
"following_url": "https://api.github.com/users/rlangman/following{/other_user}",
"gists_url": "https://api.github.com/users/rlangman/gists{/gist_id}",
"starred_url": "https://api.github.com/users/rlangman/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/rlangman/subscriptions",
"organizations_url": "https://api.github.com/users/rlangman/orgs",
"repos_url": "https://api.github.com/users/rlangman/repos",
"events_url": "https://api.github.com/users/rlangman/events{/privacy}",
"received_events_url": "https://api.github.com/users/rlangman/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-03-01T17:36:37 | 2023-03-06T23:49:09 | 2023-03-06T23:49:08 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6123",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6123",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6123.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6123.patch",
"merged_at": "2023-03-06T23:49:08"
} | # What does this PR do ?
Spanish does not have heteronyms, only polyphones (eg. region-specific pronunciations of the same word). To make this clearer, I am removing the heteronyms file and placing the alternative pronunciations into the dictionary.
**Collection**: [TTS]
# Changelog
- Delete es_ES and es_LA heteronym files
- Move words in heteronym files to pronunciation dictionary with multiple entries.
# 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
| {
"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/6123/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/6123/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6122 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6122/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6122/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6122/events | https://github.com/NVIDIA/NeMo/pull/6122 | 1,604,150,865 | PR_kwDOC_bI7s5K_PlM | 6,122 | CS bugfix | {
"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": 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": ""
}
] | closed | 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": "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": "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 | 2023-03-01T03:05:17 | 2023-03-01T07:32:07 | 2023-03-01T07:32:06 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6122",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6122",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6122.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6122.patch",
"merged_at": "2023-03-01T07:32:06"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
Fixes bug in processing multilingual / codeswitched tarred datasets
**Collection**: [Note which collection this PR will affect]
ASR
# Changelog
- Add specific line by line info of high level changes in this PR
- isinstance(args[0], Iterable) replaced by List
- Because a string is an Iterable!
# 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": "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
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6122/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/6122/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6121 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6121/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6121/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6121/events | https://github.com/NVIDIA/NeMo/issues/6121 | 1,602,468,928 | I_kwDOC_bI7s5fg7xA | 6,121 | tacotron2.yaml config file buggy | {
"login": "one1ine",
"id": 40920344,
"node_id": "MDQ6VXNlcjQwOTIwMzQ0",
"avatar_url": "https://avatars.githubusercontent.com/u/40920344?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/one1ine",
"html_url": "https://github.com/one1ine",
"followers_url": "https://api.github.com/users/one1ine/followers",
"following_url": "https://api.github.com/users/one1ine/following{/other_user}",
"gists_url": "https://api.github.com/users/one1ine/gists{/gist_id}",
"starred_url": "https://api.github.com/users/one1ine/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/one1ine/subscriptions",
"organizations_url": "https://api.github.com/users/one1ine/orgs",
"repos_url": "https://api.github.com/users/one1ine/repos",
"events_url": "https://api.github.com/users/one1ine/events{/privacy}",
"received_events_url": "https://api.github.com/users/one1ine/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": "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 | 2023-02-28T06:51:14 | 2023-04-16T01:55:41 | 2023-04-16T01:55:41 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
When initiating tacotron.py for training, the following error comes up:
Error executing job with overrides: []
Error in call to target 'nemo.collections.tts.data.tts_dataset.TTSDataset':
FileNotFoundError(2, 'No such file or directory')
full_key: train_ds.dataset
**Steps/Code to reproduce bug**
python tacotron2.py
(hardcoded the training and validation dataset paths in tacotron2.yaml file but also tried giving the path from the cli)
**Expected behavior**
Training starts.
**Environment overview (please complete the following information)**
- Environment location: on-site desktop
- Method of NeMo install: tries installing both with pip and from source.
- 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: Ubuntu 20.04 and Windows 11 (dual-boot)
- PyTorch version: 1.13.1
- Python version: 3.8.0
**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/6121/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/6121/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6120 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6120/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6120/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6120/events | https://github.com/NVIDIA/NeMo/pull/6120 | 1,601,965,445 | PR_kwDOC_bI7s5K331Z | 6,120 | Adjust stochastic depth dropout probability calculation | {
"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": 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 | 2023-02-27T21:19:46 | 2023-02-28T02:54:40 | 2023-02-28T02:54:40 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6120",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6120",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6120.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6120.patch",
"merged_at": "2023-02-28T02:54:40"
} | # What does this PR do?
This PR adjusts calculation of stochastic depth dropout probability.
Currently, calculation fails for 1-layer ConformerEncoder with the default setup.
The culprit is calculation of the probability in `compute_stochastic_depth_drop_probs ` for `linear` mode:
```
layer_drop_probs += [l / (L - 1) * stochastic_depth_drop_prob for l in range(L)]
```
since in this case `L-1 == 0`.
## Proposed solution
Change calculation for the linear mode to the following
```
# we start with 1/L * drop_prob and and end with the desired drop probability.
layer_drop_probs += [l / L * stochastic_depth_drop_prob for l in range(1, L + 1)]
```
This can handle setup with a single layer and is consistent with the probability calculation for the `uniform` mode.
### Example
An example of calculated probabilities:
```
num_layers = 7
stochastic_depth_start_layer = 3
stochastic_depth_drop_prob = 0.5
```
| layer | 0 | 1 | 2 | 3 | 4 | 5 | 6 |
| ----- | --- | --- | --- | --- | --- | --- | --- |
| uniform | 0.0 | 0.0 | 0.0 | 0.5 | 0.5 | 0.5 | 0.5 |
| linear original | 0.0 | 0.0 | 0.0 | 0.0 | 0.167 | 0.333 | 0.5 |
| linear proposed | 0.0 | 0.0 | 0.0 | 0.125 | 0.25 | 0.375 | 0.5 |
**Collection**: ASR
# Changelog
- Add specific line by line info of high level changes in this 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?
- [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
- [ ] 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": "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/6120/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/6120/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6119 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6119/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6119/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6119/events | https://github.com/NVIDIA/NeMo/issues/6119 | 1,601,365,838 | I_kwDOC_bI7s5fcudO | 6,119 | [QUERY] : How to extract embedding of an audio file? | {
"login": "appledora",
"id": 27975232,
"node_id": "MDQ6VXNlcjI3OTc1MjMy",
"avatar_url": "https://avatars.githubusercontent.com/u/27975232?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/appledora",
"html_url": "https://github.com/appledora",
"followers_url": "https://api.github.com/users/appledora/followers",
"following_url": "https://api.github.com/users/appledora/following{/other_user}",
"gists_url": "https://api.github.com/users/appledora/gists{/gist_id}",
"starred_url": "https://api.github.com/users/appledora/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/appledora/subscriptions",
"organizations_url": "https://api.github.com/users/appledora/orgs",
"repos_url": "https://api.github.com/users/appledora/repos",
"events_url": "https://api.github.com/users/appledora/events{/privacy}",
"received_events_url": "https://api.github.com/users/appledora/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2023-02-27T15:04:07 | 2023-03-05T12:27:51 | 2023-03-05T12:27:51 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hi, first of all, thanks for the amazing toolkit.
My query is pretty basic. I am trying to extract the embeddings of an audio file after passing it through a fine-tuned .nemo model. I saw that this support is available for [`Speaker Identification task`](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/asr/speaker_recognition/results.html#speaker-embedding-extraction). How can I emulate it for ASR?
My trained model is a `Conformer CTC BPE` type model.
| {
"login": "appledora",
"id": 27975232,
"node_id": "MDQ6VXNlcjI3OTc1MjMy",
"avatar_url": "https://avatars.githubusercontent.com/u/27975232?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/appledora",
"html_url": "https://github.com/appledora",
"followers_url": "https://api.github.com/users/appledora/followers",
"following_url": "https://api.github.com/users/appledora/following{/other_user}",
"gists_url": "https://api.github.com/users/appledora/gists{/gist_id}",
"starred_url": "https://api.github.com/users/appledora/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/appledora/subscriptions",
"organizations_url": "https://api.github.com/users/appledora/orgs",
"repos_url": "https://api.github.com/users/appledora/repos",
"events_url": "https://api.github.com/users/appledora/events{/privacy}",
"received_events_url": "https://api.github.com/users/appledora/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6119/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/6119/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6118 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6118/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6118/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6118/events | https://github.com/NVIDIA/NeMo/pull/6118 | 1,600,788,428 | PR_kwDOC_bI7s5Kz6aL | 6,118 | Ngram lm fusion for RNNT maes decoding | {
"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 | 2023-02-27T09:19:52 | 2023-03-14T16:26:09 | 2023-03-14T16:26:09 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6118",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6118",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6118.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6118.patch",
"merged_at": "2023-03-14T16:26:09"
} | # What does this PR do ?
Ngram LM fusion for RNNT modified adaptive expansion search (maes) decoding.
**Collection**: [ASR]
# Changelog
- Add ngram_lm option to maes decoding algorithm
- Add EncDecRNNTBPEModel and EncDecRNNTModel to kenlm_utils.py for ngram lm building
- Add new file eval_beamsearch_ngram_transducer.py (base on old Vahid's branch for ngram rnnt beam search) for testing the ngram RNNT decoding
# 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/6118/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/6118/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6117 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6117/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6117/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6117/events | https://github.com/NVIDIA/NeMo/pull/6117 | 1,600,202,397 | PR_kwDOC_bI7s5Kx8AA | 6,117 | Fix enhancer usage in ASR-TTS examples | {
"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 | 2023-02-26T21:08:15 | 2023-02-27T06:29:18 | 2023-02-27T06:29:17 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6117",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6117",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6117.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6117.patch",
"merged_at": "2023-02-27T06:29:17"
} | # What does this PR do ?
Fixes enhancer usage in ASR-TTS examples
**Collection**: [ASR]
# 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**:
- [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": "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/6117/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/6117/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6116 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6116/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6116/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6116/events | https://github.com/NVIDIA/NeMo/pull/6116 | 1,600,176,410 | PR_kwDOC_bI7s5Kx25L | 6,116 | Fix enhancer usage in ASR-TTS examples | {
"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 | 2023-02-26T19:43:22 | 2023-03-07T15:52:21 | 2023-02-26T21:07:50 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6116",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6116",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6116.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6116.patch",
"merged_at": "2023-02-26T21:07:49"
} | # What does this PR do ?
Fixes enhancer usage in ASR-TTS examples
**Collection**: [ASR]
# 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**:
- [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": "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/6116/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/6116/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6115 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6115/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6115/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6115/events | https://github.com/NVIDIA/NeMo/pull/6115 | 1,599,777,757 | PR_kwDOC_bI7s5KwpST | 6,115 | Save model parallel .nemo in ExpManager | {
"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": 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 | 2023-02-25T17:37:45 | 2023-03-10T00:28:28 | 2023-03-10T00:28:26 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6115",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6115",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6115.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6115.patch",
"merged_at": "2023-03-10T00:28:26"
} | # What does this PR do ?
save_best_model and always_save_nemo will work with tp/pp > 1 with this PR.
**Collection**: [NLP,ASR]
# 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**:
- [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": "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/6115/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/6115/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6114 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6114/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6114/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6114/events | https://github.com/NVIDIA/NeMo/pull/6114 | 1,599,601,826 | PR_kwDOC_bI7s5KwGTX | 6,114 | Fixing data simulator argument and bash scripting error | {
"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": 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 | null | [] | null | null | 2023-02-25T07:50:03 | 2023-03-09T17:39:27 | 2023-03-09T17:39:23 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6114",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6114",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6114.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6114.patch",
"merged_at": null
} | # What does this PR do ?
Repeating https://github.com/NVIDIA/NeMo/pull/6087 for r1.16.0
This PR fixes a line containing bash command "mv".
The line is unnecessary and creating an error.
Also added "rm" command that removes tar file, in case where users run the cell again.
**Collection**: [Note which collection this PR will affect]
ASR
# Changelog
Removed "mv" line.
# Usage
This is a ipython notebook.
You can run it at `tutorials/speaker_tasks/Speaker_Diarization_Training.ipynb`.
# 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": "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/6114/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/6114/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6113 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6113/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6113/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6113/events | https://github.com/NVIDIA/NeMo/pull/6113 | 1,599,344,130 | PR_kwDOC_bI7s5KvPzS | 6,113 | [TTS][refactor] Part 3 - nemo.collections.tts.g2p.models | {
"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": ""
},
{
"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 | 2023-02-24T22:22:13 | 2023-02-25T09:22:05 | 2023-02-25T09:22:04 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6113",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6113",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6113.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6113.patch",
"merged_at": "2023-02-25T09:22:04"
} | # What does this PR do ?
Task 3: break down nemo.collections.tts.g2p.models and save to nemo.collection.tts.models
- base.py # move and merge tts/g2p/models/g2p_model.py::G2PModel class here because it is the base model for g2p.
- g2p_ctc.py # move and rename tts/g2p/models/ctc_g2p.py here. File name uses the same format as fastpitch_*.py
- g2p_t5.py # move and rename tts/g2p/models/t5_g2p.py here.
- g2p_heteronym_classification.py # move and rename tts/g2p/models/heteronym_classifiation.py here.
**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/6113/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/6113/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6112 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6112/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6112/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6112/events | https://github.com/NVIDIA/NeMo/pull/6112 | 1,599,341,886 | PR_kwDOC_bI7s5KvPUr | 6,112 | Fixing data simulator argument and bash scripting error | {
"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": 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 | null | [] | null | null | 2023-02-24T22:19:18 | 2023-02-25T07:49:33 | 2023-02-25T07:49:32 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6112",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6112",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6112.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6112.patch",
"merged_at": "2023-02-25T07:49:32"
} | # What does this PR do ?
Repeating https://github.com/NVIDIA/NeMo/pull/6087 for r1.16.0
This PR fixes a line containing bash command "mv".
The line is unnecessary and creating an error.
Also added "rm" command that removes tar file, in case where users run the cell again.
**Collection**: [Note which collection this PR will affect]
ASR
# Changelog
Removed "mv" line.
# Usage
This is a ipython notebook.
You can run it at `tutorials/speaker_tasks/Speaker_Diarization_Training.ipynb`.
# 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": "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/6112/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/6112/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6111 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6111/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6111/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6111/events | https://github.com/NVIDIA/NeMo/pull/6111 | 1,599,285,601 | PR_kwDOC_bI7s5KvDTJ | 6,111 | [TTS][refactor] Part 4 - nn.collections.tts.g2p.modules | {
"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": ""
},
{
"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 | 2023-02-24T21:16:07 | 2023-03-21T20:56:13 | 2023-03-21T20:56:12 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6111",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6111",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6111.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6111.patch",
"merged_at": "2023-03-21T20:56:11"
} | # What does this PR do ?
Task 4: break down `nemo/collections/tts/g2p/modules.py` and save to `nemo/collections/tts/g2p/models`. The “Modules” concept used by g2p is misleading in comparison to NeMo standards, i.e. modules usually mean `torch.nn.Module` or `NeuralModule`. We should remove any confusion. According to several offline discussion, we finalized below changes,
```
- nemo/collections/tts/g2p/data
- ctc.py
- heteronym_classification.py
- t5.py
- nemo/collections/tts/g2p/models
- base.py # only contains BaseG2p class in this file.
- zh_cn_pinyin.py # move nemo/collections/tts/g2p/modules.py::ChineseG2p class here.
- en_us_arpabet.py # move nemo/collections/tts/g2p/modules.py::EnglishG2p class here.
- i18n_ipa.py # move nemo/collections/tts/g2p/modules.py::IPAG2P class here. It is designed to support any language when specifying a locale code.
- ctc.py
- heteronym_classification.py
- t5.py
- nemo/collections/tts/g2p/utils.py
- added deprecation notice for nemo/collections/tts/torch/g2ps.py
- renamed nemo/collections/tts/data/tts_dataset.py -> nemo/collections/tts/data/dataset.py
```
```
$ pytest --nightly tests/collections/tts/models/
A valid `test_data.tar.gz` test archive (10445891B) found in the `/home/xueyang/workspace/NeMo/tests/.data` folder.
Setting numba compat : True
===================================================== test session starts ======================================================
platform linux -- Python 3.8.13, pytest-7.1.3, pluggy-1.0.0 -- /home/xueyang/miniconda3/envs/nemo/bin/python
cachedir: .pytest_cache
rootdir: /home/xueyang/workspace/NeMo, configfile: pyproject.toml
plugins: hydra-core-1.2.0, anyio-3.6.1
collected 26 items
tests/collections/tts/models/test_aligner.py::test_inference[tts_en_radtts_aligner] PASSED [ 3%]
tests/collections/tts/models/test_aligner.py::test_inference[tts_en_radtts_aligner_ipa] PASSED [ 7%]
tests/collections/tts/models/test_fastpitch.py::test_inference[tts_en_fastpitch] PASSED [ 11%]
tests/collections/tts/models/test_fastpitch.py::test_inference[tts_en_fastpitch_ipa] PASSED [ 15%]
tests/collections/tts/models/test_fastpitch.py::test_inference[tts_en_fastpitch_multispeaker] PASSED [ 19%]
tests/collections/tts/models/test_fastpitch.py::test_inference[tts_de_fastpitch_singleSpeaker_thorstenNeutral_2102] PASSED [ 23%]
tests/collections/tts/models/test_fastpitch.py::test_inference[tts_de_fastpitch_singleSpeaker_thorstenNeutral_2210] PASSED [ 26%]
tests/collections/tts/models/test_fastpitch.py::test_inference[tts_de_fastpitch_multispeaker_5] PASSED [ 30%]
tests/collections/tts/models/test_fastpitch.py::test_inference[tts_es_fastpitch_multispeaker] PASSED [ 34%]
tests/collections/tts/models/test_fastpitch.py::test_inference[tts_zh_fastpitch_sfspeech] PASSED [ 38%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_hifigan] PASSED [ 42%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_lj_hifigan_ft_mixertts] PASSED [ 46%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_lj_hifigan_ft_mixerttsx] PASSED [ 50%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_hifitts_hifigan_ft_fastpitch] PASSED [ 53%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_de_hifigan_singleSpeaker_thorstenNeutral_2102] PASSED [ 57%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_de_hifigan_singleSpeaker_thorstenNeutral_2210] PASSED [ 61%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_de_hui_hifigan_ft_fastpitch_multispeaker_5] PASSED [ 65%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_es_hifigan_ft_fastpitch_multispeaker] PASSED [ 69%]
tests/collections/tts/models/test_hifigan.py::test_inference[tts_zh_hifigan_sfspeech] PASSED [ 73%]
tests/collections/tts/models/test_mixerTTS.py::test_inference[tts_en_lj_mixertts] PASSED [ 76%]
tests/collections/tts/models/test_mixerTTS.py::test_inference[tts_en_lj_mixerttsx] PASSED [ 80%]
tests/collections/tts/models/test_tacotron2.py::test_inference[tts_en_tacotron2] PASSED [ 84%]
tests/collections/tts/models/test_univNet.py::test_inference[tts_en_lj_univnet] PASSED [ 88%]
tests/collections/tts/models/test_univNet.py::test_inference[tts_en_libritts_univnet] PASSED [ 92%]
tests/collections/tts/models/test_vits.py::test_inference[tts_en_lj_vits] PASSED [ 96%]
tests/collections/tts/models/test_waveGlow.py::test_inference[tts_en_waveglow_88m] PASSED [100%]
====================================================== slowest durations =======================================================
26.97s setup tests/collections/tts/models/test_mixerTTS.py::test_inference[tts_en_lj_mixerttsx]
25.43s setup tests/collections/tts/models/test_tacotron2.py::test_inference[tts_en_tacotron2]
25.30s setup tests/collections/tts/models/test_fastpitch.py::test_inference[tts_en_fastpitch_ipa]
24.99s setup tests/collections/tts/models/test_fastpitch.py::test_inference[tts_en_fastpitch_multispeaker]
24.87s setup tests/collections/tts/models/test_fastpitch.py::test_inference[tts_en_fastpitch]
24.55s setup tests/collections/tts/models/test_vits.py::test_inference[tts_en_lj_vits]
23.77s setup tests/collections/tts/models/test_aligner.py::test_inference[tts_en_radtts_aligner]
23.56s setup tests/collections/tts/models/test_mixerTTS.py::test_inference[tts_en_lj_mixertts]
22.72s setup tests/collections/tts/models/test_aligner.py::test_inference[tts_en_radtts_aligner_ipa]
21.13s setup tests/collections/tts/models/test_fastpitch.py::test_inference[tts_de_fastpitch_multispeaker_5]
20.04s setup tests/collections/tts/models/test_fastpitch.py::test_inference[tts_de_fastpitch_singleSpeaker_thorstenNeutral_22
10]
16.39s setup tests/collections/tts/models/test_fastpitch.py::test_inference[tts_de_fastpitch_singleSpeaker_thorstenNeutral_21
02]
2.42s setup tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_hifigan]
2.39s setup tests/collections/tts/models/test_waveGlow.py::test_inference[tts_en_waveglow_88m]
2.38s setup tests/collections/tts/models/test_fastpitch.py::test_inference[tts_es_fastpitch_multispeaker]
2.32s setup tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_lj_hifigan_ft_mixertts]
2.31s setup tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_lj_hifigan_ft_mixerttsx]
1.81s call tests/collections/tts/models/test_mixerTTS.py::test_inference[tts_en_lj_mixerttsx]
1.81s call tests/collections/tts/models/test_aligner.py::test_inference[tts_en_radtts_aligner]
1.56s setup tests/collections/tts/models/test_fastpitch.py::test_inference[tts_zh_fastpitch_sfspeech]
1.40s setup tests/collections/tts/models/test_univNet.py::test_inference[tts_en_libritts_univnet]
1.04s setup tests/collections/tts/models/test_hifigan.py::test_inference[tts_de_hui_hifigan_ft_fastpitch_multispeaker_5]
0.99s setup tests/collections/tts/models/test_hifigan.py::test_inference[tts_de_hifigan_singleSpeaker_thorstenNeutral_2210]
0.98s setup tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_hifitts_hifigan_ft_fastpitch]
0.98s setup tests/collections/tts/models/test_hifigan.py::test_inference[tts_es_hifigan_ft_fastpitch_multispeaker]
0.97s setup tests/collections/tts/models/test_hifigan.py::test_inference[tts_de_hifigan_singleSpeaker_thorstenNeutral_2102]
0.97s setup tests/collections/tts/models/test_hifigan.py::test_inference[tts_zh_hifigan_sfspeech]
0.91s setup tests/collections/tts/models/test_univNet.py::test_inference[tts_en_lj_univnet]
0.49s call tests/collections/tts/models/test_vits.py::test_inference[tts_en_lj_vits]
0.47s call tests/collections/tts/models/test_tacotron2.py::test_inference[tts_en_tacotron2]
0.46s call tests/collections/tts/models/test_fastpitch.py::test_inference[tts_zh_fastpitch_sfspeech]
0.28s call tests/collections/tts/models/test_waveGlow.py::test_inference[tts_en_waveglow_88m]
0.07s call tests/collections/tts/models/test_fastpitch.py::test_inference[tts_de_fastpitch_multispeaker_5]
0.07s call tests/collections/tts/models/test_fastpitch.py::test_inference[tts_de_fastpitch_singleSpeaker_thorstenNeutral_210
2]
0.07s call tests/collections/tts/models/test_fastpitch.py::test_inference[tts_de_fastpitch_singleSpeaker_thorstenNeutral_221
0]
0.06s call tests/collections/tts/models/test_fastpitch.py::test_inference[tts_en_fastpitch]
0.06s call tests/collections/tts/models/test_fastpitch.py::test_inference[tts_en_fastpitch_ipa]
0.06s call tests/collections/tts/models/test_fastpitch.py::test_inference[tts_en_fastpitch_multispeaker]
0.05s call tests/collections/tts/models/test_mixerTTS.py::test_inference[tts_en_lj_mixertts]
0.05s call tests/collections/tts/models/test_aligner.py::test_inference[tts_en_radtts_aligner_ipa]
0.03s call tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_hifigan]
0.03s call tests/collections/tts/models/test_hifigan.py::test_inference[tts_de_hifigan_singleSpeaker_thorstenNeutral_2102]
0.03s call tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_hifitts_hifigan_ft_fastpitch]
0.03s call tests/collections/tts/models/test_hifigan.py::test_inference[tts_de_hui_hifigan_ft_fastpitch_multispeaker_5]
0.02s call tests/collections/tts/models/test_hifigan.py::test_inference[tts_es_hifigan_ft_fastpitch_multispeaker]
0.02s call tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_lj_hifigan_ft_mixertts]
0.02s call tests/collections/tts/models/test_hifigan.py::test_inference[tts_en_lj_hifigan_ft_mixerttsx]
0.02s call tests/collections/tts/models/test_hifigan.py::test_inference[tts_de_hifigan_singleSpeaker_thorstenNeutral_2210]
0.02s call tests/collections/tts/models/test_hifigan.py::test_inference[tts_zh_hifigan_sfspeech]
0.02s call tests/collections/tts/models/test_fastpitch.py::test_inference[tts_es_fastpitch_multispeaker]
0.02s call tests/collections/tts/models/test_univNet.py::test_inference[tts_en_lj_univnet]
0.01s call tests/collections/tts/models/test_univNet.py::test_inference[tts_en_libritts_univnet]
(26 durations < 0.005s hidden. Use -vv to show these durations.)
================================================ 26 passed in 307.59s (0:05:07) ================================================
```
**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**:
- [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
- [ ] 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/6111/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/6111/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6110 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6110/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6110/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6110/events | https://github.com/NVIDIA/NeMo/pull/6110 | 1,599,160,817 | PR_kwDOC_bI7s5KuoR_ | 6,110 | update readme with new badges | {
"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 | 2023-02-24T19:12:46 | 2023-03-01T08:19:11 | 2023-03-01T08:19:10 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6110",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6110",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6110.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6110.patch",
"merged_at": "2023-03-01T08:19:10"
} | # What does this PR do ?
This new badges will look like below,
1. added |pypi| |pyversion| |codeql||downloads|;
2. remove lgtm because it is deprecated.

**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/6110/reactions",
"total_count": 2,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 2,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6110/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6109 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6109/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6109/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6109/events | https://github.com/NVIDIA/NeMo/pull/6109 | 1,599,136,478 | PR_kwDOC_bI7s5Kui5p | 6,109 | update librosa args | {
"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 | 2023-02-24T18:52:07 | 2023-03-07T02:39:04 | 2023-03-07T02:39:03 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6109",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6109",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6109.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6109.patch",
"merged_at": "2023-03-07T02:39:03"
} | # What does this PR do ?
Update librosa resample signature
**Collection**: ASR
# Changelog
- add naming args
**PR Type**:
- [ ] New Feature
- [x] Bugfix
- [ ] Documentation | {
"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/6109/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/6109/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6108 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6108/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6108/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6108/events | https://github.com/NVIDIA/NeMo/pull/6108 | 1,599,124,501 | PR_kwDOC_bI7s5KugYy | 6,108 | Add missing parameters to ModelCheckpoint CallbackParams | {
"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
} | [
{
"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 | 2023-02-24T18:40:18 | 2023-03-16T20:05:48 | 2023-03-16T20:05:47 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6108",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6108",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6108.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6108.patch",
"merged_at": "2023-03-16T20:05:47"
} | # What does this PR do ?
Adds missing parameters to ModelCheckpoint CallbackParams, to achieve feature parity with PTL. See ModelCheckpoint API here: https://pytorch-lightning.readthedocs.io/en/stable/api/pytorch_lightning.callbacks.ModelCheckpoint.html
**Collection**: exp_manager
# 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": "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/6108/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/6108/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6107 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6107/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6107/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6107/events | https://github.com/NVIDIA/NeMo/issues/6107 | 1,598,944,135 | I_kwDOC_bI7s5fTfOH | 6,107 | Comparison - Analysis between ASR | {
"login": "arnavmehta7",
"id": 65492948,
"node_id": "MDQ6VXNlcjY1NDkyOTQ4",
"avatar_url": "https://avatars.githubusercontent.com/u/65492948?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/arnavmehta7",
"html_url": "https://github.com/arnavmehta7",
"followers_url": "https://api.github.com/users/arnavmehta7/followers",
"following_url": "https://api.github.com/users/arnavmehta7/following{/other_user}",
"gists_url": "https://api.github.com/users/arnavmehta7/gists{/gist_id}",
"starred_url": "https://api.github.com/users/arnavmehta7/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/arnavmehta7/subscriptions",
"organizations_url": "https://api.github.com/users/arnavmehta7/orgs",
"repos_url": "https://api.github.com/users/arnavmehta7/repos",
"events_url": "https://api.github.com/users/arnavmehta7/events{/privacy}",
"received_events_url": "https://api.github.com/users/arnavmehta7/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 | true | {
"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 | 2023-02-24T16:30:39 | 2023-04-29T01:21:54 | 2023-04-15T01:51:49 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | A lot of AI models are popping up for ASR purposes. I'd appreciate a analysis on the WER between different models, especially NeMo ASR vs Triton or Whisper.
| {
"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/6107/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/6107/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6106 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6106/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6106/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6106/events | https://github.com/NVIDIA/NeMo/pull/6106 | 1,598,016,091 | PR_kwDOC_bI7s5KqtRv | 6,106 | P-tuning refactor Part 3/N | {
"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 | 2023-02-24T06:57:02 | 2023-02-24T21:36:25 | 2023-02-24T21:36:23 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6106",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6106",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6106.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6106.patch",
"merged_at": "2023-02-24T21:36:23"
} | # 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": "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/6106/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/6106/timeline | null | null | true |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.