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 listlengths 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/follower... | [
{
"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
# ... | {
"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/Vah... | {
"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... | [
{
"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... | {
"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/yid... | [
{
"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",
... | 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/yid... | {
"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/use... | [] | 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 th... | {
"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/titu1... | {
"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/use... | [
{
"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 p... | {
"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/Davoo... | {
"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"... | [
{
"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://a... | 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... | {
"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/us... | {
"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/Se... | [] | 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 cod... | {
"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/titu1... | {
"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.githu... | [
{
"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/lig... | {
"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.githu... | {
"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://... | [
{
"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",
... | 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.pree... | {
"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"... | {
"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/Suboha... | [
{
"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 i... | {
"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/Suboha... | {
"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/us... | [
{
"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... | {
"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/us... | {
"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/us... | [
{
"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
... | {
"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/us... | {
"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/us... | [
{
"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
... | {
"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/us... | {
"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/us... | [
{
"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
... | {
"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/us... | {
"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/us... | [
{
"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
... | {
"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/us... | {
"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/Kaj... | [
{
"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",
... | 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/use... | [
{
"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:... | 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"... | {
"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.c... | [
{
"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 resul... | {
"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"... | {
"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/Vah... | [
{
"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
- [ ] Do... | {
"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/titu1... | {
"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/us... | [
{
"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 ... | {
"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/use... | {
"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/follower... | [
{
"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": "htt... | 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.
**Collectio... | {
"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"... | {
"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/fo... | [
{
"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... | {
"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/fo... | {
"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/us... | [
{
"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
... | {
"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/us... | {
"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/follower... | [
{
"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.
- retur... | {
"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... | {
"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/use... | [
{
"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 ... | {
"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/tango4... | {
"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/ti... | [
{
"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": "MDU6TGFiZWwxOT... | 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-parall... | {
"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/use... | {
"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/follower... | [
{
"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 examp... | {
"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/follower... | {
"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/vysarg... | [
{
"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://a... | 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 SyntheticT5Datase... | {
"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/yid... | {
"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.gi... | [
{
"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",
... | 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/bor... | [
{
"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.... | 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/py... | {
"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"... | {
"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/ben... | [
{
"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_cu... | {
"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"... | {
"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/yid... | [
{
"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.gith... | {
"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/us... | [
{
"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 po... | {
"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/us... | {
"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/us... | [
{
"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 demonstratin... | {
"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/us... | {
"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/use... | [
{
"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 [geniuslim27@gmail.com](mailto:geniuslim27@gmail.com)
# 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 ... | {
"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/use... | {
"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/follower... | [
{
"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 aud... | {
"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/follower... | {
"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/yz... | [
{
"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 cod... | {
"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"... | {
"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... | [
{
"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://a... | 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... | {
"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/us... | {
"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/fo... | [] | 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 cod... | {
"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/titu1... | {
"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/... | [] | 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 snip... | {
"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/... | {
"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/follower... | [] | 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 ... | {
"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/follower... | {
"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/ar... | [
{
"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",
... | 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
- `GraphTran... | {
"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/ar... | {
"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/dor... | [
{
"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 specifi... | {
"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/Davoo... | {
"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.githu... | [
{
"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://a... | 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.collecti... | {
"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"... | {
"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/titu1... | [
{
"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**:
-... | {
"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/titu1... | {
"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/ti... | [
{
"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",
... | 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
... | {
"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/use... | {
"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/fo... | [] | 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 cod... | {
"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/fo... | {
"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/use... | [
{
"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 cod... | {
"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/use... | {
"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/ath... | [] | 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 lin... | {
"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/titu1... | {
"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/use... | [
{
"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://a... | 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 specifi... | {
"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/use... | {
"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/yid... | [
{
"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/yid... | {
"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/use... | [
{
"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",
... | 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/da... | {
"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"... | {
"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.githu... | [
{
"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/us... | [
{
"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... | 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**:
... | {
"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/us... | {
"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/titu1... | [
{
"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] Mak... | {
"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/titu1... | {
"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/rlang... | [
{
"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... | {
"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/rlang... | {
"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/follower... | [
{
"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... | {
"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.gith... | {
"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/... | [
{
"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())... | {
"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.gith... | {
"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/use... | [
{
"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/use... | {
"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/follower... | [
{
"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": "htt... | 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 demonstrat... | {
"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"... | {
"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/use... | [
{
"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 cod... | {
"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/use... | {
"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"... | [
{
"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",
... | 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 cod... | {
"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/use... | {
"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/use... | [
{
"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 cod... | {
"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/use... | {
"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/... | [] | 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 ... | {
"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/... | {
"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/use... | [
{
"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.
[... | {
"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/use... | {
"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/... | [
{
"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",
... | 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 folde... | {
"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"... | {
"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"... | [
{
"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",
... | 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 demonstr... | {
"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/use... | {
"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.c... | [
{
"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",
... | 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 ' ReadErro... | {
"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"... | {
"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/szhen... | [
{
"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",
... | 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 suppor... | {
"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"... | {
"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/Davoo... | [] | 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 potentiall... | {
"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/Davoo... | {
"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/titu1... | [
{
"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]... | {
"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/titu1... | {
"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/Davoo... | [
{
"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 ... | {
"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/Davoo... | {
"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"... | [
{
"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://a... | 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... | {
"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/racoi... | {
"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/follower... | [] | 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/us... | {
"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/racoi... | [
{
"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/racoi... | [
{
"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.gi... | 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... | {
"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/ar... | {
"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/... | [
{
"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/... | {
"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/yarimo... | [] | 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': ... | {
"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/tango4... | {
"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/follower... | [
{
"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://a... | 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_... | {
"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/follower... | {
"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"... | [
{
"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",
... | 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/ac50e5963ca4e23b7fd758f0732f6ed5... | {
"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"... | {
"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/us... | [
{
"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` op... | {
"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/us... | {
"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/us... | [
{
"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: Err... | {
"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/us... | {
"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/... | [
{
"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/titu1... | [
{
"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.gi... | 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 p... | {
"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/titu1... | {
"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/... | [] | 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
#... | {
"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/... | {
"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/us... | [
{
"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 `GermanCharsTokeniz... | {
"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/us... | {
"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/ar... | [
{
"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
... | {
"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/titu1... | {
"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/rlang... | [] | 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 ... | {
"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/us... | {
"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/fo... | [
{
"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",
... | 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/titu1... | [
{
"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.gi... | 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(... | {
"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/fo... | {
"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/one1in... | [
{
"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",
... | 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... | [
{
"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://... | 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... | {
"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"... | {
"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/follower... | [
{
"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 ... | {
"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/follower... | {
"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/... | [] | 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/st... | {
"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/... | {
"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.c... | [
{
"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... | {
"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/titu1... | {
"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"... | [
{
"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",
... | 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... | {
"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/ar... | {
"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/ar... | [
{
"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... | {
"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/ar... | {
"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/follower... | [
{
"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 demonstrat... | {
"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/follower... | {
"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"... | [
{
"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",
... | 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 collec... | {
"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/use... | {
"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/us... | [
{
"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://a... | 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 ... | {
"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/us... | {
"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/tango4... | [
{
"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 collec... | {
"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/tango4... | {
"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/us... | [
{
"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://a... | 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... | {
"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/us... | {
"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/us... | [] | 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... | {
"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/us... | {
"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"... | [
{
"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",
... | 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/us... | {
"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.c... | [
{
"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 li... | {
"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.c... | {
"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/... | [
{
"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/... | [
{
"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://a... | 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"... | {
"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/follower... | [
{
"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 cod... | {
"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/follower... | {
"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 community queries yet
The top public SQL queries from the community will appear here once available.