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/6105 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6105/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6105/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6105/events | https://github.com/NVIDIA/NeMo/pull/6105 | 1,597,945,576 | PR_kwDOC_bI7s5Kqdox | 6,105 | [TTS][refactor] Part 2 - nemo.colletions.tts.parts | {
"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-02-24T05:47:43 | 2023-02-24T21:20:50 | 2023-02-24T21:20:49 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6105",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6105",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6105.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6105.patch",
"merged_at": "2023-02-24T21:20:49"
} | # What does this PR do ?
Task 2: re-organize nemo.collection.tts.parts
- utils
- tts_dataset_utils.py # move torch/helpers.py here; merge tts/data/data_utils.py here.
- g2p_utils.py # move g2p/data/data_utils.py here * Evelina may comment.
- helpers.py # move tts/helpers/helpers.py here. Note th... | {
"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/6105/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6105/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6104 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6104/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6104/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6104/events | https://github.com/NVIDIA/NeMo/issues/6104 | 1,597,862,804 | I_kwDOC_bI7s5fPXOU | 6,104 | Cuda OutOfMemory issue when following Colab tutorial | {
"login": "ltrivaldi322",
"id": 125631184,
"node_id": "U_kgDOB3z60A",
"avatar_url": "https://avatars.githubusercontent.com/u/125631184?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ltrivaldi322",
"html_url": "https://github.com/ltrivaldi322",
"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-02-24T04:02:23 | 2023-04-04T01:53:06 | 2023-04-04T01:53:06 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hi,
I am trying to follow the tutorial at: [Speaker_Identification_Verification.ipynb](https://github.com/NVIDIA/NeMo/blob/main/tutorials/speaker_tasks/Speaker_Identification_Verification.ipynb)
I create a new Colab environment with 15GB GPU attached and run all of the cells in that sheet. It runs until cell 21, wh... | {
"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/6104/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6104/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6103 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6103/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6103/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6103/events | https://github.com/NVIDIA/NeMo/pull/6103 | 1,597,854,499 | PR_kwDOC_bI7s5KqJyO | 6,103 | [TTS][refactor] Part 6 - remove nemo.collections.tts.torch.README.md and tts_dataset.yaml | {
"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-02-24T03:51:38 | 2023-02-24T21:54:12 | 2023-02-24T21:54:11 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6103",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6103",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6103.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6103.patch",
"merged_at": "2023-02-24T21:54:11"
} | # What does this PR do ?
Task 6: remove nemo/collection/tts/torch/README.md and tts_dataset.yaml.
**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/6103/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6103/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6102 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6102/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6102/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6102/events | https://github.com/NVIDIA/NeMo/issues/6102 | 1,597,850,188 | I_kwDOC_bI7s5fPUJM | 6,102 | Fix code scanning alert - Returning tuples with varying lengths | {
"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": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://a... | closed | false | null | [] | null | null | 2023-02-24T03:43:42 | 2023-04-04T01:53:08 | 2023-04-04T01:53:08 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | <!-- Warning: The suggested title contains the alert rule name. This can expose security information. -->
Tracking issue for:
- [ ] https://github.com/NVIDIA/NeMo/security/code-scanning/211
| {
"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/6102/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6102/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6101 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6101/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6101/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6101/events | https://github.com/NVIDIA/NeMo/issues/6101 | 1,597,849,227 | I_kwDOC_bI7s5fPT6L | 6,101 | Fix code scanning alert - Returning tuples with varying lengths | {
"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": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://a... | closed | false | null | [] | null | null | 2023-02-24T03:41:59 | 2023-04-04T01:53:10 | 2023-04-04T01:53:10 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | <!-- Warning: The suggested title contains the alert rule name. This can expose security information. -->
Tracking issue for:
- [ ] https://github.com/NVIDIA/NeMo/security/code-scanning/212
| {
"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/6101/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6101/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6100 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6100/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6100/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6100/events | https://github.com/NVIDIA/NeMo/issues/6100 | 1,597,847,705 | I_kwDOC_bI7s5fPTiZ | 6,100 | Fix code scanning alert - Returning tuples with varying lengths | {
"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": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://a... | closed | false | null | [] | null | null | 2023-02-24T03:39:25 | 2023-04-04T01:53:12 | 2023-04-04T01:53:12 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | <!-- Warning: The suggested title contains the alert rule name. This can expose security information. -->
Tracking issue for:
- [ ] https://github.com/NVIDIA/NeMo/security/code-scanning/195
| {
"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/6100/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6100/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6099 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6099/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6099/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6099/events | https://github.com/NVIDIA/NeMo/pull/6099 | 1,597,760,599 | PR_kwDOC_bI7s5Kp10O | 6,099 | [TTS][refactor] Part 1 - nemo.collections.tts.data | {
"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-02-24T01:47:37 | 2023-02-24T17:43:20 | 2023-02-24T17:43:18 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6099",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6099",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6099.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6099.patch",
"merged_at": "2023-02-24T17:43:18"
} | # What does this PR do ?
This is a series of refactoring tasks forth.
Task 1: re-organize nemo.collections.tts.data
```
tts_dataset.py # move torch/data.py here
g2p_dataset.py # combine g2p/data/ctc_g2p.py, g2p/data/t5_g2p.py, and g2p/data/heteronym_classification_data.py
# 2. update 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... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6099/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6099/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6098 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6098/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6098/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6098/events | https://github.com/NVIDIA/NeMo/pull/6098 | 1,597,694,783 | PR_kwDOC_bI7s5KpoPX | 6,098 | [TTS][refactor] Part 7 - move module from model file. | {
"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-02-24T00:09:34 | 2023-02-24T06:08:03 | 2023-02-24T06:08:02 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6098",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6098",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6098.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6098.patch",
"merged_at": "2023-02-24T06:08:02"
} | # What does this PR do ?
Task 7:
1. remove duplicate import of `torch`.
2. `GreedyCTCDecoder` is actually a module and should move to nemo/collection/tts/modules.
3. Lack of exposure from import (see below graph). For example, `fastpitch_ssl` and `ssl_tts` should be added into `__init__.py`.
![packages_tts_mo... | {
"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/6098/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6098/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6097 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6097/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6097/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6097/events | https://github.com/NVIDIA/NeMo/pull/6097 | 1,597,626,910 | PR_kwDOC_bI7s5KpZzL | 6,097 | [TTS] Spectrogram Enhancer: support arbitrary input length | {
"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": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
},
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
... | closed | false | null | [] | null | null | 2023-02-23T22:43:15 | 2023-02-24T05:32:12 | 2023-02-24T05:32:11 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6097",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6097",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6097.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6097.patch",
"merged_at": "2023-02-24T05:32:11"
} | # What does this PR do ?
Make the spectrogram enhancer work on arbitrary length spectrograms irrespective of lengths during training. This a convolutional model (=locally-connected network), really no reason why it should not support arbitrary lengths
Original StyleGAN 2 architecture starts from a fixed-size nois... | {
"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/6097/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6097/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6096 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6096/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6096/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6096/events | https://github.com/NVIDIA/NeMo/pull/6096 | 1,597,557,859 | PR_kwDOC_bI7s5KpLJ7 | 6,096 | [TTS] Create skeleton for TTS inference API | {
"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": 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-02-23T21:33:22 | 2023-07-01T02:09:15 | 2023-07-01T02:09:15 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6096",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6096",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6096.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6096.patch",
"merged_at": null
} | # What does this PR do ?
Add prototype implementation of TTS pipeline that is intended to be used for inference before and after model training.
These are far from finalized. The intent is for this to be experimental and to slowly incorporate them into our inference workflows (eg. for preprocessing, evaluation, a... | {
"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/6096/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6096/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6095 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6095/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6095/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6095/events | https://github.com/NVIDIA/NeMo/pull/6095 | 1,597,520,380 | PR_kwDOC_bI7s5KpDFj | 6,095 | Megatron Encoder-Decoder Sampler Function | {
"login": "michalivne",
"id": 7453913,
"node_id": "MDQ6VXNlcjc0NTM5MTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/7453913?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/michalivne",
"html_url": "https://github.com/michalivne",
"followers_url": "https://api.github.com/users... | [
{
"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-23T20:59:48 | 2023-03-07T19:06:28 | 2023-03-07T19:06:27 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6095",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6095",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6095.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6095.patch",
"merged_at": "2023-03-07T19:06:27"
} | # What does this PR do ?
This PR adds support in external sampler function to Megatron encoder-decoder.
**Collection**: [Note which collection this PR will affect]
# Changelog
1. Added support in a custom token sampling function to `MegatronLMEncoderDecoderModel.decode`.
2. Added greedy and top k / top p ... | {
"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/6095/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6095/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6094 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6094/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6094/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6094/events | https://github.com/NVIDIA/NeMo/pull/6094 | 1,597,482,259 | PR_kwDOC_bI7s5Ko69K | 6,094 | Fix k2 and torchaudio installation (Docker, macOS) | {
"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-02-23T20:25:15 | 2023-03-01T18:04:20 | 2023-03-01T18:04:20 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6094",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6094",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6094.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6094.patch",
"merged_at": "2023-03-01T18:04:20"
} | # What does this PR do?
- add build arguments `REQUIRE_TORCHAUDIO` and `REQUIRE_K2` for `torchaudio` and `k2` in Dockerfile
- `false` (by default): library will be installed if possible, errors ignored
- `true`: if library not installed correctly, end build with error
- fix `k2` installation script on macOS
... | {
"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/6094/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6094/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6093 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6093/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6093/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6093/events | https://github.com/NVIDIA/NeMo/pull/6093 | 1,597,282,358 | PR_kwDOC_bI7s5KoQQh | 6,093 | Improving text memmap generated index files error messages | {
"login": "michalivne",
"id": 7453913,
"node_id": "MDQ6VXNlcjc0NTM5MTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/7453913?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/michalivne",
"html_url": "https://github.com/michalivne",
"followers_url": "https://api.github.com/users... | [
{
"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-23T17:48:11 | 2023-03-07T18:17:55 | 2023-03-07T18:17:53 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6093",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6093",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6093.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6093.patch",
"merged_at": "2023-03-07T18:17:53"
} | # What does this PR do ?
1. Improved testing of text memmap generated index files, and improved error message when files are missing.
**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 ad... | {
"login": "aklife97",
"id": 16078071,
"node_id": "MDQ6VXNlcjE2MDc4MDcx",
"avatar_url": "https://avatars.githubusercontent.com/u/16078071?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/aklife97",
"html_url": "https://github.com/aklife97",
"followers_url": "https://api.github.com/users/akl... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6093/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6093/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6092 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6092/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6092/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6092/events | https://github.com/NVIDIA/NeMo/pull/6092 | 1,597,268,314 | PR_kwDOC_bI7s5KoNP3 | 6,092 | Add batch_size to prompt_learning generate | {
"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": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
... | closed | false | null | [] | null | null | 2023-02-23T17:36:40 | 2023-02-24T02:14:22 | 2023-02-24T02:14:21 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6092",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6092",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6092.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6092.patch",
"merged_at": "2023-02-24T02:14:21"
} | # What does this PR do ?
Adds batch size to generate function in prompt_learning class
**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": "aklife97",
"id": 16078071,
"node_id": "MDQ6VXNlcjE2MDc4MDcx",
"avatar_url": "https://avatars.githubusercontent.com/u/16078071?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/aklife97",
"html_url": "https://github.com/aklife97",
"followers_url": "https://api.github.com/users/akl... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6092/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6092/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6091 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6091/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6091/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6091/events | https://github.com/NVIDIA/NeMo/pull/6091 | 1,597,129,745 | PR_kwDOC_bI7s5Knvhs | 6,091 | Add batch_size to prompt_learning generate | {
"login": "aklife97",
"id": 16078071,
"node_id": "MDQ6VXNlcjE2MDc4MDcx",
"avatar_url": "https://avatars.githubusercontent.com/u/16078071?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/aklife97",
"html_url": "https://github.com/aklife97",
"followers_url": "https://api.github.com/users/akl... | [
{
"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-23T16:04:38 | 2023-02-23T17:36:09 | 2023-02-23T17:36:07 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6091",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6091",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6091.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6091.patch",
"merged_at": "2023-02-23T17:36:07"
} | # What does this PR do ?
Adds batch size to generate function in prompt_learning class
**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": "aklife97",
"id": 16078071,
"node_id": "MDQ6VXNlcjE2MDc4MDcx",
"avatar_url": "https://avatars.githubusercontent.com/u/16078071?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/aklife97",
"html_url": "https://github.com/aklife97",
"followers_url": "https://api.github.com/users/akl... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6091/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6091/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6090 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6090/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6090/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6090/events | https://github.com/NVIDIA/NeMo/pull/6090 | 1,596,911,998 | PR_kwDOC_bI7s5KnAUx | 6,090 | Fix enhancer usage | {
"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-02-23T13:52:14 | 2023-02-23T16:10:17 | 2023-02-23T16:10:15 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6090",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6090",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6090.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6090.patch",
"merged_at": "2023-02-23T16:10:15"
} | # What does this PR do ?
Fix enhancer usage in ASR-TTS models
**Collection**: [ASR, TTS]
# Changelog
- suppress type checking for enhancer usage
# Before your PR is "Ready for review"
**Pre checks**:
- [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/... | {
"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/6090/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6090/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6089 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6089/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6089/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6089/events | https://github.com/NVIDIA/NeMo/pull/6089 | 1,596,322,636 | PR_kwDOC_bI7s5Kk_hy | 6,089 | 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": ""
},
{
"id": 4840216855,
"node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw",
"url": "https://a... | closed | false | null | [] | null | null | 2023-02-23T07:02:04 | 2023-02-24T07:17:10 | 2023-02-24T07:17:10 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | true | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6089",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6089",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6089.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6089.patch",
"merged_at": null
} | # What does this PR do ?
The pre-refactor code saved inference ready `.nemo` files. This PR ensures that the new `.nemo` has a key that mirrors the old inference ready `.nemo` file.
**Collection**: [NLP]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can pote... | {
"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/6089/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6089/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6088 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6088/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6088/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6088/events | https://github.com/NVIDIA/NeMo/pull/6088 | 1,596,065,083 | PR_kwDOC_bI7s5KkHjE | 6,088 | remove duplicate definition of manifest read and write func. | {
"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": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://a... | closed | false | null | [] | null | null | 2023-02-23T01:07:13 | 2023-03-11T03:16:17 | 2023-03-11T03:16:16 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6088",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6088",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6088.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6088.patch",
"merged_at": "2023-03-11T03:16:16"
} | # What does this PR do ?
remove duplicate definitions of read and write manifest files, and re-use ones defined in `nemo.collections.asr.parts.utils.manifest_utils`
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# ... | {
"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/6088/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6088/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6087 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6087/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6087/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6087/events | https://github.com/NVIDIA/NeMo/pull/6087 | 1,596,046,642 | PR_kwDOC_bI7s5KkDox | 6,087 | Adding changes to fix the mv 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-23T00:43:09 | 2023-02-23T17:28:59 | 2023-02-23T17:28:59 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6087",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6087",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6087.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6087.patch",
"merged_at": "2023-02-23T17:28:58"
} | # What does this PR do ?
This PR fixes a line containing bash command "mv".
The line is unnecessary and creating an error.
Also added "rm" command that removes tar file, in case where users run the cell again.
**Collection**: [Note which collection this PR will affect]
ASR
# Changelog
Removed "mv" line.... | {
"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/6087/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6087/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6086 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6086/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6086/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6086/events | https://github.com/NVIDIA/NeMo/pull/6086 | 1,595,982,330 | PR_kwDOC_bI7s5Kj2Hx | 6,086 | update librosa args | {
"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": 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-22T23:19:50 | 2023-02-24T18:51:43 | 2023-02-24T18:51:42 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6086",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6086",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6086.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6086.patch",
"merged_at": "2023-02-24T18:51:42"
} | # What does this PR do ?
Update librosa resample signature
**Collection**: ASR
# Changelog
- add naming args
**PR Type**:
- [ ] New Feature
- [x] 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/6086/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6086/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6085 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6085/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6085/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6085/events | https://github.com/NVIDIA/NeMo/pull/6085 | 1,595,937,975 | PR_kwDOC_bI7s5Kjsv8 | 6,085 | Explicitly check for united embeddings when logging params | {
"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... | [
{
"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-02-22T22:30:22 | 2023-02-26T02:47:23 | 2023-02-26T02:47:22 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6085",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6085",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6085.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6085.patch",
"merged_at": "2023-02-26T02:47:22"
} | # What does this PR do ?
Fixes a bug with logging params with PP > 1.
**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
```
# Befo... | {
"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/6085/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6085/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6084 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6084/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6084/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6084/events | https://github.com/NVIDIA/NeMo/issues/6084 | 1,595,780,686 | I_kwDOC_bI7s5fHa5O | 6,084 | Cyclical behavior of tarred ASR training data sets | {
"login": "shanecarroll-smarsh",
"id": 103518212,
"node_id": "U_kgDOBiuQBA",
"avatar_url": "https://avatars.githubusercontent.com/u/103518212?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/shanecarroll-smarsh",
"html_url": "https://github.com/shanecarroll-smarsh",
"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"
}
] | closed | false | {
"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... | [
{
"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.... | null | null | 2023-02-22T20:22:18 | 2023-02-22T21:08:12 | 2023-02-22T20:53:07 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
Using tarred buckets with ASR data exhibits cyclical behavior that makes it difficult for ASR models to converge in some situations.
Not sure if I'm using it wrong, or if this is be design.
I believe the problem comes from here:
https://github.com/NVIDIA/NeMo/blob/d06d353ae3ce1224d95dc3cd... | {
"login": "shanecarroll-smarsh",
"id": 103518212,
"node_id": "U_kgDOBiuQBA",
"avatar_url": "https://avatars.githubusercontent.com/u/103518212?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/shanecarroll-smarsh",
"html_url": "https://github.com/shanecarroll-smarsh",
"followers_url": "https... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6084/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6084/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6083 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6083/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6083/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6083/events | https://github.com/NVIDIA/NeMo/pull/6083 | 1,595,627,585 | PR_kwDOC_bI7s5KipcQ | 6,083 | Fix incomplete batches | {
"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": 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-02-22T18:44:42 | 2023-03-10T17:21:40 | 2023-03-10T17:21:39 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6083",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6083",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6083.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6083.patch",
"merged_at": "2023-03-10T17:21:39"
} | # What does this PR do ?
Fix error when padding batches.
**Collection**: NLP
# Changelog
- Fix batches padding in MegatronPretrainingSampler
# 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 rev... | {
"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/6083/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6083/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6082 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6082/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6082/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6082/events | https://github.com/NVIDIA/NeMo/pull/6082 | 1,595,564,401 | PR_kwDOC_bI7s5KibpE | 6,082 | Davidm/cherrypick r1.16.0 | {
"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": 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-02-22T18:08:24 | 2023-03-07T18:23:09 | 2023-03-07T18:23:07 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6082",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6082",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6082.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6082.patch",
"merged_at": "2023-03-07T18:23:07"
} | # 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/6082/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6082/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6081 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6081/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6081/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6081/events | https://github.com/NVIDIA/NeMo/pull/6081 | 1,595,521,498 | PR_kwDOC_bI7s5KiSgz | 6,081 | Make KenLM with PC for AggregateTokenizer and merge it | {
"login": "karpnv",
"id": 1645775,
"node_id": "MDQ6VXNlcjE2NDU3NzU=",
"avatar_url": "https://avatars.githubusercontent.com/u/1645775?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/karpnv",
"html_url": "https://github.com/karpnv",
"followers_url": "https://api.github.com/users/karpnv/foll... | [
{
"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-22T17:36:48 | 2023-05-04T16:57:47 | 2023-05-04T16:57:47 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6081",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6081",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6081.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6081.patch",
"merged_at": "2023-05-04T16:57:47"
} | # What does this PR do ?
**Collection**: asr
# Changelog
Make KenLM with punctuation and capitalization (PC) for AggregateTokenizer
Merge ARPA models with OpenGRM
## For scripts/asr_language_modeling/ngram_lm/train_kenlm.py
- allow to use multilanguage NeMo model with AggregateTokenizer (nemo_model_f... | {
"login": "karpnv",
"id": 1645775,
"node_id": "MDQ6VXNlcjE2NDU3NzU=",
"avatar_url": "https://avatars.githubusercontent.com/u/1645775?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/karpnv",
"html_url": "https://github.com/karpnv",
"followers_url": "https://api.github.com/users/karpnv/foll... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6081/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6081/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6080 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6080/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6080/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6080/events | https://github.com/NVIDIA/NeMo/pull/6080 | 1,595,515,163 | PR_kwDOC_bI7s5KiRK4 | 6,080 | [TTS] Separate TTS tokenization and g2p util to fix circular import | {
"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": 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-22T17:31:40 | 2023-02-23T02:43:32 | 2023-02-23T02:06:10 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6080",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6080",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6080.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6080.patch",
"merged_at": "2023-02-23T02:06:10"
} | # What does this PR do ?
Split the g2p data_utils into 2 util classes, one containing tokenization functions and the other g2p specific ones.
This fixes a circular import between the the text tokenizers and G2p.
**Collection**: [TTS]
# Changelog
- Move relevant helper methods to a new tokenizer utility to... | {
"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/6080/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6080/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6079 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6079/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6079/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6079/events | https://github.com/NVIDIA/NeMo/pull/6079 | 1,594,886,952 | PR_kwDOC_bI7s5KgK0Y | 6,079 | [CI] Set readthedocs python version to 3.8 | {
"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-02-22T10:53:22 | 2023-03-06T10:42:13 | 2023-03-06T10:42:11 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6079",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6079",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6079.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6079.patch",
"merged_at": "2023-03-06T10:42:11"
} | # What does this PR do ?
Offline it was mentioned that API docs were failing due to some syntax available in Python 3.8. This can be seen here: https://readthedocs.com/projects/nvidia-nemo/builds/1305908/
Setting the build python version to 3.8 for readthedocs.
**Collection**: Common
# Changelog
- Increme... | {
"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... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6079/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6079/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6078 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6078/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6078/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6078/events | https://github.com/NVIDIA/NeMo/issues/6078 | 1,594,872,177 | I_kwDOC_bI7s5fD9Fx | 6,078 | Mistake in the Cache-aware streaming example script | {
"login": "YuriiMytiai",
"id": 34101338,
"node_id": "MDQ6VXNlcjM0MTAxMzM4",
"avatar_url": "https://avatars.githubusercontent.com/u/34101338?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/YuriiMytiai",
"html_url": "https://github.com/YuriiMytiai",
"followers_url": "https://api.github.com/... | [] | closed | false | null | [] | null | null | 2023-02-22T10:43:19 | 2023-02-22T22:35:39 | 2023-02-22T11:02:50 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hello,
it looks like there's a mistake in the [cache-aware streaming example.](https://github.com/NVIDIA/NeMo/blob/786a8501db2bd3854ed6f629a51fe2792b58bb00/examples/asr/asr_cache_aware_streaming/speech_to_text_cache_aware_streaming_infer.py)
[This argument ](https://github.com/NVIDIA/NeMo/blob/0322b324e815c155f90e7... | {
"login": "YuriiMytiai",
"id": 34101338,
"node_id": "MDQ6VXNlcjM0MTAxMzM4",
"avatar_url": "https://avatars.githubusercontent.com/u/34101338?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/YuriiMytiai",
"html_url": "https://github.com/YuriiMytiai",
"followers_url": "https://api.github.com/... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6078/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6078/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6077 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6077/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6077/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6077/events | https://github.com/NVIDIA/NeMo/pull/6077 | 1,594,461,935 | PR_kwDOC_bI7s5KewIx | 6,077 | Add citation | {
"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-02-22T05:00:10 | 2023-02-22T10:10:07 | 2023-02-22T10:07:50 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6077",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6077",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6077.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6077.patch",
"merged_at": "2023-02-22T10:07:50"
} | # What does this PR do ?
Adds CITATION.eff file
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use 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/6077/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6077/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6076 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6076/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6076/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6076/events | https://github.com/NVIDIA/NeMo/pull/6076 | 1,594,307,716 | PR_kwDOC_bI7s5KePc- | 6,076 | [TTS] bugfix Chinese Fastpitch tutorial | {
"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-02-22T01:24:59 | 2023-02-22T03:50:55 | 2023-02-22T03:50:49 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6076",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6076",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6076.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6076.patch",
"merged_at": "2023-02-22T03:50:49"
} | # What does this PR do ?
fixed broken procedures in the tutorial and minor related code chagnes.
**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/6076/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6076/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6075 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6075/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6075/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6075/events | https://github.com/NVIDIA/NeMo/pull/6075 | 1,594,222,160 | PR_kwDOC_bI7s5Kd9bD | 6,075 | [TTS] bugfix for fastpitch German tutorial | {
"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-02-21T23:20:27 | 2023-02-22T03:51:46 | 2023-02-22T03:51:40 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6075",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6075",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6075.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6075.patch",
"merged_at": "2023-02-22T03:51:40"
} | # What does this PR do ?
fixed tutorial errors and update the instructions.
**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... | {
"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/6075/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6075/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6074 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6074/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6074/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6074/events | https://github.com/NVIDIA/NeMo/pull/6074 | 1,594,220,990 | PR_kwDOC_bI7s5Kd9Lw | 6,074 | [TTS] Spectrogram Enhancer: correct dim for length when loading data | {
"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": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
},
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
... | closed | false | null | [] | null | null | 2023-02-21T23:18:44 | 2023-02-23T22:57:19 | 2023-02-23T22:57:18 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6074",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6074",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6074.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6074.patch",
"merged_at": "2023-02-23T22:57:17"
} | # What does this PR do ?
Makes DataLoader for Spectrogram enhancer (#5565) use correct dimension to determine length of the spectrogram.
Currently it uses number of mel bands as length, so in practice enhancer trains on 80x80 patches, which is obviously suboptimal and a **bug**.
**Collection**: TTS
# Change... | {
"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/6074/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6074/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6073 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6073/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6073/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6073/events | https://github.com/NVIDIA/NeMo/pull/6073 | 1,594,071,625 | PR_kwDOC_bI7s5Kdd-m | 6,073 | Update TitaNet-L and MSDD models | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url"... | [
{
"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-21T20:40:20 | 2023-02-22T04:05:25 | 2023-02-22T04:05:20 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6073",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6073",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6073.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6073.patch",
"merged_at": "2023-02-22T04:05:20"
} | # What does this PR do ?
* Update hydra config on published NGC titanet-model and release as v1 version
* Improve speaker label tests with latest hydra config
* Add a feature to write model labels `labels.txt` to exp directory
* Update batch inference function to return gt labels and trained model labels (if ava... | {
"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/6073/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6073/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6072 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6072/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6072/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6072/events | https://github.com/NVIDIA/NeMo/pull/6072 | 1,593,959,397 | PR_kwDOC_bI7s5KdGYd | 6,072 | Updated data simulator config part in Speaker_Diarization_Training.ipynb | {
"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-21T18:55:02 | 2023-02-22T07:19:15 | 2023-02-22T07:19:14 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6072",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6072",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6072.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6072.patch",
"merged_at": "2023-02-22T07:19:14"
} | # What does this PR do ?
This PR fixes the deprecated configuration in speaker diarization training notebook.
**Collection**: [Note which collection this PR will affect]
ASR
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
Now, create alignment script for libri ... | {
"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/6072/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6072/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6071 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6071/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6071/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6071/events | https://github.com/NVIDIA/NeMo/pull/6071 | 1,593,856,638 | PR_kwDOC_bI7s5KcwiY | 6,071 | Small fixes for flashlight decoder | {
"login": "trias702",
"id": 25867060,
"node_id": "MDQ6VXNlcjI1ODY3MDYw",
"avatar_url": "https://avatars.githubusercontent.com/u/25867060?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/trias702",
"html_url": "https://github.com/trias702",
"followers_url": "https://api.github.com/users/tri... | [
{
"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-21T17:30:45 | 2023-03-27T21:28:10 | 2023-02-21T19:03:40 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6071",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6071",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6071.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6071.patch",
"merged_at": "2023-02-21T19:03:40"
} | # What does this PR do ?
Fixes two small bugs in the flashlight decoder, one due to superfluous import
**Collection**: ASR
# Changelog
- Two changes to nemo/collections/asr/modules/flashlight_decoder.py
# Usage
* No changes, just continue to use flashlight decoding as normal
# Before your PR is "Ready... | {
"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/6071/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6071/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6070 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6070/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6070/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6070/events | https://github.com/NVIDIA/NeMo/pull/6070 | 1,593,828,547 | PR_kwDOC_bI7s5Kcqk7 | 6,070 | Convert esperanto into a notebook | {
"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... | [
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
}
] | closed | false | {
"login": "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... | [
{
"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... | null | null | 2023-02-21T17:09:28 | 2023-02-22T13:21:41 | 2023-02-22T13:20:54 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6070",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6070",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6070.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6070.patch",
"merged_at": "2023-02-22T13:20:54"
} | # What does this PR do ?
Moves esperanto into a notebook instead of a documentation page.
**Collection**: ASR
# Changelog
- Move esperanto example to a notebook.
# Before your PR is "Ready for review"
**Pre checks**:
- [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDI... | {
"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... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6070/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6070/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6068 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6068/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6068/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6068/events | https://github.com/NVIDIA/NeMo/issues/6068 | 1,593,456,140 | I_kwDOC_bI7s5e-jYM | 6,068 | speech_to_text_with_vad doesn't work correctly with stt_*_conformer_ctc_large models | {
"login": "zzomg",
"id": 55043240,
"node_id": "MDQ6VXNlcjU1MDQzMjQw",
"avatar_url": "https://avatars.githubusercontent.com/u/55043240?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/zzomg",
"html_url": "https://github.com/zzomg",
"followers_url": "https://api.github.com/users/zzomg/follow... | [
{
"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": "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... | [
{
"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... | null | null | 2023-02-21T13:09:13 | 2024-02-13T13:00:17 | 2023-03-31T01:54:37 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hi👋 I've been trying to use [this script](https://github.com/NVIDIA/NeMo/blob/main/examples/asr/asr_vad/speech_to_text_with_vad.py) for ASR without VAD, but I keep getting strange results. I've tried this script with 2 models: `stt_en_conformer_ctc_large` and `stt_ru_conformer_ctc_large`.
____________________________... | {
"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/6068/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6068/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6067 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6067/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6067/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6067/events | https://github.com/NVIDIA/NeMo/issues/6067 | 1,592,900,735 | I_kwDOC_bI7s5e8bx_ | 6,067 | Extraneous Import in Flashlight Module with implications for dependencies | {
"login": "Jacob-Bishop",
"id": 37914376,
"node_id": "MDQ6VXNlcjM3OTE0Mzc2",
"avatar_url": "https://avatars.githubusercontent.com/u/37914376?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Jacob-Bishop",
"html_url": "https://github.com/Jacob-Bishop",
"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"
}
] | closed | false | null | [] | null | null | 2023-02-21T06:38:59 | 2023-02-22T03:56:55 | 2023-02-22T03:56:55 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
In the recently added flashlight module, https://github.com/NVIDIA/NeMo/blob/0e70135ccf24d882dcdc549321e747199a232bdf/nemo/collections/asr/modules/flashlight_decoder.py#L102 has a never-used import `from flashlight.lib.sequence.criterion import get_data_ptr_as_bytes.` This import appears to be f... | {
"login": "Jacob-Bishop",
"id": 37914376,
"node_id": "MDQ6VXNlcjM3OTE0Mzc2",
"avatar_url": "https://avatars.githubusercontent.com/u/37914376?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Jacob-Bishop",
"html_url": "https://github.com/Jacob-Bishop",
"followers_url": "https://api.github.c... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6067/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6067/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6066 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6066/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6066/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6066/events | https://github.com/NVIDIA/NeMo/issues/6066 | 1,592,874,735 | I_kwDOC_bI7s5e8Vbv | 6,066 | Provision for Multitask training | {
"login": "mujhenahiata",
"id": 94825377,
"node_id": "U_kgDOBabroQ",
"avatar_url": "https://avatars.githubusercontent.com/u/94825377?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mujhenahiata",
"html_url": "https://github.com/mujhenahiata",
"followers_url": "https://api.github.com/users... | [
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
}
] | closed | false | {
"login": "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... | [
{
"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.... | null | null | 2023-02-21T06:12:17 | 2023-03-31T01:54:39 | 2023-03-31T01:54:39 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Is your feature request related to a problem? Please describe.**
So while training a conformer model in an unsupervised fashion. I saw usage of two loss, i.e. contrastive loss and mlm loss.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
So if i want to train the con... | {
"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/6066/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6066/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6065 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6065/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6065/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6065/events | https://github.com/NVIDIA/NeMo/pull/6065 | 1,592,711,173 | PR_kwDOC_bI7s5KY7gb | 6,065 | [TTS] Add Chinese bert for polyphone disambiguation | {
"login": "yuekaizhang",
"id": 28823245,
"node_id": "MDQ6VXNlcjI4ODIzMjQ1",
"avatar_url": "https://avatars.githubusercontent.com/u/28823245?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yuekaizhang",
"html_url": "https://github.com/yuekaizhang",
"followers_url": "https://api.github.com/... | [
{
"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-02-21T03:12:57 | 2023-03-20T22:30:27 | 2023-03-20T22:30:03 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6065",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6065",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6065.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6065.patch",
"merged_at": "2023-03-20T22:30:03"
} | # What does this PR do ?
Add a Chinese bert recipe for polyphone disambiguation.
**Collection**: [Note which collection this PR will affect]
G2P
# Usage
```sh
# prepare manifest
mkdir -p /mnt/samsung-t7/yuekai/tts/cpp_manifest
git clone https://github.com/kakaobrain/g2pM.git
python3 export_zh_cpp_d... | {
"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/6065/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6065/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6064 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6064/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6064/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6064/events | https://github.com/NVIDIA/NeMo/pull/6064 | 1,592,405,205 | PR_kwDOC_bI7s5KX61D | 6,064 | Change ExpManager's save _best_model and always_save_nemo behavior | {
"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-20T20:28:01 | 2023-03-07T18:31:37 | 2023-03-07T18:31:32 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | true | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6064",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6064",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6064.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6064.patch",
"merged_at": null
} | # What does this PR do ?
`save_best_model` and `always_save_nemo` will work with tp/pp > 1 with this PR.
`save_best_model` and `always_save_nemo` will work independently i.e
- to track best .nemo just set `save_best_model=True` (the other flag can be false)
- to track last .nemo just set `always_save_nemo=Tr... | {
"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/6064/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6064/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6063 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6063/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6063/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6063/events | https://github.com/NVIDIA/NeMo/pull/6063 | 1,592,314,154 | PR_kwDOC_bI7s5KXnbf | 6,063 | Ngram | {
"login": "karpnv",
"id": 1645775,
"node_id": "MDQ6VXNlcjE2NDU3NzU=",
"avatar_url": "https://avatars.githubusercontent.com/u/1645775?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/karpnv",
"html_url": "https://github.com/karpnv",
"followers_url": "https://api.github.com/users/karpnv/foll... | [
{
"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-20T18:50:06 | 2023-05-03T16:21:06 | 2023-03-01T18:12:27 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6063",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6063",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6063.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6063.patch",
"merged_at": "2023-03-01T18:12:27"
} | # What does this PR do ?
Add a one line overview of what this PR aims to accomplish.
**Collection**: ASR
# Changelog
- Add preprocess() and separate_punctuation() functions for texts with punctuation and capitalization (PC)
- Run examples/asr/transcribe_speech.py with beamsearch decoder (beam_strategy=bea... | {
"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/6063/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6063/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6062 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6062/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6062/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6062/events | https://github.com/NVIDIA/NeMo/pull/6062 | 1,592,160,511 | PR_kwDOC_bI7s5KXG4Y | 6,062 | Avoid multiple warnings for loss mask | {
"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": 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-02-20T16:31:32 | 2023-03-10T17:21:57 | 2023-03-10T17:21:57 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6062",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6062",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6062.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6062.patch",
"merged_at": "2023-03-10T17:21:57"
} | # What does this PR do ?
Currently loss masking for GPT (used when `model.data.pad_samples_to_global_batch_size=True`) issues a warning for every masked sample. In typical workflows there might be hundreds of masked samples in 1 batch, which spawns hundreds of warnings every validation. This PR fixes that
**Colle... | {
"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/6062/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6062/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6061 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6061/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6061/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6061/events | https://github.com/NVIDIA/NeMo/pull/6061 | 1,592,143,651 | PR_kwDOC_bI7s5KXDQY | 6,061 | Propagate LayerNorm1P to TE | {
"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": 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-02-20T16:18:46 | 2023-03-10T17:22:12 | 2023-03-10T17:22:11 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6061",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6061",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6061.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6061.patch",
"merged_at": "2023-03-10T17:22:11"
} | # What does this PR do ?
Enables using LayerNorm1P implementation with TransformerEngine.
So far, only non-TE path allowed using LayerNorm1P.
NOTE: this PR requires TE version >=0.6!
**Collection**: NLP
# Changelog
- enable LayerNorm1P for TransformerEngine
# Usage
* You can potentially add a usage exa... | {
"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/6061/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6061/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6060 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6060/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6060/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6060/events | https://github.com/NVIDIA/NeMo/pull/6060 | 1,592,115,757 | PR_kwDOC_bI7s5KW9Dt | 6,060 | [TTS] Spectrogram Enhancer: support arbitrary input length | {
"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": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
},
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
... | 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-02-20T16:02:45 | 2023-02-23T22:42:50 | 2023-02-23T22:42:49 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6060",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6060",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6060.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6060.patch",
"merged_at": "2023-02-23T22:42:49"
} | # What does this PR do ?
Make the spectrogram enhancer work on arbitrary length spectrograms irrespective of lengths during training. This a convolutional model (=locally-connected network), really no reason why it should not support arbitrary lengths
Original StyleGAN 2 architecture starts from a fixed-size nois... | {
"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/6060/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6060/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6059 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6059/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6059/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6059/events | https://github.com/NVIDIA/NeMo/pull/6059 | 1,591,705,603 | PR_kwDOC_bI7s5KVlmM | 6,059 | Fix enhancer usage | {
"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": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS",
"name": "TTS",
"color": "49AF28",
"default": false,
"description": ""
},
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://a... | closed | false | null | [] | null | null | 2023-02-20T11:48:44 | 2023-02-23T13:51:56 | 2023-02-23T13:51:45 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6059",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6059",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6059.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6059.patch",
"merged_at": "2023-02-23T13:51:45"
} | # What does this PR do ?
Fix enhancer usage in ASR-TTS models
**Collection**: [ASR, TTS]
# Changelog
- suppress type checking for enhancer usage
# Before your PR is "Ready for review"
**Pre checks**:
- [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/... | {
"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/6059/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6059/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6058 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6058/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6058/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6058/events | https://github.com/NVIDIA/NeMo/pull/6058 | 1,590,841,582 | PR_kwDOC_bI7s5KStZt | 6,058 | Fast glu activations | {
"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... | [
{
"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-02-19T20:23:44 | 2023-02-23T06:23:46 | 2023-02-23T06:23:45 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6058",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6058",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6058.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6058.patch",
"merged_at": "2023-02-23T06:23:45"
} | # What does this PR do ?
Adds fast versions of geglu, swiglu and reglu. By having a single large matmul and chunking the outputs.
**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 ... | {
"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/6058/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6058/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6057 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6057/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6057/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6057/events | https://github.com/NVIDIA/NeMo/pull/6057 | 1,590,615,462 | PR_kwDOC_bI7s5KSBNw | 6,057 | ST Sampled Softmax | {
"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": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "htt... | closed | false | null | [] | null | null | 2023-02-19T09:06:46 | 2023-03-31T01:54:42 | 2023-03-31T01:54:42 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6057",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6057",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6057.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6057.patch",
"merged_at": null
} | # What does this PR do ?
Adds Sampled softmax to Speech Translation preliminary support
**Collection**: [ASR, ST]
# Changelog
- Update config for adding ctc and transformer sampled softmax
- Make text augmenttion optional
- Update code in transformer model to support ctc and transformer sampled softmax
- ... | {
"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/6057/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6057/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6056 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6056/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6056/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6056/events | https://github.com/NVIDIA/NeMo/pull/6056 | 1,590,262,927 | PR_kwDOC_bI7s5KQ_0o | 6,056 | P-tuning refactor Part 2/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": ""
},
{
"id": 4840216855,
"node_id": "LA_kwDOC_bI7s8AAAABIH_ZFw",
"url": "https://a... | closed | false | null | [] | null | null | 2023-02-18T08:47:21 | 2023-02-24T02:55:22 | 2023-02-24T02:55:20 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6056",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6056",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6056.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6056.patch",
"merged_at": "2023-02-24T02:55:20"
} | # What does this PR do ?
Follow up of #6054
Refactor of GPT Prompt Tuning to use the same code structure as P-Tuning.
**Collection**: [NLP]
# Changelog
- Adds an option to train a PromptEncoder with just the embeddings which is functionally same as prompt-tuning.
- Removes references to prompt_tables in gp... | {
"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/6056/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6056/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6055 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6055/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6055/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6055/events | https://github.com/NVIDIA/NeMo/pull/6055 | 1,590,209,069 | PR_kwDOC_bI7s5KQ1t1 | 6,055 | [TTS] bugfix Chinese Fastpitch tutorial | {
"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-02-18T04:57:52 | 2023-02-22T01:24:31 | 2023-02-22T01:24:27 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6055",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6055",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6055.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6055.patch",
"merged_at": "2023-02-22T01:24:27"
} | # What does this PR do ?
fixed broken procedures in the tutorial and minor related code chagnes.
**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/6055/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6055/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6054 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6054/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6054/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6054/events | https://github.com/NVIDIA/NeMo/pull/6054 | 1,590,013,517 | PR_kwDOC_bI7s5KQM1A | 6,054 | P-tuning refactor Part 1/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-17T22:05:32 | 2023-02-18T23:52:58 | 2023-02-18T23:52:45 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6054",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6054",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6054.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6054.patch",
"merged_at": "2023-02-18T23:52:44"
} | # What does this PR do ?
The `PromptEncoder` class has variations like `PromptEncoderMLP` and `BIGLSTMPromptEncoder`. The PR removes the `BIGLSTMPromptEncoder` (it was not used has has straight up compile errors) and moves `PromptEncoderMLP` inside the `PromptEncoder` class as a member var.
Essentially the PR cre... | {
"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/6054/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6054/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6053 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6053/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6053/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6053/events | https://github.com/NVIDIA/NeMo/pull/6053 | 1,589,945,138 | PR_kwDOC_bI7s5KP-Uk | 6,053 | fix typo in asr evaluator 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-02-17T20:51:24 | 2023-02-17T21:25:49 | 2023-02-17T21:25:46 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6053",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6053",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6053.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6053.patch",
"merged_at": "2023-02-17T21:25:46"
} | # What does this PR do ?
fix typo in asr evaluator readme
**Collection**: ASR
# Changelog
- fix typo in asr evaluator readme
# Before your PR is "Ready for review"
**Pre checks**:
- [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md)
... | {
"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/6053/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6053/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6052 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6052/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6052/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6052/events | https://github.com/NVIDIA/NeMo/pull/6052 | 1,589,922,845 | PR_kwDOC_bI7s5KP5m2 | 6,052 | WIP: 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": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
},
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "htt... | closed | false | null | [] | null | null | 2023-02-17T20:27:10 | 2023-03-12T02:01:30 | 2023-03-12T02:01:30 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6052",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6052",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6052.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6052.patch",
"merged_at": null
} | # 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]
... | {
"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/6052/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6052/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6051 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6051/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6051/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6051/events | https://github.com/NVIDIA/NeMo/pull/6051 | 1,589,774,404 | PR_kwDOC_bI7s5KPaN7 | 6,051 | [TTS] bugfix for fastpitch German tutorial | {
"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-02-17T18:08:47 | 2023-02-21T23:19:55 | 2023-02-21T23:19:52 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6051",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6051",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6051.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6051.patch",
"merged_at": "2023-02-21T23:19:52"
} | # What does this PR do ?
fixed tutorial errors and update the instructions.
**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... | {
"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/6051/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6051/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6050 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6050/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6050/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6050/events | https://github.com/NVIDIA/NeMo/issues/6050 | 1,589,748,467 | I_kwDOC_bI7s5ewaLz | 6,050 | invalid url for tacotron 2 tutorial. | {
"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": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
},
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
... | 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-02-17T17:54:17 | 2023-03-16T07:14:42 | 2023-03-16T07:14:42 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
The tutorial is invalid after removal of TN: https://github.com/NVIDIA/NeMo/blob/main/tutorials/tts/Tacotron2_Training.ipynb
| {
"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/6050/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6050/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6049 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6049/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6049/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6049/events | https://github.com/NVIDIA/NeMo/pull/6049 | 1,589,739,754 | PR_kwDOC_bI7s5KPSgx | 6,049 | Add flag to get attention from fusion | {
"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": 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-02-17T17:46:04 | 2023-03-04T21:43:50 | 2023-03-04T21:43:49 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6049",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6049",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6049.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6049.patch",
"merged_at": "2023-03-04T21:43:49"
} | # What does this PR do ?
Currently GPT gets the attention_mask from the fused softmax kernel.
If, the kernel isn't used, then the fallback to pytorch softmax breaks.
This PR makes it configurable to get attention_mask from the kernel.
**Collection**: NLP
# Changelog
- Update forward and loss func
# ... | {
"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/6049/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6049/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6048 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6048/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6048/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6048/events | https://github.com/NVIDIA/NeMo/pull/6048 | 1,589,575,879 | PR_kwDOC_bI7s5KOuaw | 6,048 | [TTS] Spectrogram Enhancer: correct dim for length when loading data | {
"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": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
},
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
... | 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-02-17T15:58:18 | 2023-02-21T23:18:13 | 2023-02-21T23:18:12 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6048",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6048",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6048.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6048.patch",
"merged_at": "2023-02-21T23:18:12"
} | # What does this PR do ?
Makes DataLoader for Spectrogram enhancer (#5565) use correct dimension to determine length of the spectrogram.
Currently it uses number of mel bands as length, so in practice enhancer trains on 80x80 patches, which is obviously suboptimal and a **bug**.
**Collection**: TTS
# Change... | {
"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/6048/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6048/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6047 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6047/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6047/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6047/events | https://github.com/NVIDIA/NeMo/issues/6047 | 1,589,283,554 | I_kwDOC_bI7s5euori | 6,047 | Question regarding training MSDD. | {
"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... | [] | closed | false | {
"login": "tango4j",
"id": 13211483,
"node_id": "MDQ6VXNlcjEzMjExNDgz",
"avatar_url": "https://avatars.githubusercontent.com/u/13211483?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tango4j",
"html_url": "https://github.com/tango4j",
"followers_url": "https://api.github.com/users/tango4... | [
{
"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.git... | null | null | 2023-02-17T12:27:22 | 2023-03-10T16:21:29 | 2023-03-10T16:21:29 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I am trying to train MSDD on audios containg 3-5 speakers. After preparing the manifest file that points to the pairwise rttms and setting max_speakers to 5, I get the following error:
```
, line 3086, in binary_cross_entropy
raise ValueError(
ValueError: Using a target size (torch.Size([102, 2])) that is dif... | {
"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... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6047/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6047/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6046 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6046/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6046/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6046/events | https://github.com/NVIDIA/NeMo/pull/6046 | 1,588,901,650 | PR_kwDOC_bI7s5KMb2A | 6,046 | Micro batch loader for bert model | {
"login": "shanmugamr1992",
"id": 111910568,
"node_id": "U_kgDOBqueqA",
"avatar_url": "https://avatars.githubusercontent.com/u/111910568?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/shanmugamr1992",
"html_url": "https://github.com/shanmugamr1992",
"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
},
{
"id": 4811886210,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ogg",
"url": "htt... | closed | false | null | [] | null | null | 2023-02-17T07:55:12 | 2023-03-17T00:26:28 | 2023-03-17T00:26:26 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6046",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6046",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6046.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6046.patch",
"merged_at": "2023-03-17T00:26:26"
} | # 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": "shanmugamr1992",
"id": 111910568,
"node_id": "U_kgDOBqueqA",
"avatar_url": "https://avatars.githubusercontent.com/u/111910568?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/shanmugamr1992",
"html_url": "https://github.com/shanmugamr1992",
"followers_url": "https://api.github.c... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6046/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6046/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6045 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6045/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6045/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6045/events | https://github.com/NVIDIA/NeMo/pull/6045 | 1,588,675,572 | PR_kwDOC_bI7s5KLryV | 6,045 | Update align.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"... | [
{
"id": 4556669155,
"node_id": "LA_kwDOC_bI7s8AAAABD5lA4w",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/cherry-pick",
"name": "cherry-pick",
"color": "ededed",
"default": false,
"description": null
}
] | closed | false | null | [] | null | null | 2023-02-17T02:57:07 | 2023-02-17T03:57:24 | 2023-02-17T03:57:21 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6045",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6045",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6045.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6045.patch",
"merged_at": "2023-02-17T03:57:21"
} | Add model.eval() to ensure the accuracy.
# What does this PR do ?
fix a small bug
**Collection**: [Note which collection this PR will affect]
no collection would be affected
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example ... | {
"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/6045/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6045/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6044 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6044/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6044/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6044/events | https://github.com/NVIDIA/NeMo/pull/6044 | 1,588,626,348 | PR_kwDOC_bI7s5KLhvh | 6,044 | fix links, add missing file | {
"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"... | [
{
"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-17T01:40:03 | 2023-02-17T03:57:11 | 2023-02-17T03:57:08 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6044",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6044",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6044.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6044.patch",
"merged_at": "2023-02-17T03:57:08"
} | # 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/6044/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6044/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6043 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6043/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6043/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6043/events | https://github.com/NVIDIA/NeMo/pull/6043 | 1,588,619,793 | PR_kwDOC_bI7s5KLgdY | 6,043 | Update align.py | {
"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... | [] | closed | false | null | [] | null | null | 2023-02-17T01:30:03 | 2023-02-17T02:56:26 | 2023-02-17T02:56:26 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6043",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6043",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6043.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6043.patch",
"merged_at": "2023-02-17T02:56:26"
} | Add model.eval() to ensure the accuracy.
# What does this PR do ?
fix a small bug
**Collection**: [Note which collection this PR will affect]
no collection would be affected
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a usage example ... | {
"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/6043/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6043/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6042 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6042/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6042/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6042/events | https://github.com/NVIDIA/NeMo/pull/6042 | 1,588,418,065 | PR_kwDOC_bI7s5KK1LB | 6,042 | Change perturb rng for reproducing results easily | {
"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... | [
{
"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-16T21:53:08 | 2023-04-11T21:15:19 | 2023-02-17T16:48:50 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6042",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6042",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6042.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6042.patch",
"merged_at": "2023-02-17T16:48:50"
} | # What does this PR do?
Change perturb rng for reproducing results easily
**Collection**: ASR
# Changelog
- Remove Random number generator and use int rng and seed.
- update tutorial.
# Usage
You can use rng (int) for Perturbations.
```python
augmentor:
silence:
prob: 0.8
... | {
"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... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6042/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6042/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6041 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6041/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6041/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6041/events | https://github.com/NVIDIA/NeMo/pull/6041 | 1,588,348,012 | PR_kwDOC_bI7s5KKl1r | 6,041 | Pr doc tn | {
"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-02-16T20:54:30 | 2023-02-17T02:06:01 | 2023-02-17T02:05:35 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6041",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6041",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6041.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6041.patch",
"merged_at": "2023-02-17T02:05:35"
} | # 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": "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/6041/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6041/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6040 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6040/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6040/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6040/events | https://github.com/NVIDIA/NeMo/issues/6040 | 1,588,118,516 | I_kwDOC_bI7s5eqMP0 | 6,040 | RNNT loss Umax mismatch error | {
"login": "OllieBroadhurst",
"id": 46894149,
"node_id": "MDQ6VXNlcjQ2ODk0MTQ5",
"avatar_url": "https://avatars.githubusercontent.com/u/46894149?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/OllieBroadhurst",
"html_url": "https://github.com/OllieBroadhurst",
"followers_url": "https://api... | [
{
"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-02-16T17:48:24 | 2023-02-17T10:29:27 | 2023-02-17T10:29:27 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
Hi! I'm having an issue while fine-tuning `stt_en_conformer_transducer_large`. After a while I get an error stating:
`Output length mismatch! Given U: 35, Expected max U from target lengths: 35 + 1` triggered [here](https://github.com/NVIDIA/NeMo/blob/3e7499599a13869e772612d286d660b574715a5e/ne... | {
"login": "OllieBroadhurst",
"id": 46894149,
"node_id": "MDQ6VXNlcjQ2ODk0MTQ5",
"avatar_url": "https://avatars.githubusercontent.com/u/46894149?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/OllieBroadhurst",
"html_url": "https://github.com/OllieBroadhurst",
"followers_url": "https://api... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6040/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6040/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6039 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6039/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6039/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6039/events | https://github.com/NVIDIA/NeMo/pull/6039 | 1,586,842,361 | PR_kwDOC_bI7s5KFgqr | 6,039 | Update data_prep.py | {
"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": 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-16T01:26:22 | 2023-04-01T01:52:05 | 2023-04-01T01:52:05 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6039",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6039",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6039.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6039.patch",
"merged_at": null
} | # What does this PR do ?
A bug fix
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
nemo tools
coolections will not be affected
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potent... | {
"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/6039/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6039/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6038 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6038/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6038/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6038/events | https://github.com/NVIDIA/NeMo/pull/6038 | 1,586,819,043 | PR_kwDOC_bI7s5KFbp1 | 6,038 | Update data_prep.py | {
"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... | [] | closed | false | null | [] | null | null | 2023-02-16T00:56:23 | 2023-02-16T01:37:19 | 2023-02-16T01:16:35 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6038",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6038",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6038.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6038.patch",
"merged_at": null
} | When batch_size >= 2, the align.py doesn't work on the batch_size examples. This function should return [start, end] (inclusive) examples.
# What does this PR do ?
Fix a function logic: https://github.com/NVIDIA/NeMo/blob/main/tools/nemo_forced_aligner/utils/data_prep.py#L78
**Collection**: [Note which collec... | {
"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... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6038/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6038/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6037 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6037/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6037/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6037/events | https://github.com/NVIDIA/NeMo/pull/6037 | 1,586,789,666 | PR_kwDOC_bI7s5KFVk5 | 6,037 | [TTS] Add Spanish IPA dictionaries and heteronyms | {
"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-02-16T00:14:08 | 2023-02-16T18:40:59 | 2023-02-16T18:20:38 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6037",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6037",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6037.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6037.patch",
"merged_at": "2023-02-16T18:20:38"
} | # What does this PR do ?
Add Spanish pronunciation dictionaries following the same format and naming convention as the German dictionary.
**Collection**: [TTS]
# Changelog
- Add dictionary and heteronym files for es_ES (Spain Spanish) and es_LA (Latin American Spanish).
# Before your PR is "Ready for revi... | {
"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/6037/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6037/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6036 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6036/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6036/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6036/events | https://github.com/NVIDIA/NeMo/pull/6036 | 1,586,680,576 | PR_kwDOC_bI7s5KE-A5 | 6,036 | Disabling radtts tests untin we have real model | {
"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... | [
{
"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-02-15T22:39:43 | 2023-02-16T14:40:35 | 2023-02-16T14:40:35 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6036",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6036",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6036.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6036.patch",
"merged_at": "2023-02-16T14:40:35"
} | # 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": "blisc",
"id": 4763352,
"node_id": "MDQ6VXNlcjQ3NjMzNTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/4763352?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/blisc",
"html_url": "https://github.com/blisc",
"followers_url": "https://api.github.com/users/blisc/follower... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6036/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6036/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6035 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6035/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6035/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6035/events | https://github.com/NVIDIA/NeMo/pull/6035 | 1,586,502,710 | PR_kwDOC_bI7s5KEYAM | 6,035 | Renaming batch_lengts back to lens, disabling tests for now | {
"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... | [
{
"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-02-15T20:23:43 | 2023-02-15T22:40:15 | 2023-02-15T22:40:15 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6035",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6035",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6035.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6035.patch",
"merged_at": null
} | # 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": "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... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6035/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6035/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6034 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6034/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6034/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6034/events | https://github.com/NVIDIA/NeMo/pull/6034 | 1,586,013,180 | PR_kwDOC_bI7s5KCtVg | 6,034 | Quick Fix for RadTTS test | {
"login": "blisc",
"id": 4763352,
"node_id": "MDQ6VXNlcjQ3NjMzNTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/4763352?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/blisc",
"html_url": "https://github.com/blisc",
"followers_url": "https://api.github.com/users/blisc/follower... | [
{
"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-02-15T15:02:01 | 2023-02-15T16:34:10 | 2023-02-15T16:34:10 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6034",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6034",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6034.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6034.patch",
"merged_at": "2023-02-15T16:34:10"
} | null | {
"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/6034/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6034/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6033 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6033/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6033/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6033/events | https://github.com/NVIDIA/NeMo/issues/6033 | 1,585,526,626 | I_kwDOC_bI7s5egTdi | 6,033 | [ASR Training] Loss nan during training | {
"login": "shihabtechno",
"id": 107035118,
"node_id": "U_kgDOBmE57g",
"avatar_url": "https://avatars.githubusercontent.com/u/107035118?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/shihabtechno",
"html_url": "https://github.com/shihabtechno",
"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-02-15T09:38:47 | 2023-03-27T01:52:51 | 2023-03-27T01:52:51 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **W0215 06:48:41.808522 140192834852672 x2num.py:14] NaN or Inf found in input tensor**
**Pytorch Lighting Parameters**
omit amp_level and amp_backend,only used precision=16 to enable AMP
#amp_level="O1",
precision=16,
#amp_backend='apex'
though it enables AMP [Using 16bit native Automatic Mixed Prec... | {
"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/6033/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6033/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6032 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6032/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6032/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6032/events | https://github.com/NVIDIA/NeMo/pull/6032 | 1,585,421,040 | PR_kwDOC_bI7s5KAtZ9 | 6,032 | Added bert micro batch loader | {
"login": "shanmugamr1992",
"id": 111910568,
"node_id": "U_kgDOBqueqA",
"avatar_url": "https://avatars.githubusercontent.com/u/111910568?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/shanmugamr1992",
"html_url": "https://github.com/shanmugamr1992",
"followers_url": "https://api.github.c... | [
{
"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-02-15T08:23:59 | 2023-02-24T07:54:13 | 2023-02-24T07:53:59 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6032",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6032",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6032.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6032.patch",
"merged_at": null
} | # What does this PR do ?
Integrates the microbatch loader for bert
Add a one line overview of what this PR aims to accomplish.
**Collection**: [Note which collection this PR will affect]
NLP
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You can potentially add a... | {
"login": "shanmugamr1992",
"id": 111910568,
"node_id": "U_kgDOBqueqA",
"avatar_url": "https://avatars.githubusercontent.com/u/111910568?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/shanmugamr1992",
"html_url": "https://github.com/shanmugamr1992",
"followers_url": "https://api.github.c... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6032/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6032/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6030 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6030/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6030/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6030/events | https://github.com/NVIDIA/NeMo/pull/6030 | 1,585,132,363 | PR_kwDOC_bI7s5J_vVf | 6,030 | Working enabled ragged batching with ONNX | {
"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... | [
{
"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-02-15T03:02:28 | 2023-02-15T16:14:08 | 2023-02-15T16:14:07 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6030",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6030",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6030.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6030.patch",
"merged_at": "2023-02-15T16:14:07"
} | Also a few hooks for TJ | {
"login": "blisc",
"id": 4763352,
"node_id": "MDQ6VXNlcjQ3NjMzNTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/4763352?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/blisc",
"html_url": "https://github.com/blisc",
"followers_url": "https://api.github.com/users/blisc/follower... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6030/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6030/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6029 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6029/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6029/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6029/events | https://github.com/NVIDIA/NeMo/pull/6029 | 1,585,057,293 | PR_kwDOC_bI7s5J_fdK | 6,029 | Add Customization 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 | {
"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/... | [
{
"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://a... | null | null | 2023-02-15T01:20:07 | 2023-02-17T22:44:07 | 2023-02-17T22:24:07 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6029",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6029",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6029.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6029.patch",
"merged_at": "2023-02-17T22:24:07"
} | Allows users to read data into prompt-and-completion format .jsonl as expected by the Customization service/NeMo LLM P tuning service
Signed-off-by: Zhilin Wang zhilinw@nvidia.com
# What does this PR do ?
Allows users to read data into prompt-and-completion format .jsonl as expected by the Customization servic... | {
"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/6029/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6029/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6028 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6028/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6028/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6028/events | https://github.com/NVIDIA/NeMo/pull/6028 | 1,585,050,765 | PR_kwDOC_bI7s5J_eGI | 6,028 | adding early stop callback to ptuning | {
"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-15T01:10:29 | 2023-02-16T06:44:53 | 2023-02-16T06:44:49 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6028",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6028",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6028.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6028.patch",
"merged_at": "2023-02-16T06:44:49"
} | # What does this PR do ?
Adds a early stopping callback to the ptl trainer object for prompt and p-tuning for gpt and t5 models.
**Collection**: [NLP]
# Usage
* You can potentially add a usage example below
```python
# Add a code snippet demonstrating how to use this
```
# Before your PR is "Ready fo... | {
"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/6028/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6028/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6027 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6027/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6027/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6027/events | https://github.com/NVIDIA/NeMo/pull/6027 | 1,584,972,541 | PR_kwDOC_bI7s5J_NhI | 6,027 | Fix reinstall.sh dependencies | {
"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... | [] | closed | false | null | [] | null | null | 2023-02-14T23:22:02 | 2023-02-15T03:40:38 | 2023-02-15T03:40:35 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6027",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6027",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6027.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6027.patch",
"merged_at": "2023-02-15T03:40:35"
} | # What does this PR do ?
Adds missing dependency for using `build` to build the nemo pip wheel
**Collection**: [Core]
# Changelog
- Add missing dependency `pytest-runner`
# Before your PR is "Ready for review"
**Pre checks**:
- [x] Make sure you read and followed [Contributor guidelines](https://githu... | {
"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/6027/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6027/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6026 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6026/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6026/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6026/events | https://github.com/NVIDIA/NeMo/pull/6026 | 1,584,966,190 | PR_kwDOC_bI7s5J_MIy | 6,026 | Add pyctcdecode to high level beam search API | {
"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-02-14T23:13:42 | 2023-02-18T01:24:26 | 2023-02-18T01:24:16 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6026",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6026",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6026.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6026.patch",
"merged_at": "2023-02-18T01:24:16"
} | # What does this PR do ?
Adds PyCTCDecode to high level beam search API
**Collection**: [ASR]
# Changelog
- Adds pyctcdecode support.
- Approximates the tokenized text output since the engine does not return token indices
# Usage
```python
import nemo.collections.asr as nemo_asr
filepath = "<Pa... | {
"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/6026/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6026/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6025 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6025/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6025/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6025/events | https://github.com/NVIDIA/NeMo/pull/6025 | 1,584,741,953 | PR_kwDOC_bI7s5J-bPL | 6,025 | correct bash style according to SC2236. | {
"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-14T19:56:28 | 2023-02-15T18:18:42 | 2023-02-15T18:11:19 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6025",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6025",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6025.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6025.patch",
"merged_at": "2023-02-15T18:11:19"
} | # What does this PR do ?
replace `! -z` -> `-n`.
https://github.com/koalaman/shellcheck/wiki/SC2236
**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
```p... | {
"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/6025/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6025/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6024 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6024/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6024/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6024/events | https://github.com/NVIDIA/NeMo/pull/6024 | 1,584,677,737 | PR_kwDOC_bI7s5J-NWM | 6,024 | Add BERT support for overlapping forward compute with distopt communication | {
"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": 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-14T19:01:58 | 2023-02-15T21:26:46 | 2023-02-15T21:25:44 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6024",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6024",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6024.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6024.patch",
"merged_at": "2023-02-15T21:25:44"
} | # What does this PR do ?
This PR adds experimental support in BERT for the distributed Adam optimizer to overlap its parameter all-gather with the forward compute.
**Collection**: NLP
# Changelog
- Add BERT support for overlapping forward compute with distopt communication
# Usage
Set the optimizer to ... | {
"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... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6024/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6024/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6023 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6023/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6023/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6023/events | https://github.com/NVIDIA/NeMo/pull/6023 | 1,584,672,797 | PR_kwDOC_bI7s5J-MRL | 6,023 | Update TitaNet-L and MSDD models | {
"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": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/ASR",
"name": "ASR",
"color": "F3B33E",
"default": false,
"description": ""
},
{
"id": 4811888028,
"node_id": "LA_kwDOC_bI7s8AAAABHs-VnA",
"url": "https://a... | closed | false | null | [] | null | null | 2023-02-14T18:58:17 | 2023-02-21T20:39:49 | 2023-02-21T20:39:44 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6023",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6023",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6023.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6023.patch",
"merged_at": "2023-02-21T20:39:44"
} | # What does this PR do ?
* Update hydra config on published NGC titanet-model and release as v1 version
* Improve speaker label tests with latest hydra config
* Add a feature to write model labels `labels.txt` to exp directory
* Update batch inference function to return gt labels and trained model labels (if ava... | {
"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/6023/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6023/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6022 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6022/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6022/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6022/events | https://github.com/NVIDIA/NeMo/pull/6022 | 1,584,669,992 | PR_kwDOC_bI7s5J-Lpk | 6,022 | Use a separate communicator for DP AMAX reduction | {
"login": "erhoo82",
"id": 15861259,
"node_id": "MDQ6VXNlcjE1ODYxMjU5",
"avatar_url": "https://avatars.githubusercontent.com/u/15861259?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/erhoo82",
"html_url": "https://github.com/erhoo82",
"followers_url": "https://api.github.com/users/erhoo8... | [
{
"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-14T18:56:11 | 2023-03-14T15:42:38 | 2023-03-14T15:42:36 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6022",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6022",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6022.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6022.patch",
"merged_at": "2023-03-14T15:42:36"
} | # What does this PR do ?
- Feed a separate communicator to TE for a data-parallel AMAX reduction
- This enables overlapping AMAX reduction and other DP-communications e.g., gradient reduction and parameter gathering
# Changelog
- Add specific line by line info of high level changes in this PR.
# Usage
* You ... | {
"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/6022/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6022/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6021 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6021/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6021/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6021/events | https://github.com/NVIDIA/NeMo/issues/6021 | 1,584,632,622 | I_kwDOC_bI7s5ec5Mu | 6,021 | Test accuracy of 0 with high loss on test set after Finetuning Titanet-large model for Speaker Identification | {
"login": "Sreeni1204",
"id": 48586259,
"node_id": "MDQ6VXNlcjQ4NTg2MjU5",
"avatar_url": "https://avatars.githubusercontent.com/u/48586259?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Sreeni1204",
"html_url": "https://github.com/Sreeni1204",
"followers_url": "https://api.github.com/use... | [] | closed | false | {
"login": "nithinraok",
"id": 19668129,
"node_id": "MDQ6VXNlcjE5NjY4MTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nithinraok",
"html_url": "https://github.com/nithinraok",
"followers_url": "https://api.github.com/use... | [
{
"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:... | null | null | 2023-02-14T18:23:23 | 2023-04-24T18:28:25 | 2023-04-24T18:27:17 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hello Team.
I have following three issues:
1. I tried to finetune the titanet-large model using the German dataset with 274 speakers and the total data size is small. THe dataset is around 30h - 40h in total. I tried with few different configurations like - adamw optimizer with 0.0001 learning rate and angularsoftm... | {
"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/6021/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6021/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6020 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6020/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6020/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6020/events | https://github.com/NVIDIA/NeMo/pull/6020 | 1,584,611,735 | PR_kwDOC_bI7s5J9_Df | 6,020 | Ragged batching changes for RadTTS, some refactoring | {
"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... | [
{
"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-02-14T18:07:22 | 2023-02-14T19:31:33 | 2023-02-14T19:31:33 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6020",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6020",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6020.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6020.patch",
"merged_at": "2023-02-14T19:31:33"
} | Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com>
# 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 poten... | {
"login": "blisc",
"id": 4763352,
"node_id": "MDQ6VXNlcjQ3NjMzNTI=",
"avatar_url": "https://avatars.githubusercontent.com/u/4763352?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/blisc",
"html_url": "https://github.com/blisc",
"followers_url": "https://api.github.com/users/blisc/follower... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6020/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6020/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6019 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6019/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6019/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6019/events | https://github.com/NVIDIA/NeMo/pull/6019 | 1,584,463,055 | PR_kwDOC_bI7s5J9e7R | 6,019 | discriminator objective | {
"login": "coopie",
"id": 6509132,
"node_id": "MDQ6VXNlcjY1MDkxMzI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6509132?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/coopie",
"html_url": "https://github.com/coopie",
"followers_url": "https://api.github.com/users/coopie/foll... | [
{
"id": 4418253970,
"node_id": "LA_kwDOC_bI7s8AAAABB1k0kg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS",
"name": "TTS",
"color": "49AF28",
"default": false,
"description": ""
},
{
"id": 4811884691,
"node_id": "LA_kwDOC_bI7s8AAAABHs-Ikw",
"url": "https://a... | closed | false | null | [] | null | null | 2023-02-14T16:24:33 | 2023-02-14T16:25:12 | 2023-02-14T16:25:12 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6019",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6019",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6019.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6019.patch",
"merged_at": null
} | TODO | {
"login": "coopie",
"id": 6509132,
"node_id": "MDQ6VXNlcjY1MDkxMzI=",
"avatar_url": "https://avatars.githubusercontent.com/u/6509132?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/coopie",
"html_url": "https://github.com/coopie",
"followers_url": "https://api.github.com/users/coopie/foll... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6019/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6019/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6018 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6018/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6018/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6018/events | https://github.com/NVIDIA/NeMo/pull/6018 | 1,584,437,363 | PR_kwDOC_bI7s5J9ZU4 | 6,018 | [Tools] Fix ctc segmentation: exclude audacity files | {
"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
}
] | closed | false | null | [] | null | null | 2023-02-14T16:08:48 | 2023-02-15T01:41:47 | 2023-02-15T01:41:44 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6018",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6018",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6018.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6018.patch",
"merged_at": "2023-02-15T01:41:44"
} | Signed-off-by: ekmb <ebakhturina@nvidia.com>
# 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... | {
"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/6018/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6018/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6017 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6017/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6017/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6017/events | https://github.com/NVIDIA/NeMo/issues/6017 | 1,584,124,150 | I_kwDOC_bI7s5ea9D2 | 6,017 | Experiment crashes after resuming from checkpoint | {
"login": "mujhenahiata",
"id": 94825377,
"node_id": "U_kgDOBabroQ",
"avatar_url": "https://avatars.githubusercontent.com/u/94825377?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mujhenahiata",
"html_url": "https://github.com/mujhenahiata",
"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-02-14T12:57:44 | 2023-03-25T01:52:03 | 2023-03-25T01:52:03 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | [multilang_output_6.txt](https://github.com/NVIDIA/NeMo/files/10732583/multilang_output_6.txt)
[multilang_error_6.txt](https://github.com/NVIDIA/NeMo/files/10732586/multilang_error_6.txt)
**Describe the bug**
using 22.07 image from NGC cloud
unable to resume my experiment even after setting ### resume_if_exist=true... | {
"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/6017/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6017/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6015 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6015/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6015/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6015/events | https://github.com/NVIDIA/NeMo/pull/6015 | 1,583,632,936 | PR_kwDOC_bI7s5J6r3j | 6,015 | Radtts ragged | {
"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... | [
{
"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-02-14T07:17:28 | 2023-02-14T18:08:05 | 2023-02-14T18:08:05 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6015",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6015",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6015.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6015.patch",
"merged_at": null
} | # What does this PR do ?
Adding ragged batch input option for RadTTS - with some refactoring
Fixing 2 bugs from previous PR:
1. clamp(1,..)
2. argsort() for unsort_tensor() was in wrong direction
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line i... | {
"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... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6015/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6015/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6014 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6014/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6014/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6014/events | https://github.com/NVIDIA/NeMo/pull/6014 | 1,583,603,705 | PR_kwDOC_bI7s5J6llm | 6,014 | Add ClearML Logging | {
"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... | [] | closed | false | null | [] | null | null | 2023-02-14T06:51:40 | 2023-02-28T11:13:20 | 2023-02-28T11:13:19 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6014",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6014",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6014.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6014.patch",
"merged_at": "2023-02-28T11:13:19"
} | # What does this PR do ?
Adding [ClearML ](https://github.com/allegroai/clearml) integration for logging of training process:
- Enable PyTorch auto logging (cfg parameter)
- TensorBoard auto logging (on default)
- Logging .nemo checkpoint files
**Collection**: [Note which collection this PR will affect]
uti... | {
"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... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6014/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6014/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6013 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6013/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6013/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6013/events | https://github.com/NVIDIA/NeMo/pull/6013 | 1,583,351,975 | PR_kwDOC_bI7s5J5wVi | 6,013 | InterCTC loss and stochastic depth implementation | {
"login": "Kipok",
"id": 2354422,
"node_id": "MDQ6VXNlcjIzNTQ0MjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/2354422?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Kipok",
"html_url": "https://github.com/Kipok",
"followers_url": "https://api.github.com/users/Kipok/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-14T01:47:55 | 2023-02-18T00:48:08 | 2023-02-18T00:48:07 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6013",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6013",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6013.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6013.patch",
"merged_at": "2023-02-18T00:48:07"
} | # What does this PR do ?
Adding intermediate CTC loss and stochastic depth as described in https://arxiv.org/abs/2102.03216.
The current implementation is only for conformer encoder, but I'm not really sure how to write a generic code for this case. Please let me know if you have some ideas here.
**Collection... | {
"login": "Kipok",
"id": 2354422,
"node_id": "MDQ6VXNlcjIzNTQ0MjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/2354422?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Kipok",
"html_url": "https://github.com/Kipok",
"followers_url": "https://api.github.com/users/Kipok/follower... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6013/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6013/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6012 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6012/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6012/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6012/events | https://github.com/NVIDIA/NeMo/pull/6012 | 1,583,327,604 | PR_kwDOC_bI7s5J5rKf | 6,012 | from_restore for NM models on HF plus popular properties | {
"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/... | [
{
"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": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
... | closed | false | null | [] | null | null | 2023-02-14T01:18:11 | 2023-04-06T01:51:00 | 2023-04-06T01:51:00 | MEMBER | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6012",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6012",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6012.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6012.patch",
"merged_at": null
} | # What does this PR do ?
Add two popular read-only properties for tensor and pipeline parallelism values.
Change some of the self._cfg to self.cfg and cfg to self.cfg
Adds from_pretrained for NM Models on HF Hub
**Collection**: [Note which collection this PR will affect]
NLP
# Changelog
- Add specific l... | {
"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/6012/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6012/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6011 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6011/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6011/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6011/events | https://github.com/NVIDIA/NeMo/pull/6011 | 1,583,297,082 | PR_kwDOC_bI7s5J5ktb | 6,011 | Default RNNT loss to int64 targets | {
"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-02-14T00:42:06 | 2023-02-14T23:54:45 | 2023-02-14T23:23:56 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6011",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6011",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6011.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6011.patch",
"merged_at": "2023-02-14T23:23:56"
} | Signed-off-by: smajumdar <titu1994@gmail.com>
# What does this PR do ?
Defaults the targets of RNNT to int64 to match CTC loss. Should mostly be a cosmetic change, since it is near impossible to train an RNNT with target vocabulary of > 2B tokens, or with seq length > 2B.
**Collection**: [ASR]
# Changelog
... | {
"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/6011/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6011/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6010 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6010/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6010/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6010/events | https://github.com/NVIDIA/NeMo/pull/6010 | 1,583,248,009 | PR_kwDOC_bI7s5J5aEB | 6,010 | Minor docs change | {
"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/... | [] | closed | false | null | [] | null | null | 2023-02-13T23:52:46 | 2023-02-14T03:35:05 | 2023-02-14T03:35:00 | MEMBER | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6010",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6010",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6010.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6010.patch",
"merged_at": "2023-02-14T03:35:00"
} | Signed-off-by: Oleksii Kuchaiev <okuchaiev@nvidia.com>
# What does this PR do ?
Just a minor change to main docs site to separate docs navigation by domain from top level. | {
"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/6010/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6010/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6009 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6009/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6009/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6009/events | https://github.com/NVIDIA/NeMo/pull/6009 | 1,583,141,382 | PR_kwDOC_bI7s5J5C9Q | 6,009 | [Tools] Fix ctc segmentation: exclude audacity files | {
"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"... | [] | closed | false | null | [] | null | null | 2023-02-13T22:08:16 | 2023-02-14T16:07:52 | 2023-02-14T16:07:48 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6009",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6009",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6009.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6009.patch",
"merged_at": "2023-02-14T16:07:48"
} | Signed-off-by: ekmb <ebakhturina@nvidia.com>
# 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... | {
"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/6009/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6009/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6008 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6008/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6008/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6008/events | https://github.com/NVIDIA/NeMo/pull/6008 | 1,582,940,419 | PR_kwDOC_bI7s5J4XdM | 6,008 | Added documentation section for ASR datasets from AIStore | {
"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-13T19:35:19 | 2023-02-15T09:23:21 | 2023-02-15T09:23:21 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6008",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6008",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6008.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6008.patch",
"merged_at": "2023-02-15T09:23:21"
} | Signed-off-by: Ante Jukić <ajukic@nvidia.com>
# What does this PR do ?
This PR adds a section in ASR/Datasets to describe how to use a dataset from AIStore.
**Collection**: ASR, Documentation
# Changelog
- Added a section in ASR/Datasets with a description of using a dataset from AIStore
# Before your... | {
"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/6008/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6008/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6007 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6007/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6007/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6007/events | https://github.com/NVIDIA/NeMo/issues/6007 | 1,582,729,263 | I_kwDOC_bI7s5eVogv | 6,007 | Spectrogram Enhancer doesn't generalize to spectrogram lengths unseen during training | {
"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": 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": "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-02-13T17:03:32 | 2023-02-24T05:32:12 | 2023-02-24T05:32:12 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
If one trains TTS spectrogram enhancer (#5565) on short spectrograms, at inference time it doesn't generalize to longer ones. A patch in the beginning gets enhanced but further frames do not.
Example (before, after):

**Collection**: [ASR]
# Changelog
- Add specific line by line... | {
"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/6006/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6006/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6005 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6005/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6005/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6005/events | https://github.com/NVIDIA/NeMo/issues/6005 | 1,582,288,759 | I_kwDOC_bI7s5eT893 | 6,005 | Megatron GPT2 is generating repetitive sentence | {
"login": "dmitra9394",
"id": 65800705,
"node_id": "MDQ6VXNlcjY1ODAwNzA1",
"avatar_url": "https://avatars.githubusercontent.com/u/65800705?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dmitra9394",
"html_url": "https://github.com/dmitra9394",
"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-02-13T12:46:59 | 2023-03-27T01:52:56 | 2023-03-27T01:52:56 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | ** P tuning with Megatron GPT2 is generating repetitive sentence**
I am P tuning with Megatron GPT2 model with 100 train and 100 test dataset for a particular activity. I am getting repetitive sentence during inference for most of the samples.
I have used below things to resolve this issue.
1. Used instruction se... | {
"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/6005/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6005/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/6003 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6003/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6003/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6003/events | https://github.com/NVIDIA/NeMo/pull/6003 | 1,581,596,979 | PR_kwDOC_bI7s5Jz16d | 6,003 | Fix hybrid transcribe | {
"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": 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-13T03:38:17 | 2023-02-13T17:50:36 | 2023-02-13T17:50:36 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6003",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6003",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6003.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6003.patch",
"merged_at": "2023-02-13T17:50:36"
} | # What does this PR do ?
Fix transribe function in EncDecHybridRNNTCTCModel.
**Collection**: [Note which collection this PR will affect]
ASR
# Changelog
- Add variables for transcribe invocation if use_rnnt_decoder.
- Change name of variable (logits_len to encoded_len).
- Change ErrorValue to ValueError i... | {
"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/6003/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6003/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/6002 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/6002/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/6002/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/6002/events | https://github.com/NVIDIA/NeMo/pull/6002 | 1,581,590,933 | PR_kwDOC_bI7s5Jz0kV | 6,002 | Fix hybrid transcribe | {
"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": 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-13T03:32:35 | 2023-02-13T03:35:03 | 2023-02-13T03:35:02 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/6002",
"html_url": "https://github.com/NVIDIA/NeMo/pull/6002",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/6002.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/6002.patch",
"merged_at": null
} | # What does this PR do ?
Fix transribe function in EncDecHybridRNNTCTCModel.
**Collection**: [Note which collection this PR will affect]
ASR
# Changelog
- Add variables for transcribe invocation if use_rnnt_decoder.
- Change name of variable (logits_len to encoded_len).
- Change ErrorValue to ValueError i... | {
"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... | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/6002/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/6002/timeline | null | null | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.