url
stringlengths 52
53
| repository_url
stringclasses 1
value | labels_url
stringlengths 66
67
| comments_url
stringlengths 61
62
| events_url
stringlengths 59
60
| html_url
stringlengths 40
43
| id
int64 719M
2.8B
| node_id
stringlengths 18
32
| number
int64 1.28k
11.9k
| title
stringlengths 1
350
| user
dict | labels
listlengths 0
10
| state
stringclasses 2
values | locked
bool 2
classes | assignee
dict | assignees
listlengths 0
3
| milestone
null | comments
sequencelengths 0
30
⌀ | created_at
timestamp[s] | updated_at
timestamp[s] | closed_at
timestamp[s] | author_association
stringclasses 4
values | sub_issues_summary
dict | active_lock_reason
stringclasses 1
value | draft
bool 2
classes | pull_request
dict | body
stringlengths 0
73.4k
⌀ | closed_by
dict | reactions
dict | timeline_url
stringlengths 61
62
| performed_via_github_app
null | state_reason
stringclasses 3
values | is_pull_request
bool 2
classes |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://api.github.com/repos/NVIDIA/NeMo/issues/3478 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3478/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3478/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3478/events | https://github.com/NVIDIA/NeMo/pull/3478 | 1,109,856,869 | PR_kwDOC_bI7s4xWlhF | 3,478 | NLPDDPPlugin find_unused_parameters is configurable | {
"login": "mlgill",
"id": 1757241,
"node_id": "MDQ6VXNlcjE3NTcyNDE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1757241?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/mlgill",
"html_url": "https://github.com/mlgill",
"followers_url": "https://api.github.com/users/mlgill/followers",
"following_url": "https://api.github.com/users/mlgill/following{/other_user}",
"gists_url": "https://api.github.com/users/mlgill/gists{/gist_id}",
"starred_url": "https://api.github.com/users/mlgill/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/mlgill/subscriptions",
"organizations_url": "https://api.github.com/users/mlgill/orgs",
"repos_url": "https://api.github.com/users/mlgill/repos",
"events_url": "https://api.github.com/users/mlgill/events{/privacy}",
"received_events_url": "https://api.github.com/users/mlgill/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-20T23:16:18 | 2022-02-07T05:02:51 | 2022-02-07T05:02:51 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3478",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3478",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3478.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3478.patch",
"merged_at": "2022-02-07T05:02:51"
} | This PR makes `find_unused_parameters` user configurable in `NLPDDPPlugin` by setting a default dictionary with the current value (`False`) and updating that dictionary with user provided kwargs. This ensures that the value is always `False`, even if it changes from its current default (also `False`) in PyTorch's `DistributedDataParallel`.
An alternative option would be to remove it from the initialization call to `DistributedDataParallel` since it is already `False` by default in PyTorch.
The reason for this request is that `find_unused_parameters` must be `True` for MegaMolBART.
I have read the contribution guidelines. All tests that are currently passing in `main` pass with this commit. (Note that two tests fail in NeMo `main`.) The code has been formatted with black and the commit is signed. This change was discussed with @ericharper several months ago.
Signed-off-by: Michelle Gill <[email protected]> | {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3478/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3478/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3477 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3477/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3477/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3477/events | https://github.com/NVIDIA/NeMo/pull/3477 | 1,109,801,697 | PR_kwDOC_bI7s4xWaBX | 3,477 | Remove wordtokenizer example from NLP tokenizer notebook | {
"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/aklife97/followers",
"following_url": "https://api.github.com/users/aklife97/following{/other_user}",
"gists_url": "https://api.github.com/users/aklife97/gists{/gist_id}",
"starred_url": "https://api.github.com/users/aklife97/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/aklife97/subscriptions",
"organizations_url": "https://api.github.com/users/aklife97/orgs",
"repos_url": "https://api.github.com/users/aklife97/repos",
"events_url": "https://api.github.com/users/aklife97/events{/privacy}",
"received_events_url": "https://api.github.com/users/aklife97/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-20T21:53:46 | 2022-01-21T23:58:56 | 2022-01-21T23:58:50 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3477",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3477",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3477.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3477.patch",
"merged_at": "2022-01-21T23:58:50"
} | WordTokenizer seems to be erroring out, removing it from the tutorial for now. | {
"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/aklife97/followers",
"following_url": "https://api.github.com/users/aklife97/following{/other_user}",
"gists_url": "https://api.github.com/users/aklife97/gists{/gist_id}",
"starred_url": "https://api.github.com/users/aklife97/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/aklife97/subscriptions",
"organizations_url": "https://api.github.com/users/aklife97/orgs",
"repos_url": "https://api.github.com/users/aklife97/repos",
"events_url": "https://api.github.com/users/aklife97/events{/privacy}",
"received_events_url": "https://api.github.com/users/aklife97/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3477/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3477/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3476 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3476/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3476/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3476/events | https://github.com/NVIDIA/NeMo/pull/3476 | 1,109,797,245 | PR_kwDOC_bI7s4xWZGk | 3,476 | Tn es | {
"login": "tbartley94",
"id": 90423858,
"node_id": "MDQ6VXNlcjkwNDIzODU4",
"avatar_url": "https://avatars.githubusercontent.com/u/90423858?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tbartley94",
"html_url": "https://github.com/tbartley94",
"followers_url": "https://api.github.com/users/tbartley94/followers",
"following_url": "https://api.github.com/users/tbartley94/following{/other_user}",
"gists_url": "https://api.github.com/users/tbartley94/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tbartley94/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tbartley94/subscriptions",
"organizations_url": "https://api.github.com/users/tbartley94/orgs",
"repos_url": "https://api.github.com/users/tbartley94/repos",
"events_url": "https://api.github.com/users/tbartley94/events{/privacy}",
"received_events_url": "https://api.github.com/users/tbartley94/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-20T21:47:21 | 2022-01-27T05:14:03 | 2022-01-20T23:47:39 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3476",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3476",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3476.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3476.patch",
"merged_at": null
} | null | {
"login": "tbartley94",
"id": 90423858,
"node_id": "MDQ6VXNlcjkwNDIzODU4",
"avatar_url": "https://avatars.githubusercontent.com/u/90423858?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tbartley94",
"html_url": "https://github.com/tbartley94",
"followers_url": "https://api.github.com/users/tbartley94/followers",
"following_url": "https://api.github.com/users/tbartley94/following{/other_user}",
"gists_url": "https://api.github.com/users/tbartley94/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tbartley94/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tbartley94/subscriptions",
"organizations_url": "https://api.github.com/users/tbartley94/orgs",
"repos_url": "https://api.github.com/users/tbartley94/repos",
"events_url": "https://api.github.com/users/tbartley94/events{/privacy}",
"received_events_url": "https://api.github.com/users/tbartley94/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3476/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3476/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3475 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3475/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3475/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3475/events | https://github.com/NVIDIA/NeMo/pull/3475 | 1,109,727,658 | PR_kwDOC_bI7s4xWKh0 | 3,475 | Tn es | {
"login": "tbartley94",
"id": 90423858,
"node_id": "MDQ6VXNlcjkwNDIzODU4",
"avatar_url": "https://avatars.githubusercontent.com/u/90423858?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tbartley94",
"html_url": "https://github.com/tbartley94",
"followers_url": "https://api.github.com/users/tbartley94/followers",
"following_url": "https://api.github.com/users/tbartley94/following{/other_user}",
"gists_url": "https://api.github.com/users/tbartley94/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tbartley94/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tbartley94/subscriptions",
"organizations_url": "https://api.github.com/users/tbartley94/orgs",
"repos_url": "https://api.github.com/users/tbartley94/repos",
"events_url": "https://api.github.com/users/tbartley94/events{/privacy}",
"received_events_url": "https://api.github.com/users/tbartley94/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-20T20:17:43 | 2022-01-20T21:50:32 | 2022-01-20T21:43:30 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3475",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3475",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3475.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3475.patch",
"merged_at": null
} | Fixing spelling and formatting errors in WFST tutorial. Updated broken links. | {
"login": "tbartley94",
"id": 90423858,
"node_id": "MDQ6VXNlcjkwNDIzODU4",
"avatar_url": "https://avatars.githubusercontent.com/u/90423858?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tbartley94",
"html_url": "https://github.com/tbartley94",
"followers_url": "https://api.github.com/users/tbartley94/followers",
"following_url": "https://api.github.com/users/tbartley94/following{/other_user}",
"gists_url": "https://api.github.com/users/tbartley94/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tbartley94/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tbartley94/subscriptions",
"organizations_url": "https://api.github.com/users/tbartley94/orgs",
"repos_url": "https://api.github.com/users/tbartley94/repos",
"events_url": "https://api.github.com/users/tbartley94/events{/privacy}",
"received_events_url": "https://api.github.com/users/tbartley94/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3475/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3475/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3474 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3474/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3474/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3474/events | https://github.com/NVIDIA/NeMo/pull/3474 | 1,109,674,734 | PR_kwDOC_bI7s4xV_kV | 3,474 | file name fix - Segmentation tutorial | {
"login": "ekmb",
"id": 10428420,
"node_id": "MDQ6VXNlcjEwNDI4NDIw",
"avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ekmb",
"html_url": "https://github.com/ekmb",
"followers_url": "https://api.github.com/users/ekmb/followers",
"following_url": "https://api.github.com/users/ekmb/following{/other_user}",
"gists_url": "https://api.github.com/users/ekmb/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ekmb/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ekmb/subscriptions",
"organizations_url": "https://api.github.com/users/ekmb/orgs",
"repos_url": "https://api.github.com/users/ekmb/repos",
"events_url": "https://api.github.com/users/ekmb/events{/privacy}",
"received_events_url": "https://api.github.com/users/ekmb/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-20T19:16:21 | 2022-01-20T21:42:22 | 2022-01-20T21:42:19 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3474",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3474",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3474.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3474.patch",
"merged_at": "2022-01-20T21:42:19"
} | null | {
"login": "ekmb",
"id": 10428420,
"node_id": "MDQ6VXNlcjEwNDI4NDIw",
"avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ekmb",
"html_url": "https://github.com/ekmb",
"followers_url": "https://api.github.com/users/ekmb/followers",
"following_url": "https://api.github.com/users/ekmb/following{/other_user}",
"gists_url": "https://api.github.com/users/ekmb/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ekmb/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ekmb/subscriptions",
"organizations_url": "https://api.github.com/users/ekmb/orgs",
"repos_url": "https://api.github.com/users/ekmb/repos",
"events_url": "https://api.github.com/users/ekmb/events{/privacy}",
"received_events_url": "https://api.github.com/users/ekmb/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3474/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3474/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3473 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3473/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3473/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3473/events | https://github.com/NVIDIA/NeMo/pull/3473 | 1,109,628,151 | PR_kwDOC_bI7s4xV19g | 3,473 | [TTS] Add Mixed Representation Training | {
"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/followers",
"following_url": "https://api.github.com/users/blisc/following{/other_user}",
"gists_url": "https://api.github.com/users/blisc/gists{/gist_id}",
"starred_url": "https://api.github.com/users/blisc/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/blisc/subscriptions",
"organizations_url": "https://api.github.com/users/blisc/orgs",
"repos_url": "https://api.github.com/users/blisc/repos",
"events_url": "https://api.github.com/users/blisc/events{/privacy}",
"received_events_url": "https://api.github.com/users/blisc/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-20T18:22:45 | 2022-02-11T22:26:55 | 2022-02-11T22:26:52 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3473",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3473",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3473.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3473.patch",
"merged_at": "2022-02-11T22:26:52"
} | - Adds phoneme probability to our current g2p module.
- Updates FastPitch yaml to use this functionality. | {
"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/followers",
"following_url": "https://api.github.com/users/blisc/following{/other_user}",
"gists_url": "https://api.github.com/users/blisc/gists{/gist_id}",
"starred_url": "https://api.github.com/users/blisc/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/blisc/subscriptions",
"organizations_url": "https://api.github.com/users/blisc/orgs",
"repos_url": "https://api.github.com/users/blisc/repos",
"events_url": "https://api.github.com/users/blisc/events{/privacy}",
"received_events_url": "https://api.github.com/users/blisc/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3473/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3473/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3472 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3472/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3472/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3472/events | https://github.com/NVIDIA/NeMo/issues/3472 | 1,109,498,281 | I_kwDOC_bI7s5CIZmp | 3,472 | nemo2riva of Punctuation_and_Capitalization with NeMo:1.6.0rc0 crashes | {
"login": "itzsimpl",
"id": 4784070,
"node_id": "MDQ6VXNlcjQ3ODQwNzA=",
"avatar_url": "https://avatars.githubusercontent.com/u/4784070?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/itzsimpl",
"html_url": "https://github.com/itzsimpl",
"followers_url": "https://api.github.com/users/itzsimpl/followers",
"following_url": "https://api.github.com/users/itzsimpl/following{/other_user}",
"gists_url": "https://api.github.com/users/itzsimpl/gists{/gist_id}",
"starred_url": "https://api.github.com/users/itzsimpl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/itzsimpl/subscriptions",
"organizations_url": "https://api.github.com/users/itzsimpl/orgs",
"repos_url": "https://api.github.com/users/itzsimpl/repos",
"events_url": "https://api.github.com/users/itzsimpl/events{/privacy}",
"received_events_url": "https://api.github.com/users/itzsimpl/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
}
] | closed | false | {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2022-01-20T16:15:48 | 2022-02-07T08:23:44 | 2022-02-07T08:23:44 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I have a prebuilt Punctuation_and_Capitalization model (NeMo:1.4.0). Running nemo2riva with NeMo:1.5.1 performs the conversion as it should, however, running nemo2riva with master branch of NeMo (1.6.0rc0) crashes with the following error
```
INFO: Logging level set to 20
INFO: Restoring NeMo model from 'data/nemo/Punctuation_and_Capitalization.nemo'
[NeMo I 2022-01-20 15:59:39 common:489] Model instantiation from target class nemo.collections.nlp.models.token_classification.punctuation_capitalization_model.PunctuationCapitalizationModel failed with following error.
Falling back to `cls`.
Traceback (most recent call last):
File "/data/NeMo/nemo/core/classes/common.py", line 463, in from_config_dict
imported_cls = import_class_by_path(target_cls)
File "/data/NeMo/nemo/utils/model_utils.py", line 462, in import_class_by_path
mod = __import__(path, fromlist=[class_name])
File "/data/NeMo/nemo/collections/nlp/__init__.py", line 15, in <module>
from nemo.collections.nlp import data, losses, models, modules
File "/data/NeMo/nemo/collections/nlp/models/__init__.py", line 15, in <module>
from nemo.collections.nlp.models.dialogue_state_tracking.sgdqa_model import SGDQAModel
File "/data/NeMo/nemo/collections/nlp/models/dialogue_state_tracking/__init__.py", line 15, in <module>
from nemo.collections.nlp.models.dialogue_state_tracking.sgdqa_model import SGDQAModel
File "/data/NeMo/nemo/collections/nlp/models/dialogue_state_tracking/sgdqa_model.py", line 33, in <module>
from nemo.collections.nlp.models.nlp_model import NLPModel
File "/data/NeMo/nemo/collections/nlp/models/nlp_model.py", line 29, in <module>
from nemo.collections.nlp.modules import BertModule
File "/data/NeMo/nemo/collections/nlp/modules/__init__.py", line 16, in <module>
from nemo.collections.nlp.modules.common import (
File "/data/NeMo/nemo/collections/nlp/modules/common/__init__.py", line 29, in <module>
from nemo.collections.nlp.modules.common.tokenizer_utils import get_tokenizer, get_tokenizer_list
File "/data/NeMo/nemo/collections/nlp/modules/common/tokenizer_utils.py", line 27, in <module>
from nemo.collections.nlp.parts.nlp_overrides import HAVE_APEX
File "/data/NeMo/nemo/collections/nlp/parts/nlp_overrides.py", line 33, in <module>
from nemo.collections.nlp.modules.common.megatron.module import Float16Module
File "/data/NeMo/nemo/collections/nlp/modules/common/megatron/__init__.py", line 15, in <module>
from nemo.collections.nlp.modules.common.megatron.megatron_bert import MegatronBertEncoder
File "/data/NeMo/nemo/collections/nlp/modules/common/megatron/megatron_bert.py", line 30, in <module>
from nemo.collections.nlp.modules.common.megatron.language_model import get_language_model
File "/data/NeMo/nemo/collections/nlp/modules/common/megatron/language_model.py", line 26, in <module>
from nemo.collections.nlp.modules.common.megatron.transformer import ParallelTransformer
File "/data/NeMo/nemo/collections/nlp/modules/common/megatron/transformer.py", line 24, in <module>
from apex.transformer.utils import divide as safe_divide
ModuleNotFoundError: No module named 'apex.transformer.utils'
```
| {
"login": "itzsimpl",
"id": 4784070,
"node_id": "MDQ6VXNlcjQ3ODQwNzA=",
"avatar_url": "https://avatars.githubusercontent.com/u/4784070?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/itzsimpl",
"html_url": "https://github.com/itzsimpl",
"followers_url": "https://api.github.com/users/itzsimpl/followers",
"following_url": "https://api.github.com/users/itzsimpl/following{/other_user}",
"gists_url": "https://api.github.com/users/itzsimpl/gists{/gist_id}",
"starred_url": "https://api.github.com/users/itzsimpl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/itzsimpl/subscriptions",
"organizations_url": "https://api.github.com/users/itzsimpl/orgs",
"repos_url": "https://api.github.com/users/itzsimpl/repos",
"events_url": "https://api.github.com/users/itzsimpl/events{/privacy}",
"received_events_url": "https://api.github.com/users/itzsimpl/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3472/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3472/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3471 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3471/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3471/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3471/events | https://github.com/NVIDIA/NeMo/pull/3471 | 1,109,458,881 | PR_kwDOC_bI7s4xVS6T | 3,471 | Process correctly label ids dataset parameter + standardize type of label ids model attribute + minor changes (error messages, typing) | {
"login": "PeganovAnton",
"id": 10737305,
"node_id": "MDQ6VXNlcjEwNzM3MzA1",
"avatar_url": "https://avatars.githubusercontent.com/u/10737305?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/PeganovAnton",
"html_url": "https://github.com/PeganovAnton",
"followers_url": "https://api.github.com/users/PeganovAnton/followers",
"following_url": "https://api.github.com/users/PeganovAnton/following{/other_user}",
"gists_url": "https://api.github.com/users/PeganovAnton/gists{/gist_id}",
"starred_url": "https://api.github.com/users/PeganovAnton/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/PeganovAnton/subscriptions",
"organizations_url": "https://api.github.com/users/PeganovAnton/orgs",
"repos_url": "https://api.github.com/users/PeganovAnton/repos",
"events_url": "https://api.github.com/users/PeganovAnton/events{/privacy}",
"received_events_url": "https://api.github.com/users/PeganovAnton/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
}
] | closed | false | {
"login": "PeganovAnton",
"id": 10737305,
"node_id": "MDQ6VXNlcjEwNzM3MzA1",
"avatar_url": "https://avatars.githubusercontent.com/u/10737305?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/PeganovAnton",
"html_url": "https://github.com/PeganovAnton",
"followers_url": "https://api.github.com/users/PeganovAnton/followers",
"following_url": "https://api.github.com/users/PeganovAnton/following{/other_user}",
"gists_url": "https://api.github.com/users/PeganovAnton/gists{/gist_id}",
"starred_url": "https://api.github.com/users/PeganovAnton/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/PeganovAnton/subscriptions",
"organizations_url": "https://api.github.com/users/PeganovAnton/orgs",
"repos_url": "https://api.github.com/users/PeganovAnton/repos",
"events_url": "https://api.github.com/users/PeganovAnton/events{/privacy}",
"received_events_url": "https://api.github.com/users/PeganovAnton/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "PeganovAnton",
"id": 10737305,
"node_id": "MDQ6VXNlcjEwNzM3MzA1",
"avatar_url": "https://avatars.githubusercontent.com/u/10737305?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/PeganovAnton",
"html_url": "https://github.com/PeganovAnton",
"followers_url": "https://api.github.com/users/PeganovAnton/followers",
"following_url": "https://api.github.com/users/PeganovAnton/following{/other_user}",
"gists_url": "https://api.github.com/users/PeganovAnton/gists{/gist_id}",
"starred_url": "https://api.github.com/users/PeganovAnton/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/PeganovAnton/subscriptions",
"organizations_url": "https://api.github.com/users/PeganovAnton/orgs",
"repos_url": "https://api.github.com/users/PeganovAnton/repos",
"events_url": "https://api.github.com/users/PeganovAnton/events{/privacy}",
"received_events_url": "https://api.github.com/users/PeganovAnton/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2022-01-20T15:41:32 | 2022-01-27T23:08:00 | 2022-01-20T19:53:34 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3471",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3471",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3471.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3471.patch",
"merged_at": "2022-01-20T19:53:34"
} | 1. If `BertPunctuationCapitalizationDataset.__init__` arguments `punct_label_ids` and `capit_label_ids` are `DictConfig`s, then transform them to dictionaries.
2. Make sure that `PunctuationCapitalizationModel` attributes `punct_label_ids` and `capit_label_ids` are always dictionaries and not `DictConfig`s. Previously, type of these attributes varied depending on where the attributes are set.
3. Add more typing and improve error messages. | {
"login": "PeganovAnton",
"id": 10737305,
"node_id": "MDQ6VXNlcjEwNzM3MzA1",
"avatar_url": "https://avatars.githubusercontent.com/u/10737305?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/PeganovAnton",
"html_url": "https://github.com/PeganovAnton",
"followers_url": "https://api.github.com/users/PeganovAnton/followers",
"following_url": "https://api.github.com/users/PeganovAnton/following{/other_user}",
"gists_url": "https://api.github.com/users/PeganovAnton/gists{/gist_id}",
"starred_url": "https://api.github.com/users/PeganovAnton/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/PeganovAnton/subscriptions",
"organizations_url": "https://api.github.com/users/PeganovAnton/orgs",
"repos_url": "https://api.github.com/users/PeganovAnton/repos",
"events_url": "https://api.github.com/users/PeganovAnton/events{/privacy}",
"received_events_url": "https://api.github.com/users/PeganovAnton/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3471/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3471/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3470 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3470/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3470/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3470/events | https://github.com/NVIDIA/NeMo/pull/3470 | 1,108,724,306 | PR_kwDOC_bI7s4xS60H | 3,470 | Test only if the model was trained on single GPU for accurate results. | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-20T01:12:09 | 2022-01-20T02:43:29 | 2022-01-20T02:43:26 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3470",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3470",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3470.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3470.patch",
"merged_at": "2022-01-20T02:43:26"
} | # Changelog
- Revert previous code that constructs a trainer on one GPU to evaluate results. The code is misleading because the torch environment is still distributed, and all processes run the code
- From now on, test only if the model was trained on a single GPU with no ddp.
Signed-off-by: smajumdar <[email protected]> | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3470/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3470/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3469 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3469/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3469/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3469/events | https://github.com/NVIDIA/NeMo/pull/3469 | 1,108,679,473 | PR_kwDOC_bI7s4xSxgW | 3,469 | WFST Punct post fix + punct tutorial fixes | {
"login": "ekmb",
"id": 10428420,
"node_id": "MDQ6VXNlcjEwNDI4NDIw",
"avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ekmb",
"html_url": "https://github.com/ekmb",
"followers_url": "https://api.github.com/users/ekmb/followers",
"following_url": "https://api.github.com/users/ekmb/following{/other_user}",
"gists_url": "https://api.github.com/users/ekmb/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ekmb/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ekmb/subscriptions",
"organizations_url": "https://api.github.com/users/ekmb/orgs",
"repos_url": "https://api.github.com/users/ekmb/repos",
"events_url": "https://api.github.com/users/ekmb/events{/privacy}",
"received_events_url": "https://api.github.com/users/ekmb/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-19T23:57:37 | 2022-01-20T18:29:34 | 2022-01-20T18:29:31 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3469",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3469",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3469.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3469.patch",
"merged_at": "2022-01-20T18:29:31"
} | null | {
"login": "ekmb",
"id": 10428420,
"node_id": "MDQ6VXNlcjEwNDI4NDIw",
"avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ekmb",
"html_url": "https://github.com/ekmb",
"followers_url": "https://api.github.com/users/ekmb/followers",
"following_url": "https://api.github.com/users/ekmb/following{/other_user}",
"gists_url": "https://api.github.com/users/ekmb/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ekmb/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ekmb/subscriptions",
"organizations_url": "https://api.github.com/users/ekmb/orgs",
"repos_url": "https://api.github.com/users/ekmb/repos",
"events_url": "https://api.github.com/users/ekmb/events{/privacy}",
"received_events_url": "https://api.github.com/users/ekmb/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3469/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3469/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3468 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3468/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3468/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3468/events | https://github.com/NVIDIA/NeMo/pull/3468 | 1,108,663,837 | PR_kwDOC_bI7s4xSuRX | 3,468 | Patch fix for the multiple last checkpoints issue | {
"login": "nithinraok",
"id": 19668129,
"node_id": "MDQ6VXNlcjE5NjY4MTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nithinraok",
"html_url": "https://github.com/nithinraok",
"followers_url": "https://api.github.com/users/nithinraok/followers",
"following_url": "https://api.github.com/users/nithinraok/following{/other_user}",
"gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions",
"organizations_url": "https://api.github.com/users/nithinraok/orgs",
"repos_url": "https://api.github.com/users/nithinraok/repos",
"events_url": "https://api.github.com/users/nithinraok/events{/privacy}",
"received_events_url": "https://api.github.com/users/nithinraok/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-19T23:30:20 | 2022-01-20T22:54:09 | 2022-01-20T22:54:04 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3468",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3468",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3468.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3468.patch",
"merged_at": "2022-01-20T22:54:04"
} | Signed-off-by: nithinraok <[email protected]>
* Patch fix for the multiple last checkpoints issue. Reference: https://github.com/PyTorchLightning/pytorch-lightning/issues/11451 | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3468/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3468/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3467 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3467/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3467/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3467/events | https://github.com/NVIDIA/NeMo/pull/3467 | 1,108,640,565 | PR_kwDOC_bI7s4xSpU- | 3,467 | Add Apex import guard | {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-19T22:55:32 | 2022-04-15T21:38:39 | 2022-01-23T19:37:14 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3467",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3467",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3467.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3467.patch",
"merged_at": "2022-01-23T19:37:14"
} | null | {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3467/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3467/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3466 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3466/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3466/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3466/events | https://github.com/NVIDIA/NeMo/pull/3466 | 1,108,635,745 | PR_kwDOC_bI7s4xSoWg | 3,466 | Upper bound ptl for r1.6.0, lower bound numpy in general | {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-19T22:47:20 | 2022-01-21T01:42:07 | 2022-01-21T01:42:05 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3466",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3466",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3466.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3466.patch",
"merged_at": "2022-01-21T01:42:05"
} | null | {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3466/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3466/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3465 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3465/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3465/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3465/events | https://github.com/NVIDIA/NeMo/pull/3465 | 1,108,621,860 | PR_kwDOC_bI7s4xSlfA | 3,465 | Fix the tutorial notebooks bug | {
"login": "yidong72",
"id": 43824965,
"node_id": "MDQ6VXNlcjQzODI0OTY1",
"avatar_url": "https://avatars.githubusercontent.com/u/43824965?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yidong72",
"html_url": "https://github.com/yidong72",
"followers_url": "https://api.github.com/users/yidong72/followers",
"following_url": "https://api.github.com/users/yidong72/following{/other_user}",
"gists_url": "https://api.github.com/users/yidong72/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yidong72/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yidong72/subscriptions",
"organizations_url": "https://api.github.com/users/yidong72/orgs",
"repos_url": "https://api.github.com/users/yidong72/repos",
"events_url": "https://api.github.com/users/yidong72/events{/privacy}",
"received_events_url": "https://api.github.com/users/yidong72/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-19T22:26:06 | 2022-01-19T23:36:23 | 2022-01-19T23:36:16 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3465",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3465",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3465.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3465.patch",
"merged_at": "2022-01-19T23:36:16"
} | `Joint_Intent_and_Slot_Classification.ipynb`
`Text_Classification_Sentiment_Analysis.ipynb`
problem are caused by extra `cfg` key in the checkpoint file
`Relation_Extraction-BioMegatron.ipynb`
problem is caused by forgetting to set the correct `model_config` variable.
| {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3465/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3465/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3464 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3464/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3464/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3464/events | https://github.com/NVIDIA/NeMo/pull/3464 | 1,108,584,201 | PR_kwDOC_bI7s4xSdp7 | 3,464 | NMT documentation for bottleneck architecture | {
"login": "michalivne",
"id": 7453913,
"node_id": "MDQ6VXNlcjc0NTM5MTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/7453913?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/michalivne",
"html_url": "https://github.com/michalivne",
"followers_url": "https://api.github.com/users/michalivne/followers",
"following_url": "https://api.github.com/users/michalivne/following{/other_user}",
"gists_url": "https://api.github.com/users/michalivne/gists{/gist_id}",
"starred_url": "https://api.github.com/users/michalivne/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/michalivne/subscriptions",
"organizations_url": "https://api.github.com/users/michalivne/orgs",
"repos_url": "https://api.github.com/users/michalivne/repos",
"events_url": "https://api.github.com/users/michalivne/events{/privacy}",
"received_events_url": "https://api.github.com/users/michalivne/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-19T21:35:50 | 2022-01-20T15:52:06 | 2022-01-20T15:52:02 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3464",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3464",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3464.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3464.patch",
"merged_at": "2022-01-20T15:52:02"
} | Updated bottleneck documentation (architecture, learning framework) | {
"login": "michalivne",
"id": 7453913,
"node_id": "MDQ6VXNlcjc0NTM5MTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/7453913?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/michalivne",
"html_url": "https://github.com/michalivne",
"followers_url": "https://api.github.com/users/michalivne/followers",
"following_url": "https://api.github.com/users/michalivne/following{/other_user}",
"gists_url": "https://api.github.com/users/michalivne/gists{/gist_id}",
"starred_url": "https://api.github.com/users/michalivne/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/michalivne/subscriptions",
"organizations_url": "https://api.github.com/users/michalivne/orgs",
"repos_url": "https://api.github.com/users/michalivne/repos",
"events_url": "https://api.github.com/users/michalivne/events{/privacy}",
"received_events_url": "https://api.github.com/users/michalivne/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3464/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3464/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3463 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3463/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3463/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3463/events | https://github.com/NVIDIA/NeMo/pull/3463 | 1,107,840,859 | PR_kwDOC_bI7s4xQA7s | 3,463 | torch tensor update | {
"login": "nithinraok",
"id": 19668129,
"node_id": "MDQ6VXNlcjE5NjY4MTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nithinraok",
"html_url": "https://github.com/nithinraok",
"followers_url": "https://api.github.com/users/nithinraok/followers",
"following_url": "https://api.github.com/users/nithinraok/following{/other_user}",
"gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions",
"organizations_url": "https://api.github.com/users/nithinraok/orgs",
"repos_url": "https://api.github.com/users/nithinraok/repos",
"events_url": "https://api.github.com/users/nithinraok/events{/privacy}",
"received_events_url": "https://api.github.com/users/nithinraok/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-19T09:12:50 | 2022-04-14T23:25:44 | 2022-04-05T02:06:50 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3463",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3463",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3463.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3463.patch",
"merged_at": null
} | Signed-off-by: nithinraok <[email protected]> | {
"login": "tango4j",
"id": 13211483,
"node_id": "MDQ6VXNlcjEzMjExNDgz",
"avatar_url": "https://avatars.githubusercontent.com/u/13211483?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tango4j",
"html_url": "https://github.com/tango4j",
"followers_url": "https://api.github.com/users/tango4j/followers",
"following_url": "https://api.github.com/users/tango4j/following{/other_user}",
"gists_url": "https://api.github.com/users/tango4j/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tango4j/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tango4j/subscriptions",
"organizations_url": "https://api.github.com/users/tango4j/orgs",
"repos_url": "https://api.github.com/users/tango4j/repos",
"events_url": "https://api.github.com/users/tango4j/events{/privacy}",
"received_events_url": "https://api.github.com/users/tango4j/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3463/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3463/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3462 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3462/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3462/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3462/events | https://github.com/NVIDIA/NeMo/issues/3462 | 1,107,809,228 | I_kwDOC_bI7s5CB9PM | 3,462 | nemo2riva BUG | {
"login": "ZhengHui-Z",
"id": 13689856,
"node_id": "MDQ6VXNlcjEzNjg5ODU2",
"avatar_url": "https://avatars.githubusercontent.com/u/13689856?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ZhengHui-Z",
"html_url": "https://github.com/ZhengHui-Z",
"followers_url": "https://api.github.com/users/ZhengHui-Z/followers",
"following_url": "https://api.github.com/users/ZhengHui-Z/following{/other_user}",
"gists_url": "https://api.github.com/users/ZhengHui-Z/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ZhengHui-Z/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ZhengHui-Z/subscriptions",
"organizations_url": "https://api.github.com/users/ZhengHui-Z/orgs",
"repos_url": "https://api.github.com/users/ZhengHui-Z/repos",
"events_url": "https://api.github.com/users/ZhengHui-Z/events{/privacy}",
"received_events_url": "https://api.github.com/users/ZhengHui-Z/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
}
] | closed | false | null | [] | null | null | 2022-01-19T08:38:40 | 2022-01-20T01:11:38 | 2022-01-20T01:11:38 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
Error when converting Nemo model to Riva
**Steps/Code to reproduce bug**
Shell command:
`nemo2riva --out /mnt/devdata/zzh/tao/results/Citrinet/stt_zh_citrinet_512.riva /mnt/devdata/zzh/tao/results/Citrinet/stt_zh_citrinet_512.nemo
`
**Environment details**
If NVIDIA docker image is used you don't need to specify these.
Otherwise, please provide:
- OS version: ubuntu18.04
- Python version: 3.8
- nemo2riva: Downloaded from riva_quickstart_v1.8.0-beta/nemo2riva-1.8.0b0-py3-none-any.whl
- stt_zh_citrinet_512.nemo: curl -LO https://api.ngc.nvidia.com/v2/models/nvidia/nemo/stt_zh_citrinet_512/versions/1.0.0rc1/files/stt_zh_citrinet_512.nemo
**Additional context**
Error message:
```
(riva) $ nemo2riva --out ./tao/results/Citrinet/stt_zh_citrinet_512.riva ./tao/results/Citrinet/stt_zh_citrinet_512.nemo
INFO: Logging level set to 20
INFO: Restoring NeMo model from '/mnt/devdata/zzh/tao/results/Citrinet/stt_zh_citrinet_512.nemo'
ERROR: Failed to restore model from NeMo file : /mnt/devdata/zzh/tao/results/Citrinet/stt_zh_citrinet_512.nemo. Please make sure you have the latest NeMo package installed with [all] dependencies.
Traceback (most recent call last):
File "/home/user/miniconda3/envs/riva/bin/nemo2riva", line 8, in <module>
sys.exit(nemo2riva())
File "/home/user/miniconda3/envs/riva/lib/python3.8/site-packages/nemo2riva/cli/nemo2riva.py", line 50, in nemo2riva
Nemo2Riva(args)
File "/home/user/miniconda3/envs/riva/lib/python3.8/site-packages/nemo2riva/convert.py", line 41, in Nemo2Riva
raise e
File "/home/user/miniconda3/envs/riva/lib/python3.8/site-packages/nemo2riva/convert.py", line 34, in Nemo2Riva
model = ModelPT.restore_from(restore_path=nemo_in)
AttributeError: type object 'ModelPT' has no attribute 'restore_from'
```
| {
"login": "ZhengHui-Z",
"id": 13689856,
"node_id": "MDQ6VXNlcjEzNjg5ODU2",
"avatar_url": "https://avatars.githubusercontent.com/u/13689856?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ZhengHui-Z",
"html_url": "https://github.com/ZhengHui-Z",
"followers_url": "https://api.github.com/users/ZhengHui-Z/followers",
"following_url": "https://api.github.com/users/ZhengHui-Z/following{/other_user}",
"gists_url": "https://api.github.com/users/ZhengHui-Z/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ZhengHui-Z/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ZhengHui-Z/subscriptions",
"organizations_url": "https://api.github.com/users/ZhengHui-Z/orgs",
"repos_url": "https://api.github.com/users/ZhengHui-Z/repos",
"events_url": "https://api.github.com/users/ZhengHui-Z/events{/privacy}",
"received_events_url": "https://api.github.com/users/ZhengHui-Z/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3462/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3462/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3461 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3461/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3461/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3461/events | https://github.com/NVIDIA/NeMo/pull/3461 | 1,107,771,216 | PR_kwDOC_bI7s4xPylX | 3,461 | Fix the errors/bugs in ASR with diarization tutorial | {
"login": "tango4j",
"id": 13211483,
"node_id": "MDQ6VXNlcjEzMjExNDgz",
"avatar_url": "https://avatars.githubusercontent.com/u/13211483?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tango4j",
"html_url": "https://github.com/tango4j",
"followers_url": "https://api.github.com/users/tango4j/followers",
"following_url": "https://api.github.com/users/tango4j/following{/other_user}",
"gists_url": "https://api.github.com/users/tango4j/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tango4j/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tango4j/subscriptions",
"organizations_url": "https://api.github.com/users/tango4j/orgs",
"repos_url": "https://api.github.com/users/tango4j/repos",
"events_url": "https://api.github.com/users/tango4j/events{/privacy}",
"received_events_url": "https://api.github.com/users/tango4j/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-19T07:55:20 | 2022-01-20T04:07:02 | 2022-01-20T04:06:59 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3461",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3461",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3461.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3461.patch",
"merged_at": "2022-01-20T04:06:59"
} | Signed-off-by: Taejin Park <[email protected]>
This PR is for the following:
- Fix the errors in ASR with diarization tutorial
- Fix the errors in diarization_utils.py and decoder_timestamp_utils.py
| {
"login": "nithinraok",
"id": 19668129,
"node_id": "MDQ6VXNlcjE5NjY4MTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nithinraok",
"html_url": "https://github.com/nithinraok",
"followers_url": "https://api.github.com/users/nithinraok/followers",
"following_url": "https://api.github.com/users/nithinraok/following{/other_user}",
"gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions",
"organizations_url": "https://api.github.com/users/nithinraok/orgs",
"repos_url": "https://api.github.com/users/nithinraok/repos",
"events_url": "https://api.github.com/users/nithinraok/events{/privacy}",
"received_events_url": "https://api.github.com/users/nithinraok/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3461/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3461/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3460 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3460/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3460/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3460/events | https://github.com/NVIDIA/NeMo/pull/3460 | 1,107,620,548 | PR_kwDOC_bI7s4xPSx9 | 3,460 | Fix hysterisis loading | {
"login": "MaximumEntropy",
"id": 9114321,
"node_id": "MDQ6VXNlcjkxMTQzMjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MaximumEntropy",
"html_url": "https://github.com/MaximumEntropy",
"followers_url": "https://api.github.com/users/MaximumEntropy/followers",
"following_url": "https://api.github.com/users/MaximumEntropy/following{/other_user}",
"gists_url": "https://api.github.com/users/MaximumEntropy/gists{/gist_id}",
"starred_url": "https://api.github.com/users/MaximumEntropy/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/MaximumEntropy/subscriptions",
"organizations_url": "https://api.github.com/users/MaximumEntropy/orgs",
"repos_url": "https://api.github.com/users/MaximumEntropy/repos",
"events_url": "https://api.github.com/users/MaximumEntropy/events{/privacy}",
"received_events_url": "https://api.github.com/users/MaximumEntropy/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-19T04:10:51 | 2022-01-19T05:30:06 | 2022-01-19T05:30:00 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3460",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3460",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3460.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3460.patch",
"merged_at": "2022-01-19T05:30:00"
} | null | {
"login": "MaximumEntropy",
"id": 9114321,
"node_id": "MDQ6VXNlcjkxMTQzMjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MaximumEntropy",
"html_url": "https://github.com/MaximumEntropy",
"followers_url": "https://api.github.com/users/MaximumEntropy/followers",
"following_url": "https://api.github.com/users/MaximumEntropy/following{/other_user}",
"gists_url": "https://api.github.com/users/MaximumEntropy/gists{/gist_id}",
"starred_url": "https://api.github.com/users/MaximumEntropy/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/MaximumEntropy/subscriptions",
"organizations_url": "https://api.github.com/users/MaximumEntropy/orgs",
"repos_url": "https://api.github.com/users/MaximumEntropy/repos",
"events_url": "https://api.github.com/users/MaximumEntropy/events{/privacy}",
"received_events_url": "https://api.github.com/users/MaximumEntropy/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3460/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3460/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3459 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3459/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3459/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3459/events | https://github.com/NVIDIA/NeMo/pull/3459 | 1,107,618,662 | PR_kwDOC_bI7s4xPSZW | 3,459 | Assign hysterisis only if it is in the state dict. | {
"login": "MaximumEntropy",
"id": 9114321,
"node_id": "MDQ6VXNlcjkxMTQzMjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MaximumEntropy",
"html_url": "https://github.com/MaximumEntropy",
"followers_url": "https://api.github.com/users/MaximumEntropy/followers",
"following_url": "https://api.github.com/users/MaximumEntropy/following{/other_user}",
"gists_url": "https://api.github.com/users/MaximumEntropy/gists{/gist_id}",
"starred_url": "https://api.github.com/users/MaximumEntropy/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/MaximumEntropy/subscriptions",
"organizations_url": "https://api.github.com/users/MaximumEntropy/orgs",
"repos_url": "https://api.github.com/users/MaximumEntropy/repos",
"events_url": "https://api.github.com/users/MaximumEntropy/events{/privacy}",
"received_events_url": "https://api.github.com/users/MaximumEntropy/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-19T04:07:38 | 2022-01-19T04:08:52 | 2022-01-19T04:08:46 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3459",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3459",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3459.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3459.patch",
"merged_at": null
} | null | {
"login": "MaximumEntropy",
"id": 9114321,
"node_id": "MDQ6VXNlcjkxMTQzMjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MaximumEntropy",
"html_url": "https://github.com/MaximumEntropy",
"followers_url": "https://api.github.com/users/MaximumEntropy/followers",
"following_url": "https://api.github.com/users/MaximumEntropy/following{/other_user}",
"gists_url": "https://api.github.com/users/MaximumEntropy/gists{/gist_id}",
"starred_url": "https://api.github.com/users/MaximumEntropy/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/MaximumEntropy/subscriptions",
"organizations_url": "https://api.github.com/users/MaximumEntropy/orgs",
"repos_url": "https://api.github.com/users/MaximumEntropy/repos",
"events_url": "https://api.github.com/users/MaximumEntropy/events{/privacy}",
"received_events_url": "https://api.github.com/users/MaximumEntropy/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3459/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3459/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3458 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3458/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3458/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3458/events | https://github.com/NVIDIA/NeMo/pull/3458 | 1,107,547,107 | PR_kwDOC_bI7s4xPDzX | 3,458 | Fix the error in ASR with diar tutorial | {
"login": "tango4j",
"id": 13211483,
"node_id": "MDQ6VXNlcjEzMjExNDgz",
"avatar_url": "https://avatars.githubusercontent.com/u/13211483?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tango4j",
"html_url": "https://github.com/tango4j",
"followers_url": "https://api.github.com/users/tango4j/followers",
"following_url": "https://api.github.com/users/tango4j/following{/other_user}",
"gists_url": "https://api.github.com/users/tango4j/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tango4j/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tango4j/subscriptions",
"organizations_url": "https://api.github.com/users/tango4j/orgs",
"repos_url": "https://api.github.com/users/tango4j/repos",
"events_url": "https://api.github.com/users/tango4j/events{/privacy}",
"received_events_url": "https://api.github.com/users/tango4j/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-19T01:50:27 | 2022-02-09T06:15:09 | 2022-01-19T07:37:30 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3458",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3458",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3458.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3458.patch",
"merged_at": null
} | - Removed local machine path inserted in ASR with diarization tutorial.
- Fixed some of the outdated docstrings in diarization_utils.py and decode_timestamp_utils. | {
"login": "tango4j",
"id": 13211483,
"node_id": "MDQ6VXNlcjEzMjExNDgz",
"avatar_url": "https://avatars.githubusercontent.com/u/13211483?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tango4j",
"html_url": "https://github.com/tango4j",
"followers_url": "https://api.github.com/users/tango4j/followers",
"following_url": "https://api.github.com/users/tango4j/following{/other_user}",
"gists_url": "https://api.github.com/users/tango4j/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tango4j/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tango4j/subscriptions",
"organizations_url": "https://api.github.com/users/tango4j/orgs",
"repos_url": "https://api.github.com/users/tango4j/repos",
"events_url": "https://api.github.com/users/tango4j/events{/privacy}",
"received_events_url": "https://api.github.com/users/tango4j/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3458/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3458/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3457 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3457/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3457/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3457/events | https://github.com/NVIDIA/NeMo/pull/3457 | 1,107,523,089 | PR_kwDOC_bI7s4xO_SA | 3,457 | Enforce legacy tokenizer for sentencepiece to add special tokens for T5 | {
"login": "MaximumEntropy",
"id": 9114321,
"node_id": "MDQ6VXNlcjkxMTQzMjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MaximumEntropy",
"html_url": "https://github.com/MaximumEntropy",
"followers_url": "https://api.github.com/users/MaximumEntropy/followers",
"following_url": "https://api.github.com/users/MaximumEntropy/following{/other_user}",
"gists_url": "https://api.github.com/users/MaximumEntropy/gists{/gist_id}",
"starred_url": "https://api.github.com/users/MaximumEntropy/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/MaximumEntropy/subscriptions",
"organizations_url": "https://api.github.com/users/MaximumEntropy/orgs",
"repos_url": "https://api.github.com/users/MaximumEntropy/repos",
"events_url": "https://api.github.com/users/MaximumEntropy/events{/privacy}",
"received_events_url": "https://api.github.com/users/MaximumEntropy/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-19T01:06:44 | 2022-01-21T02:15:02 | 2022-01-21T02:14:58 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3457",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3457",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3457.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3457.patch",
"merged_at": "2022-01-21T02:14:58"
} | 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/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3457/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3457/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3456 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3456/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3456/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3456/events | https://github.com/NVIDIA/NeMo/issues/3456 | 1,107,350,773 | I_kwDOC_bI7s5CANT1 | 3,456 | User EncDecRNNTBPEModel with Beam Search | {
"login": "Omarnabk",
"id": 72882909,
"node_id": "MDQ6VXNlcjcyODgyOTA5",
"avatar_url": "https://avatars.githubusercontent.com/u/72882909?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Omarnabk",
"html_url": "https://github.com/Omarnabk",
"followers_url": "https://api.github.com/users/Omarnabk/followers",
"following_url": "https://api.github.com/users/Omarnabk/following{/other_user}",
"gists_url": "https://api.github.com/users/Omarnabk/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Omarnabk/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Omarnabk/subscriptions",
"organizations_url": "https://api.github.com/users/Omarnabk/orgs",
"repos_url": "https://api.github.com/users/Omarnabk/repos",
"events_url": "https://api.github.com/users/Omarnabk/events{/privacy}",
"received_events_url": "https://api.github.com/users/Omarnabk/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-18T20:51:31 | 2022-02-26T02:37:41 | 2022-01-19T16:26:33 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I am using a pre-trained stt_en_conformer_transducer and it is doing well. However, since my dataset has some special terms I want to use KenLM with Beam Search.
In one tutorial, I saw that we can change the decoding strategy to Beam using:
```
import copy
decoding_config = copy.deepcopy(asr_model.cfg.decoding)
# Update the config for the decoding strategy
decoding_config.strategy = "beam" # Options are `greedy`, `greedy_batch`, `beam`, `tsd` and `alsd`
decoding_config.beam.beam_size = 8 # Increase beam size for better scores, but it will take much longer for transcription !
asr_model.change_decoding_strategy(decoding_config)
asr_model.transcribe(['/home/wesam/wavs/X1.wav'], )
```
It works well, but I did not know how to feed it with my own Language Model? | {
"login": "Omarnabk",
"id": 72882909,
"node_id": "MDQ6VXNlcjcyODgyOTA5",
"avatar_url": "https://avatars.githubusercontent.com/u/72882909?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Omarnabk",
"html_url": "https://github.com/Omarnabk",
"followers_url": "https://api.github.com/users/Omarnabk/followers",
"following_url": "https://api.github.com/users/Omarnabk/following{/other_user}",
"gists_url": "https://api.github.com/users/Omarnabk/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Omarnabk/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Omarnabk/subscriptions",
"organizations_url": "https://api.github.com/users/Omarnabk/orgs",
"repos_url": "https://api.github.com/users/Omarnabk/repos",
"events_url": "https://api.github.com/users/Omarnabk/events{/privacy}",
"received_events_url": "https://api.github.com/users/Omarnabk/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3456/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3456/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3455 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3455/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3455/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3455/events | https://github.com/NVIDIA/NeMo/pull/3455 | 1,107,241,954 | PR_kwDOC_bI7s4xOE6s | 3,455 | Minor Updates to TTS Finetuning | {
"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/followers",
"following_url": "https://api.github.com/users/blisc/following{/other_user}",
"gists_url": "https://api.github.com/users/blisc/gists{/gist_id}",
"starred_url": "https://api.github.com/users/blisc/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/blisc/subscriptions",
"organizations_url": "https://api.github.com/users/blisc/orgs",
"repos_url": "https://api.github.com/users/blisc/repos",
"events_url": "https://api.github.com/users/blisc/events{/privacy}",
"received_events_url": "https://api.github.com/users/blisc/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-18T18:40:29 | 2022-01-18T19:47:06 | 2022-01-18T19:47:03 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3455",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3455",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3455.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3455.patch",
"merged_at": "2022-01-18T19:47:03"
} | null | {
"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/followers",
"following_url": "https://api.github.com/users/blisc/following{/other_user}",
"gists_url": "https://api.github.com/users/blisc/gists{/gist_id}",
"starred_url": "https://api.github.com/users/blisc/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/blisc/subscriptions",
"organizations_url": "https://api.github.com/users/blisc/orgs",
"repos_url": "https://api.github.com/users/blisc/repos",
"events_url": "https://api.github.com/users/blisc/events{/privacy}",
"received_events_url": "https://api.github.com/users/blisc/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3455/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3455/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3454 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3454/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3454/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3454/events | https://github.com/NVIDIA/NeMo/pull/3454 | 1,107,220,549 | PR_kwDOC_bI7s4xOApv | 3,454 | Added stop_after_sentence | {
"login": "dimapihtar",
"id": 37850217,
"node_id": "MDQ6VXNlcjM3ODUwMjE3",
"avatar_url": "https://avatars.githubusercontent.com/u/37850217?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dimapihtar",
"html_url": "https://github.com/dimapihtar",
"followers_url": "https://api.github.com/users/dimapihtar/followers",
"following_url": "https://api.github.com/users/dimapihtar/following{/other_user}",
"gists_url": "https://api.github.com/users/dimapihtar/gists{/gist_id}",
"starred_url": "https://api.github.com/users/dimapihtar/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dimapihtar/subscriptions",
"organizations_url": "https://api.github.com/users/dimapihtar/orgs",
"repos_url": "https://api.github.com/users/dimapihtar/repos",
"events_url": "https://api.github.com/users/dimapihtar/events{/privacy}",
"received_events_url": "https://api.github.com/users/dimapihtar/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-18T18:17:40 | 2022-02-18T16:31:18 | 2022-02-18T16:31:18 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3454",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3454",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3454.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3454.patch",
"merged_at": null
} | null | {
"login": "dimapihtar",
"id": 37850217,
"node_id": "MDQ6VXNlcjM3ODUwMjE3",
"avatar_url": "https://avatars.githubusercontent.com/u/37850217?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dimapihtar",
"html_url": "https://github.com/dimapihtar",
"followers_url": "https://api.github.com/users/dimapihtar/followers",
"following_url": "https://api.github.com/users/dimapihtar/following{/other_user}",
"gists_url": "https://api.github.com/users/dimapihtar/gists{/gist_id}",
"starred_url": "https://api.github.com/users/dimapihtar/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dimapihtar/subscriptions",
"organizations_url": "https://api.github.com/users/dimapihtar/orgs",
"repos_url": "https://api.github.com/users/dimapihtar/repos",
"events_url": "https://api.github.com/users/dimapihtar/events{/privacy}",
"received_events_url": "https://api.github.com/users/dimapihtar/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3454/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3454/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3453 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3453/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3453/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3453/events | https://github.com/NVIDIA/NeMo/issues/3453 | 1,107,200,195 | I_kwDOC_bI7s5B_ojD | 3,453 | Fine-tune stt conformer transducer EncDecRNNTBPEModel model | {
"login": "Omarnabk",
"id": 72882909,
"node_id": "MDQ6VXNlcjcyODgyOTA5",
"avatar_url": "https://avatars.githubusercontent.com/u/72882909?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Omarnabk",
"html_url": "https://github.com/Omarnabk",
"followers_url": "https://api.github.com/users/Omarnabk/followers",
"following_url": "https://api.github.com/users/Omarnabk/following{/other_user}",
"gists_url": "https://api.github.com/users/Omarnabk/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Omarnabk/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Omarnabk/subscriptions",
"organizations_url": "https://api.github.com/users/Omarnabk/orgs",
"repos_url": "https://api.github.com/users/Omarnabk/repos",
"events_url": "https://api.github.com/users/Omarnabk/events{/privacy}",
"received_events_url": "https://api.github.com/users/Omarnabk/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-18T17:53:58 | 2022-01-19T01:23:53 | 2022-01-18T19:30:25 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I'm trying to fine-tine stt_en_conformer_transducer_large model on a custom dataset of 300H. I have a problem with setting up the training configuration.
In [this ](https://github.com/NVIDIA/NeMo/blob/8c912f515a77efb0e16b1433030da23e488960d5/tutorials/asr/ASR_with_Transducers.ipynb) example you reported how to train a model from scratch, but I understood from the model card (https://catalog.ngc.nvidia.com/orgs/nvidia/teams/nemo/models/stt_en_conformer_transducer_small) that we can fine-tune it.
I tried to load the model, extract the config file, modify it and re-assign it to the mode, but did not work.
Here is what I did:
# Loading the model
```
import nemo.collections.asr as nemo_asr
asr_model = nemo_asr.models.EncDecRNNTBPEModel.from_pretrained(model_name="stt_en_conformer_transducer_large", map_location='cpu')
```
# Loading the model configurations:
```
import copy
from omegaconf import DictConfig
modelConfig = DictConfig(asr_model.cfg)
modelConfig
```
Set the training data:
```
modelConfig['train_ds']['manifest_filepath'] = TRAIN_MANIFEST
modelConfig['validation_ds']['manifest_filepath'] = TEST_MANIFEST
```
Assigned it to the model:
`asr_model.setup_training_data(modelConfig['train_ds'])`
Here is the error I get:
```
[NeMo I 2022-01-18 18:44:40 collections:173] Dataset loaded with 1503 files totalling 2.81 hours
[NeMo I 2022-01-18 18:44:40 collections:174] 0 files were filtered totalling 0.00 hours
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
/tmp/ipykernel_3295870/3465286351.py in <module>
----> 1 asr_model.setup_training_data(modelConfig['train_ds'])
~/anaconda3/envs/nemo/lib/python3.7/site-packages/nemo/collections/asr/models/rnnt_models.py in setup_training_data(self, train_data_config)
499 # If it's an int, we assume that the user has set it to something sane, i.e. <= # training batches,
500 # and don't change it. Otherwise, adjust batches accordingly if it's a float (including 1.0).
--> 501 if isinstance(self._trainer.limit_train_batches, float):
502 self._trainer.limit_train_batches = int(
503 self._trainer.limit_train_batches
AttributeError: 'NoneType' object has no attribute 'limit_train_batches'
```
Thanks! | {
"login": "Omarnabk",
"id": 72882909,
"node_id": "MDQ6VXNlcjcyODgyOTA5",
"avatar_url": "https://avatars.githubusercontent.com/u/72882909?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Omarnabk",
"html_url": "https://github.com/Omarnabk",
"followers_url": "https://api.github.com/users/Omarnabk/followers",
"following_url": "https://api.github.com/users/Omarnabk/following{/other_user}",
"gists_url": "https://api.github.com/users/Omarnabk/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Omarnabk/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Omarnabk/subscriptions",
"organizations_url": "https://api.github.com/users/Omarnabk/orgs",
"repos_url": "https://api.github.com/users/Omarnabk/repos",
"events_url": "https://api.github.com/users/Omarnabk/events{/privacy}",
"received_events_url": "https://api.github.com/users/Omarnabk/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3453/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3453/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3452 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3452/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3452/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3452/events | https://github.com/NVIDIA/NeMo/issues/3452 | 1,106,996,566 | I_kwDOC_bI7s5B-21W | 3,452 | UnicodeEncodeError when deploying Nemo Text Normalization on Triton Inference Server | {
"login": "xuanbinh-nguyen96",
"id": 53331110,
"node_id": "MDQ6VXNlcjUzMzMxMTEw",
"avatar_url": "https://avatars.githubusercontent.com/u/53331110?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/xuanbinh-nguyen96",
"html_url": "https://github.com/xuanbinh-nguyen96",
"followers_url": "https://api.github.com/users/xuanbinh-nguyen96/followers",
"following_url": "https://api.github.com/users/xuanbinh-nguyen96/following{/other_user}",
"gists_url": "https://api.github.com/users/xuanbinh-nguyen96/gists{/gist_id}",
"starred_url": "https://api.github.com/users/xuanbinh-nguyen96/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/xuanbinh-nguyen96/subscriptions",
"organizations_url": "https://api.github.com/users/xuanbinh-nguyen96/orgs",
"repos_url": "https://api.github.com/users/xuanbinh-nguyen96/repos",
"events_url": "https://api.github.com/users/xuanbinh-nguyen96/events{/privacy}",
"received_events_url": "https://api.github.com/users/xuanbinh-nguyen96/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
}
] | closed | false | {
"login": "yzhang123",
"id": 4204271,
"node_id": "MDQ6VXNlcjQyMDQyNzE=",
"avatar_url": "https://avatars.githubusercontent.com/u/4204271?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yzhang123",
"html_url": "https://github.com/yzhang123",
"followers_url": "https://api.github.com/users/yzhang123/followers",
"following_url": "https://api.github.com/users/yzhang123/following{/other_user}",
"gists_url": "https://api.github.com/users/yzhang123/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yzhang123/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yzhang123/subscriptions",
"organizations_url": "https://api.github.com/users/yzhang123/orgs",
"repos_url": "https://api.github.com/users/yzhang123/repos",
"events_url": "https://api.github.com/users/yzhang123/events{/privacy}",
"received_events_url": "https://api.github.com/users/yzhang123/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "yzhang123",
"id": 4204271,
"node_id": "MDQ6VXNlcjQyMDQyNzE=",
"avatar_url": "https://avatars.githubusercontent.com/u/4204271?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yzhang123",
"html_url": "https://github.com/yzhang123",
"followers_url": "https://api.github.com/users/yzhang123/followers",
"following_url": "https://api.github.com/users/yzhang123/following{/other_user}",
"gists_url": "https://api.github.com/users/yzhang123/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yzhang123/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yzhang123/subscriptions",
"organizations_url": "https://api.github.com/users/yzhang123/orgs",
"repos_url": "https://api.github.com/users/yzhang123/repos",
"events_url": "https://api.github.com/users/yzhang123/events{/privacy}",
"received_events_url": "https://api.github.com/users/yzhang123/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2022-01-18T14:47:42 | 2022-01-26T06:51:16 | 2022-01-26T06:51:15 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
I have a problem when deloy Text Nemo Text Normarlzation on Triton Inference Server. The Normalizer can not load the default "whitelist.tsv" file. Whenever I run ```tritonserver --model-repository models/```, the bug will appear.
```python
from nemo_text_processing.text_normalization.normalize import Normalizer
normalizer = Normalizer(input_case='cased', lang='en')
```
Results:
```bash
Internal: UnicodeDecodeError: 'ascii' codec can't decode byte 0xce in position 150: ordinal not in range(128)
At:
/usr/lib/python3.8/encodings/ascii.py(26): decode
/usr/local/lib/python3.8/dist-packages/nemo_text_processing/text_normalization/en/utils.py(41): load_labels
/usr/local/lib/python3.8/dist-packages/nemo_text_processing/text_normalization/en/taggers/whitelist.py(49): _get_whitelist_graph
/usr/local/lib/python3.8/dist-packages/nemo_text_processing/text_normalization/en/taggers/whitelist.py(64): __init__
/usr/local/lib/python3.8/dist-packages/nemo_text_processing/text_normalization/en/taggers/tokenize_and_classify.py(107): __init__
/usr/local/lib/python3.8/dist-packages/nemo_text_processing/text_normalization/normalize.py(76): __init__
```
**Environment overview (please complete the following information)**
- Environment: Triton Inference Server 21.10
- Method of NeMo install: pip install nemo_toolkit['all']
**Additional context**
**There is no problem when I test this code without Triton Inference Server!**. | {
"login": "xuanbinh-nguyen96",
"id": 53331110,
"node_id": "MDQ6VXNlcjUzMzMxMTEw",
"avatar_url": "https://avatars.githubusercontent.com/u/53331110?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/xuanbinh-nguyen96",
"html_url": "https://github.com/xuanbinh-nguyen96",
"followers_url": "https://api.github.com/users/xuanbinh-nguyen96/followers",
"following_url": "https://api.github.com/users/xuanbinh-nguyen96/following{/other_user}",
"gists_url": "https://api.github.com/users/xuanbinh-nguyen96/gists{/gist_id}",
"starred_url": "https://api.github.com/users/xuanbinh-nguyen96/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/xuanbinh-nguyen96/subscriptions",
"organizations_url": "https://api.github.com/users/xuanbinh-nguyen96/orgs",
"repos_url": "https://api.github.com/users/xuanbinh-nguyen96/repos",
"events_url": "https://api.github.com/users/xuanbinh-nguyen96/events{/privacy}",
"received_events_url": "https://api.github.com/users/xuanbinh-nguyen96/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3452/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3452/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3451 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3451/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3451/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3451/events | https://github.com/NVIDIA/NeMo/pull/3451 | 1,105,082,298 | PR_kwDOC_bI7s4xHCsi | 3,451 | Text normalization takes too much time for a string which contains a lot of dates | {
"login": "PeganovAnton",
"id": 10737305,
"node_id": "MDQ6VXNlcjEwNzM3MzA1",
"avatar_url": "https://avatars.githubusercontent.com/u/10737305?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/PeganovAnton",
"html_url": "https://github.com/PeganovAnton",
"followers_url": "https://api.github.com/users/PeganovAnton/followers",
"following_url": "https://api.github.com/users/PeganovAnton/following{/other_user}",
"gists_url": "https://api.github.com/users/PeganovAnton/gists{/gist_id}",
"starred_url": "https://api.github.com/users/PeganovAnton/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/PeganovAnton/subscriptions",
"organizations_url": "https://api.github.com/users/PeganovAnton/orgs",
"repos_url": "https://api.github.com/users/PeganovAnton/repos",
"events_url": "https://api.github.com/users/PeganovAnton/events{/privacy}",
"received_events_url": "https://api.github.com/users/PeganovAnton/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
}
] | closed | false | {
"login": "PeganovAnton",
"id": 10737305,
"node_id": "MDQ6VXNlcjEwNzM3MzA1",
"avatar_url": "https://avatars.githubusercontent.com/u/10737305?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/PeganovAnton",
"html_url": "https://github.com/PeganovAnton",
"followers_url": "https://api.github.com/users/PeganovAnton/followers",
"following_url": "https://api.github.com/users/PeganovAnton/following{/other_user}",
"gists_url": "https://api.github.com/users/PeganovAnton/gists{/gist_id}",
"starred_url": "https://api.github.com/users/PeganovAnton/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/PeganovAnton/subscriptions",
"organizations_url": "https://api.github.com/users/PeganovAnton/orgs",
"repos_url": "https://api.github.com/users/PeganovAnton/repos",
"events_url": "https://api.github.com/users/PeganovAnton/events{/privacy}",
"received_events_url": "https://api.github.com/users/PeganovAnton/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "PeganovAnton",
"id": 10737305,
"node_id": "MDQ6VXNlcjEwNzM3MzA1",
"avatar_url": "https://avatars.githubusercontent.com/u/10737305?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/PeganovAnton",
"html_url": "https://github.com/PeganovAnton",
"followers_url": "https://api.github.com/users/PeganovAnton/followers",
"following_url": "https://api.github.com/users/PeganovAnton/following{/other_user}",
"gists_url": "https://api.github.com/users/PeganovAnton/gists{/gist_id}",
"starred_url": "https://api.github.com/users/PeganovAnton/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/PeganovAnton/subscriptions",
"organizations_url": "https://api.github.com/users/PeganovAnton/orgs",
"repos_url": "https://api.github.com/users/PeganovAnton/repos",
"events_url": "https://api.github.com/users/PeganovAnton/events{/privacy}",
"received_events_url": "https://api.github.com/users/PeganovAnton/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2022-01-16T15:29:44 | 2022-01-18T19:08:53 | 2022-01-18T19:08:44 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3451",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3451",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3451.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3451.patch",
"merged_at": "2022-01-18T19:08:44"
} | The PR reduces number of permutations processed in [this](https://github.com/NVIDIA/NeMo/blob/a8154fd825c34de0a59309536e11ba7d5d1f94e1/nemo_text_processing/text_normalization/normalize.py#L149) loop.
1. Count number of permutations that each token gives.
2. Split sequence of tokens into smaller parts so that number of permutations from one part would not exceed certain number.
3. Verbalize every part.
4. Unite verbalizations of parts.
Closes #3450 | {
"login": "yzhang123",
"id": 4204271,
"node_id": "MDQ6VXNlcjQyMDQyNzE=",
"avatar_url": "https://avatars.githubusercontent.com/u/4204271?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yzhang123",
"html_url": "https://github.com/yzhang123",
"followers_url": "https://api.github.com/users/yzhang123/followers",
"following_url": "https://api.github.com/users/yzhang123/following{/other_user}",
"gists_url": "https://api.github.com/users/yzhang123/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yzhang123/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yzhang123/subscriptions",
"organizations_url": "https://api.github.com/users/yzhang123/orgs",
"repos_url": "https://api.github.com/users/yzhang123/repos",
"events_url": "https://api.github.com/users/yzhang123/events{/privacy}",
"received_events_url": "https://api.github.com/users/yzhang123/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3451/reactions",
"total_count": 2,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 2,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3451/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3450 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3450/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3450/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3450/events | https://github.com/NVIDIA/NeMo/issues/3450 | 1,105,046,661 | I_kwDOC_bI7s5B3ayF | 3,450 | Text normalization takes too much time for a string which contains a lot of dates | {
"login": "PeganovAnton",
"id": 10737305,
"node_id": "MDQ6VXNlcjEwNzM3MzA1",
"avatar_url": "https://avatars.githubusercontent.com/u/10737305?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/PeganovAnton",
"html_url": "https://github.com/PeganovAnton",
"followers_url": "https://api.github.com/users/PeganovAnton/followers",
"following_url": "https://api.github.com/users/PeganovAnton/following{/other_user}",
"gists_url": "https://api.github.com/users/PeganovAnton/gists{/gist_id}",
"starred_url": "https://api.github.com/users/PeganovAnton/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/PeganovAnton/subscriptions",
"organizations_url": "https://api.github.com/users/PeganovAnton/orgs",
"repos_url": "https://api.github.com/users/PeganovAnton/repos",
"events_url": "https://api.github.com/users/PeganovAnton/events{/privacy}",
"received_events_url": "https://api.github.com/users/PeganovAnton/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
}
] | closed | false | {
"login": "PeganovAnton",
"id": 10737305,
"node_id": "MDQ6VXNlcjEwNzM3MzA1",
"avatar_url": "https://avatars.githubusercontent.com/u/10737305?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/PeganovAnton",
"html_url": "https://github.com/PeganovAnton",
"followers_url": "https://api.github.com/users/PeganovAnton/followers",
"following_url": "https://api.github.com/users/PeganovAnton/following{/other_user}",
"gists_url": "https://api.github.com/users/PeganovAnton/gists{/gist_id}",
"starred_url": "https://api.github.com/users/PeganovAnton/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/PeganovAnton/subscriptions",
"organizations_url": "https://api.github.com/users/PeganovAnton/orgs",
"repos_url": "https://api.github.com/users/PeganovAnton/repos",
"events_url": "https://api.github.com/users/PeganovAnton/events{/privacy}",
"received_events_url": "https://api.github.com/users/PeganovAnton/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "PeganovAnton",
"id": 10737305,
"node_id": "MDQ6VXNlcjEwNzM3MzA1",
"avatar_url": "https://avatars.githubusercontent.com/u/10737305?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/PeganovAnton",
"html_url": "https://github.com/PeganovAnton",
"followers_url": "https://api.github.com/users/PeganovAnton/followers",
"following_url": "https://api.github.com/users/PeganovAnton/following{/other_user}",
"gists_url": "https://api.github.com/users/PeganovAnton/gists{/gist_id}",
"starred_url": "https://api.github.com/users/PeganovAnton/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/PeganovAnton/subscriptions",
"organizations_url": "https://api.github.com/users/PeganovAnton/orgs",
"repos_url": "https://api.github.com/users/PeganovAnton/repos",
"events_url": "https://api.github.com/users/PeganovAnton/events{/privacy}",
"received_events_url": "https://api.github.com/users/PeganovAnton/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2022-01-16T13:03:20 | 2022-01-18T17:59:32 | 2022-01-18T17:59:32 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
When I apply text normalization to a string that contains a lot of dates, the normalization takes too much time. For example, the string
```
Hotel built in 2002 , Last complete renovation 2002 , Last partial renovation 2011 , Number of floors 4 , Total number of rooms 35 , Number of single rooms 2 , Number of double rooms 33 , of which are suitable as three-bed rooms 15 , of which are suitable as four-bed rooms 3 , Number of junior suites 3 , Hotel open all year round , Reception manned 24 hours a day , Earliest check-in 15 : 00 , Latest check-out 11 : 00 , English-speaking staff available during the day , Hotel , City hotel , Boutique hotel , Trade fair / conference hotel , child-friendly hotel , Hiking hotel , No-smoking room 35 , Family rooms available 3 , Children 's beds / cots 2 , Renovation work planned 2018-01-08 , to 2018-12-31 , in area room , Renovation work planned 2018-01-08 , to 2018-12-31 , in area restaurant , Renovation work planned 2018-01-08 , to 2018-12-31 , in area lobby , Renovation work planned 2018-01-08 , to 2018-12-31 , in area other
```
was processed for 30 min before I interrupted the normalization.
**Steps/Code to reproduce bug**
```python
from nemo_text_processing.text_normalization.normalize import Normalizer
s = (
"Hotel built in 2002 , Last complete renovation 2002 , Last partial renovation 2011 , Number of floors 4 , "
"Total number of rooms 35 , Number of single rooms 2 , Number of double rooms 33 , of which are "
"suitable as three-bed rooms 15 , of which are suitable as four-bed rooms 3 , Number of junior suites 3 , "
"Hotel open all year round , Reception manned 24 hours a day , Earliest check-in 15 : 00 , Latest check-out "
"11 : 00 , English-speaking staff available during the day , Hotel , City hotel , Boutique hotel , "
"Trade fair / conference hotel , child-friendly hotel , Hiking hotel , No-smoking room 35 , "
"Family rooms available 3 , Children 's beds / cots 2 , Renovation work planned 2018-01-08 , "
"to 2018-12-31 , in area room , Renovation work planned 2018-01-08 , to 2018-12-31 , in area "
"restaurant , Renovation work planned 2018-01-08 , to 2018-12-31 , in area lobby , Renovation "
"work planned 2018-01-08 , to 2018-12-31 , in area other"
)
normalizer = Normalizer(input_case='cased', lang='en')
normalized_string = normalizer.normalize(s)
```
**Expected behavior**
Normalization is expected to finish much faster. For example, in a second.
**Environment overview (please complete the following information)**
- Environment location: Bare-metal
- Method of NeMo install: from source (`git clone https://github.com/NVIDIA/NeMo.git && cd NeMo && bash reinstall.sh`)
**Environment details**
- OS version: Ubuntu 20.04.2 LTS
- PyTorch version: 1.10.0
- Python version: 3.8.12
**Additional context**
The problem is in [this](https://github.com/NVIDIA/NeMo/blob/a8154fd825c34de0a59309536e11ba7d5d1f94e1/nemo_text_processing/text_normalization/normalize.py#L148) line. A method `generate_permutations()` yields all possible permutations of date components and the number of permutations is at least `3 ** number_of_dates_in_a_string`.
| {
"login": "yzhang123",
"id": 4204271,
"node_id": "MDQ6VXNlcjQyMDQyNzE=",
"avatar_url": "https://avatars.githubusercontent.com/u/4204271?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yzhang123",
"html_url": "https://github.com/yzhang123",
"followers_url": "https://api.github.com/users/yzhang123/followers",
"following_url": "https://api.github.com/users/yzhang123/following{/other_user}",
"gists_url": "https://api.github.com/users/yzhang123/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yzhang123/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yzhang123/subscriptions",
"organizations_url": "https://api.github.com/users/yzhang123/orgs",
"repos_url": "https://api.github.com/users/yzhang123/repos",
"events_url": "https://api.github.com/users/yzhang123/events{/privacy}",
"received_events_url": "https://api.github.com/users/yzhang123/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3450/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3450/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3449 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3449/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3449/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3449/events | https://github.com/NVIDIA/NeMo/issues/3449 | 1,104,693,367 | I_kwDOC_bI7s5B2Eh3 | 3,449 | Can we use NeMo in Windows10? | {
"login": "avacaondata",
"id": 35173563,
"node_id": "MDQ6VXNlcjM1MTczNTYz",
"avatar_url": "https://avatars.githubusercontent.com/u/35173563?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/avacaondata",
"html_url": "https://github.com/avacaondata",
"followers_url": "https://api.github.com/users/avacaondata/followers",
"following_url": "https://api.github.com/users/avacaondata/following{/other_user}",
"gists_url": "https://api.github.com/users/avacaondata/gists{/gist_id}",
"starred_url": "https://api.github.com/users/avacaondata/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/avacaondata/subscriptions",
"organizations_url": "https://api.github.com/users/avacaondata/orgs",
"repos_url": "https://api.github.com/users/avacaondata/repos",
"events_url": "https://api.github.com/users/avacaondata/events{/privacy}",
"received_events_url": "https://api.github.com/users/avacaondata/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-15T11:53:42 | 2023-05-01T15:44:20 | 2022-01-16T18:35:36 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hi, in the installation guidelines I see Linux commands are used; would it be possible to use NeMo on Windows? This would enable users to use it together with other NVIDIA technology such as the libraries in NVIDIA OMNIVERSE which are only available on Windows. Thank you in advance.
@yzhang123 | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3449/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3449/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3446 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3446/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3446/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3446/events | https://github.com/NVIDIA/NeMo/pull/3446 | 1,104,175,969 | PR_kwDOC_bI7s4xEBwW | 3,446 | Update CMUdict with ADLR version pronunciations | {
"login": "redoctopus",
"id": 4268876,
"node_id": "MDQ6VXNlcjQyNjg4NzY=",
"avatar_url": "https://avatars.githubusercontent.com/u/4268876?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/redoctopus",
"html_url": "https://github.com/redoctopus",
"followers_url": "https://api.github.com/users/redoctopus/followers",
"following_url": "https://api.github.com/users/redoctopus/following{/other_user}",
"gists_url": "https://api.github.com/users/redoctopus/gists{/gist_id}",
"starred_url": "https://api.github.com/users/redoctopus/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/redoctopus/subscriptions",
"organizations_url": "https://api.github.com/users/redoctopus/orgs",
"repos_url": "https://api.github.com/users/redoctopus/repos",
"events_url": "https://api.github.com/users/redoctopus/events{/privacy}",
"received_events_url": "https://api.github.com/users/redoctopus/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-14T22:27:00 | 2022-01-21T14:37:15 | 2022-01-21T14:37:12 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3446",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3446",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3446.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3446.patch",
"merged_at": "2022-01-21T14:37:12"
} | Added and modified pronunciations can be found at the end of the file under the headings "Words added by NVIDIA" and "Pronunciation changes from 0.7b" respectively.
Signed-off-by: Jocelyn Huang <[email protected]> | {
"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/followers",
"following_url": "https://api.github.com/users/blisc/following{/other_user}",
"gists_url": "https://api.github.com/users/blisc/gists{/gist_id}",
"starred_url": "https://api.github.com/users/blisc/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/blisc/subscriptions",
"organizations_url": "https://api.github.com/users/blisc/orgs",
"repos_url": "https://api.github.com/users/blisc/repos",
"events_url": "https://api.github.com/users/blisc/events{/privacy}",
"received_events_url": "https://api.github.com/users/blisc/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3446/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3446/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3445 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3445/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3445/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3445/events | https://github.com/NVIDIA/NeMo/pull/3445 | 1,104,169,475 | PR_kwDOC_bI7s4xEAXF | 3,445 | Add randomized bucketing | {
"login": "VahidooX",
"id": 23551647,
"node_id": "MDQ6VXNlcjIzNTUxNjQ3",
"avatar_url": "https://avatars.githubusercontent.com/u/23551647?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/VahidooX",
"html_url": "https://github.com/VahidooX",
"followers_url": "https://api.github.com/users/VahidooX/followers",
"following_url": "https://api.github.com/users/VahidooX/following{/other_user}",
"gists_url": "https://api.github.com/users/VahidooX/gists{/gist_id}",
"starred_url": "https://api.github.com/users/VahidooX/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/VahidooX/subscriptions",
"organizations_url": "https://api.github.com/users/VahidooX/orgs",
"repos_url": "https://api.github.com/users/VahidooX/repos",
"events_url": "https://api.github.com/users/VahidooX/events{/privacy}",
"received_events_url": "https://api.github.com/users/VahidooX/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-14T22:16:04 | 2022-01-29T19:56:04 | 2022-01-20T21:16:56 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3445",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3445",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3445.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3445.patch",
"merged_at": "2022-01-20T21:16:56"
} | + This PR Adds different bucketing strategies to improve the performance of ASR bucketing training accuracy-wise. A new parameter added to the data loaders (train_ds.bucketing_strategy) to specify one of the following modes:
1-fixed_order: the same order of buckets are used for all epochs
2-sycned_randomized: each epoch would have a different order of buckets
3-fully_randomized: similar to synced_randomized but each GPU has its own random order. So GPUs would not be synced.
+Also added the support of layer norm for Conformer layers instead of batch norm. | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3445/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3445/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3444 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3444/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3444/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3444/events | https://github.com/NVIDIA/NeMo/pull/3444 | 1,104,137,347 | PR_kwDOC_bI7s4xD5ij | 3,444 | refactor data preprocessing script | {
"login": "yzhang123",
"id": 4204271,
"node_id": "MDQ6VXNlcjQyMDQyNzE=",
"avatar_url": "https://avatars.githubusercontent.com/u/4204271?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yzhang123",
"html_url": "https://github.com/yzhang123",
"followers_url": "https://api.github.com/users/yzhang123/followers",
"following_url": "https://api.github.com/users/yzhang123/following{/other_user}",
"gists_url": "https://api.github.com/users/yzhang123/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yzhang123/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yzhang123/subscriptions",
"organizations_url": "https://api.github.com/users/yzhang123/orgs",
"repos_url": "https://api.github.com/users/yzhang123/repos",
"events_url": "https://api.github.com/users/yzhang123/events{/privacy}",
"received_events_url": "https://api.github.com/users/yzhang123/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-14T21:25:45 | 2022-01-14T23:00:51 | 2022-01-14T23:00:48 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3444",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3444",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3444.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3444.patch",
"merged_at": "2022-01-14T23:00:48"
} | Signed-off-by: Yang Zhang <[email protected]> | {
"login": "ekmb",
"id": 10428420,
"node_id": "MDQ6VXNlcjEwNDI4NDIw",
"avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ekmb",
"html_url": "https://github.com/ekmb",
"followers_url": "https://api.github.com/users/ekmb/followers",
"following_url": "https://api.github.com/users/ekmb/following{/other_user}",
"gists_url": "https://api.github.com/users/ekmb/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ekmb/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ekmb/subscriptions",
"organizations_url": "https://api.github.com/users/ekmb/orgs",
"repos_url": "https://api.github.com/users/ekmb/repos",
"events_url": "https://api.github.com/users/ekmb/events{/privacy}",
"received_events_url": "https://api.github.com/users/ekmb/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3444/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3444/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3443 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3443/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3443/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3443/events | https://github.com/NVIDIA/NeMo/pull/3443 | 1,103,947,065 | PR_kwDOC_bI7s4xDS75 | 3,443 | Asr patches | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-14T17:37:27 | 2022-01-14T20:20:09 | 2022-01-14T20:20:06 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3443",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3443",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3443.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3443.patch",
"merged_at": "2022-01-14T20:20:06"
} | # Changelog
- Make transcribe() method use 0 workers for compatibility
- Change the way eval mode limited context SE works | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3443/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3443/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3442 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3442/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3442/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3442/events | https://github.com/NVIDIA/NeMo/pull/3442 | 1,102,630,942 | PR_kwDOC_bI7s4w-sZH | 3,442 | Updated NumPy SDE requirement | {
"login": "vsl9",
"id": 4344862,
"node_id": "MDQ6VXNlcjQzNDQ4NjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/4344862?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vsl9",
"html_url": "https://github.com/vsl9",
"followers_url": "https://api.github.com/users/vsl9/followers",
"following_url": "https://api.github.com/users/vsl9/following{/other_user}",
"gists_url": "https://api.github.com/users/vsl9/gists{/gist_id}",
"starred_url": "https://api.github.com/users/vsl9/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/vsl9/subscriptions",
"organizations_url": "https://api.github.com/users/vsl9/orgs",
"repos_url": "https://api.github.com/users/vsl9/repos",
"events_url": "https://api.github.com/users/vsl9/events{/privacy}",
"received_events_url": "https://api.github.com/users/vsl9/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-14T00:23:37 | 2022-01-14T20:24:08 | 2022-01-14T20:24:03 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3442",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3442",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3442.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3442.patch",
"merged_at": "2022-01-14T20:24:03"
} | Signed-off-by: Vitaly Lavrukhin <[email protected]> | {
"login": "vsl9",
"id": 4344862,
"node_id": "MDQ6VXNlcjQzNDQ4NjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/4344862?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vsl9",
"html_url": "https://github.com/vsl9",
"followers_url": "https://api.github.com/users/vsl9/followers",
"following_url": "https://api.github.com/users/vsl9/following{/other_user}",
"gists_url": "https://api.github.com/users/vsl9/gists{/gist_id}",
"starred_url": "https://api.github.com/users/vsl9/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/vsl9/subscriptions",
"organizations_url": "https://api.github.com/users/vsl9/orgs",
"repos_url": "https://api.github.com/users/vsl9/repos",
"events_url": "https://api.github.com/users/vsl9/events{/privacy}",
"received_events_url": "https://api.github.com/users/vsl9/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3442/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3442/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3441 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3441/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3441/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3441/events | https://github.com/NVIDIA/NeMo/issues/3441 | 1,102,609,400 | I_kwDOC_bI7s5BuHv4 | 3,441 | ASR_with_NeMo Pre-trained Model Inference | Pickling Error | {
"login": "sorenjmadsen",
"id": 14225637,
"node_id": "MDQ6VXNlcjE0MjI1NjM3",
"avatar_url": "https://avatars.githubusercontent.com/u/14225637?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sorenjmadsen",
"html_url": "https://github.com/sorenjmadsen",
"followers_url": "https://api.github.com/users/sorenjmadsen/followers",
"following_url": "https://api.github.com/users/sorenjmadsen/following{/other_user}",
"gists_url": "https://api.github.com/users/sorenjmadsen/gists{/gist_id}",
"starred_url": "https://api.github.com/users/sorenjmadsen/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/sorenjmadsen/subscriptions",
"organizations_url": "https://api.github.com/users/sorenjmadsen/orgs",
"repos_url": "https://api.github.com/users/sorenjmadsen/repos",
"events_url": "https://api.github.com/users/sorenjmadsen/events{/privacy}",
"received_events_url": "https://api.github.com/users/sorenjmadsen/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
}
] | closed | false | {
"login": "nithinraok",
"id": 19668129,
"node_id": "MDQ6VXNlcjE5NjY4MTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nithinraok",
"html_url": "https://github.com/nithinraok",
"followers_url": "https://api.github.com/users/nithinraok/followers",
"following_url": "https://api.github.com/users/nithinraok/following{/other_user}",
"gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions",
"organizations_url": "https://api.github.com/users/nithinraok/orgs",
"repos_url": "https://api.github.com/users/nithinraok/repos",
"events_url": "https://api.github.com/users/nithinraok/events{/privacy}",
"received_events_url": "https://api.github.com/users/nithinraok/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "nithinraok",
"id": 19668129,
"node_id": "MDQ6VXNlcjE5NjY4MTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nithinraok",
"html_url": "https://github.com/nithinraok",
"followers_url": "https://api.github.com/users/nithinraok/followers",
"following_url": "https://api.github.com/users/nithinraok/following{/other_user}",
"gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions",
"organizations_url": "https://api.github.com/users/nithinraok/orgs",
"repos_url": "https://api.github.com/users/nithinraok/repos",
"events_url": "https://api.github.com/users/nithinraok/events{/privacy}",
"received_events_url": "https://api.github.com/users/nithinraok/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2022-01-13T23:59:14 | 2024-12-27T07:45:19 | 2022-01-14T15:41:20 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
On attempting inference of a recording, I received the following error:
PicklingError: Can't pickle <class 'nemo.collections.common.parts.preprocessing.collections.AudioTextEntity'>: attribute lookup AudioTextEntity on nemo.collections.common.parts.preprocessing.collections failed
**Steps/Code to reproduce bug**
```
import nemo
import nemo.collections.asr as nemo_asr
asr_model = nemo_asr.models.EncDecCTCModel.from_pretrained(model_name="QuartzNet15x5Base-En", strict=False)
files = ['./soundsample.wav']
for fname, transcription in zip(files, asr_model.transcribe(paths2audio_files=files)):
print(f"Audio in {fname} was recognized as: {transcription}")
```
**Environment overview**
- Conda Virtual Environment
- Method of NeMo install: from source
**Environment details**
- Mac OS Catalina 10.15.7
- PyTorch version: 1.10.1
- Python version: 3.8.5
| {
"login": "sorenjmadsen",
"id": 14225637,
"node_id": "MDQ6VXNlcjE0MjI1NjM3",
"avatar_url": "https://avatars.githubusercontent.com/u/14225637?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sorenjmadsen",
"html_url": "https://github.com/sorenjmadsen",
"followers_url": "https://api.github.com/users/sorenjmadsen/followers",
"following_url": "https://api.github.com/users/sorenjmadsen/following{/other_user}",
"gists_url": "https://api.github.com/users/sorenjmadsen/gists{/gist_id}",
"starred_url": "https://api.github.com/users/sorenjmadsen/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/sorenjmadsen/subscriptions",
"organizations_url": "https://api.github.com/users/sorenjmadsen/orgs",
"repos_url": "https://api.github.com/users/sorenjmadsen/repos",
"events_url": "https://api.github.com/users/sorenjmadsen/events{/privacy}",
"received_events_url": "https://api.github.com/users/sorenjmadsen/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3441/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3441/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3440 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3440/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3440/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3440/events | https://github.com/NVIDIA/NeMo/pull/3440 | 1,102,567,823 | PR_kwDOC_bI7s4w-eMB | 3,440 | Update ContextNet models trained on more datasets | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-13T23:25:53 | 2022-01-13T23:27:30 | 2022-01-13T23:27:27 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3440",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3440",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3440.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3440.patch",
"merged_at": "2022-01-13T23:27:27"
} | # Changelog
- Update ContextNet checkpoints trained on 11.5 K hours of data for English
Signed-off-by: smajumdar <[email protected]> | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3440/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3440/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3439 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3439/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3439/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3439/events | https://github.com/NVIDIA/NeMo/pull/3439 | 1,102,474,686 | PR_kwDOC_bI7s4w-JC3 | 3,439 | TimingCallback default buffer_size=1 | {
"login": "michalivne",
"id": 7453913,
"node_id": "MDQ6VXNlcjc0NTM5MTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/7453913?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/michalivne",
"html_url": "https://github.com/michalivne",
"followers_url": "https://api.github.com/users/michalivne/followers",
"following_url": "https://api.github.com/users/michalivne/following{/other_user}",
"gists_url": "https://api.github.com/users/michalivne/gists{/gist_id}",
"starred_url": "https://api.github.com/users/michalivne/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/michalivne/subscriptions",
"organizations_url": "https://api.github.com/users/michalivne/orgs",
"repos_url": "https://api.github.com/users/michalivne/repos",
"events_url": "https://api.github.com/users/michalivne/events{/privacy}",
"received_events_url": "https://api.github.com/users/michalivne/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-13T22:16:54 | 2022-01-14T06:30:25 | 2022-01-14T00:55:04 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3439",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3439",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3439.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3439.patch",
"merged_at": "2022-01-14T00:55:04"
} | Updated default buffer_size for TimingCallback to 1. | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3439/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3439/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3438 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3438/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3438/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3438/events | https://github.com/NVIDIA/NeMo/pull/3438 | 1,102,440,618 | PR_kwDOC_bI7s4w-BXg | 3,438 | Prompt tuning loss mask fix | {
"login": "vadam5",
"id": 78445382,
"node_id": "MDQ6VXNlcjc4NDQ1Mzgy",
"avatar_url": "https://avatars.githubusercontent.com/u/78445382?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vadam5",
"html_url": "https://github.com/vadam5",
"followers_url": "https://api.github.com/users/vadam5/followers",
"following_url": "https://api.github.com/users/vadam5/following{/other_user}",
"gists_url": "https://api.github.com/users/vadam5/gists{/gist_id}",
"starred_url": "https://api.github.com/users/vadam5/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/vadam5/subscriptions",
"organizations_url": "https://api.github.com/users/vadam5/orgs",
"repos_url": "https://api.github.com/users/vadam5/repos",
"events_url": "https://api.github.com/users/vadam5/events{/privacy}",
"received_events_url": "https://api.github.com/users/vadam5/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-13T21:54:04 | 2022-01-15T00:50:59 | 2022-01-15T00:50:48 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3438",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3438",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3438.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3438.patch",
"merged_at": "2022-01-15T00:50:48"
} | Added loss mask configurability to include or exclude the text portion of the input in the prompt tuning loss calculation.
```
[soft` prompt][Input Text][Answer][EOD Padding]
[000000000000011111111111111111111000000000000]
```
vs
```
[soft prompt][Input Text][Answer][EOD Padding]
[00000000000000000000000011111111000000000000]
```
I also added prompt tuning CI tests and prompt tuning dataset unit tests that get called during CI testing.
Calculating the loss on the answer only helped. The 2nd score is from calculating the loss on the full input text and the 3rd is from calculating the loss on the answer only. These scores are on Winogrande formulated as fill in the blank instead of sentence completion. (The GPT eval scores in the spread sheet are for Winogrande as sentence completion. We couldn't find a Winogrande sentence completion training set split to use for prompt tuning, so I added Winogrande fill in the blank to the model eval code on gitlab.)
Allen AI Winogrande
Baseline 1.3B Megatron GPT: 0.489345
PromptTuned 1.3B Megatron GPT Full Text Loss: 0.486977
PromptTuned 1.3B Megatron GPT Answer Only Loss: 0.528019 | {
"login": "vadam5",
"id": 78445382,
"node_id": "MDQ6VXNlcjc4NDQ1Mzgy",
"avatar_url": "https://avatars.githubusercontent.com/u/78445382?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vadam5",
"html_url": "https://github.com/vadam5",
"followers_url": "https://api.github.com/users/vadam5/followers",
"following_url": "https://api.github.com/users/vadam5/following{/other_user}",
"gists_url": "https://api.github.com/users/vadam5/gists{/gist_id}",
"starred_url": "https://api.github.com/users/vadam5/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/vadam5/subscriptions",
"organizations_url": "https://api.github.com/users/vadam5/orgs",
"repos_url": "https://api.github.com/users/vadam5/repos",
"events_url": "https://api.github.com/users/vadam5/events{/privacy}",
"received_events_url": "https://api.github.com/users/vadam5/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3438/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3438/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3437 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3437/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3437/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3437/events | https://github.com/NVIDIA/NeMo/pull/3437 | 1,102,431,657 | PR_kwDOC_bI7s4w9_VK | 3,437 | Fix bug for missing variable | {
"login": "MaximumEntropy",
"id": 9114321,
"node_id": "MDQ6VXNlcjkxMTQzMjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MaximumEntropy",
"html_url": "https://github.com/MaximumEntropy",
"followers_url": "https://api.github.com/users/MaximumEntropy/followers",
"following_url": "https://api.github.com/users/MaximumEntropy/following{/other_user}",
"gists_url": "https://api.github.com/users/MaximumEntropy/gists{/gist_id}",
"starred_url": "https://api.github.com/users/MaximumEntropy/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/MaximumEntropy/subscriptions",
"organizations_url": "https://api.github.com/users/MaximumEntropy/orgs",
"repos_url": "https://api.github.com/users/MaximumEntropy/repos",
"events_url": "https://api.github.com/users/MaximumEntropy/events{/privacy}",
"received_events_url": "https://api.github.com/users/MaximumEntropy/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-13T21:47:26 | 2022-01-14T01:17:06 | 2022-01-14T01:17:03 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3437",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3437",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3437.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3437.patch",
"merged_at": "2022-01-14T01:17:03"
} | Signed-off-by: MaximumEntropy <[email protected]> | {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3437/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3437/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3436 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3436/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3436/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3436/events | https://github.com/NVIDIA/NeMo/pull/3436 | 1,102,235,425 | PR_kwDOC_bI7s4w9TEg | 3,436 | Bump numpy from 1.18.5 to 1.21.0 in /tools/speech_data_explorer | {
"login": "dependabot[bot]",
"id": 49699333,
"node_id": "MDM6Qm90NDk2OTkzMzM=",
"avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dependabot%5Bbot%5D",
"html_url": "https://github.com/apps/dependabot",
"followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-13T19:36:30 | 2022-01-14T20:25:22 | 2022-01-14T20:25:21 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3436",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3436",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3436.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3436.patch",
"merged_at": null
} | Bumps [numpy](https://github.com/numpy/numpy) from 1.18.5 to 1.21.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/numpy/numpy/releases">numpy's releases</a>.</em></p>
<blockquote>
<h2>v1.21.0</h2>
<h1>NumPy 1.21.0 Release Notes</h1>
<p>The NumPy 1.21.0 release highlights are</p>
<ul>
<li>continued SIMD work covering more functions and platforms,</li>
<li>initial work on the new dtype infrastructure and casting,</li>
<li>universal2 wheels for Python 3.8 and Python 3.9 on Mac,</li>
<li>improved documentation,</li>
<li>improved annotations,</li>
<li>new <code>PCG64DXSM</code> bitgenerator for random numbers.</li>
</ul>
<p>In addition there are the usual large number of bug fixes and other
improvements.</p>
<p>The Python versions supported for this release are 3.7-3.9. Official
support for Python 3.10 will be added when it is released.</p>
<p>:warning: Warning: there are unresolved problems compiling NumPy 1.21.0 with gcc-11.1 .</p>
<ul>
<li>Optimization level <code>-O3</code> results in many wrong warnings when running the tests.</li>
<li>On some hardware NumPy will hang in an infinite loop.</li>
</ul>
<h2>New functions</h2>
<h3>Add PCG64DXSM BitGenerator</h3>
<p>Uses of the PCG64 BitGenerator in a massively-parallel context have
been shown to have statistical weaknesses that were not apparent at the
first release in numpy 1.17. Most users will never observe this weakness
and are safe to continue to use PCG64. We have introduced a new
PCG64DXSM BitGenerator that will eventually become the new default
BitGenerator implementation used by <code>default_rng</code> in future releases.
PCG64DXSM solves the statistical weakness while preserving the
performance and the features of PCG64.</p>
<p>See <code>upgrading-pcg64</code> for more details.</p>
<p>(<a href="https://github-redirect.dependabot.com/numpy/numpy/pull/18906">gh-18906</a>)</p>
<h2>Expired deprecations</h2>
<ul>
<li>The <code>shape</code> argument <code>numpy.unravel_index</code> cannot be
passed as <code>dims</code> keyword argument anymore. (Was deprecated in NumPy
1.16.)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/numpy/numpy/commit/b235f9e701e14ed6f6f6dcba885f7986a833743f"><code>b235f9e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/19283">#19283</a> from charris/prepare-1.21.0-release</li>
<li><a href="https://github.com/numpy/numpy/commit/34aebc2824cf8c2bdbe19040b82f98f18557c8ba"><code>34aebc2</code></a> MAINT: Update 1.21.0-notes.rst</li>
<li><a href="https://github.com/numpy/numpy/commit/493b64bfe9c5396498325b87e5e80e1917555c41"><code>493b64b</code></a> MAINT: Update 1.21.0-changelog.rst</li>
<li><a href="https://github.com/numpy/numpy/commit/07d7e72ab6880c05b5fdd98482cf88982e778393"><code>07d7e72</code></a> MAINT: Remove accidentally created directory.</li>
<li><a href="https://github.com/numpy/numpy/commit/032fca5e2e9749b152ec56153f476e05efdff287"><code>032fca5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/19280">#19280</a> from charris/backport-19277</li>
<li><a href="https://github.com/numpy/numpy/commit/7d25b81025a50cc0368f5727c65e875ca769469a"><code>7d25b81</code></a> BUG: Fix refcount leak in ResultType</li>
<li><a href="https://github.com/numpy/numpy/commit/fa5754e8c159a37fcd9345df261cf82821088ea0"><code>fa5754e</code></a> BUG: Add missing DECREF in new path</li>
<li><a href="https://github.com/numpy/numpy/commit/61127bb4d46d523b699da1b63abaa5035670da27"><code>61127bb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/19268">#19268</a> from charris/backport-19264</li>
<li><a href="https://github.com/numpy/numpy/commit/143d45fff3ed9e051bdeef7bdb4df38025ea7d1c"><code>143d45f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/numpy/numpy/issues/19269">#19269</a> from charris/backport-19228</li>
<li><a href="https://github.com/numpy/numpy/commit/d80e4738f781a1d206bbc04a2e863299e5f2e104"><code>d80e473</code></a> BUG: Removed typing for == and != in dtypes</li>
<li>Additional commits viewable in <a href="https://github.com/numpy/numpy/compare/v1.18.5...v1.21.0">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/NVIDIA/NeMo/network/alerts).
</details> | {
"login": "dependabot[bot]",
"id": 49699333,
"node_id": "MDM6Qm90NDk2OTkzMzM=",
"avatar_url": "https://avatars.githubusercontent.com/in/29110?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/dependabot%5Bbot%5D",
"html_url": "https://github.com/apps/dependabot",
"followers_url": "https://api.github.com/users/dependabot%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/dependabot%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/dependabot%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/dependabot%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/dependabot%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3436/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3436/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3435 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3435/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3435/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3435/events | https://github.com/NVIDIA/NeMo/pull/3435 | 1,102,149,499 | PR_kwDOC_bI7s4w8_y0 | 3,435 | BioMegatron token classification tutorial fix to be compatible with current Megatron BERT | {
"login": "yidong72",
"id": 43824965,
"node_id": "MDQ6VXNlcjQzODI0OTY1",
"avatar_url": "https://avatars.githubusercontent.com/u/43824965?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yidong72",
"html_url": "https://github.com/yidong72",
"followers_url": "https://api.github.com/users/yidong72/followers",
"following_url": "https://api.github.com/users/yidong72/following{/other_user}",
"gists_url": "https://api.github.com/users/yidong72/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yidong72/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yidong72/subscriptions",
"organizations_url": "https://api.github.com/users/yidong72/orgs",
"repos_url": "https://api.github.com/users/yidong72/repos",
"events_url": "https://api.github.com/users/yidong72/events{/privacy}",
"received_events_url": "https://api.github.com/users/yidong72/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-13T18:36:27 | 2022-01-15T03:09:03 | 2022-01-15T03:09:00 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3435",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3435",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3435.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3435.patch",
"merged_at": "2022-01-15T03:09:00"
} | The token classification model uses the Megatron BERT model loaded from nemo file, which is converted from the Megatron-LM checkpoints.
Currently it fails to reproduce the same accuracy. Need to investigate the bug. | {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3435/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3435/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3434 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3434/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3434/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3434/events | https://github.com/NVIDIA/NeMo/issues/3434 | 1,101,998,757 | I_kwDOC_bI7s5Bryql | 3,434 | Problems with MTEncDecModel model in ONNX | {
"login": "Vlados09",
"id": 22484212,
"node_id": "MDQ6VXNlcjIyNDg0MjEy",
"avatar_url": "https://avatars.githubusercontent.com/u/22484212?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Vlados09",
"html_url": "https://github.com/Vlados09",
"followers_url": "https://api.github.com/users/Vlados09/followers",
"following_url": "https://api.github.com/users/Vlados09/following{/other_user}",
"gists_url": "https://api.github.com/users/Vlados09/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Vlados09/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Vlados09/subscriptions",
"organizations_url": "https://api.github.com/users/Vlados09/orgs",
"repos_url": "https://api.github.com/users/Vlados09/repos",
"events_url": "https://api.github.com/users/Vlados09/events{/privacy}",
"received_events_url": "https://api.github.com/users/Vlados09/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
}
] | closed | false | {
"login": "MaximumEntropy",
"id": 9114321,
"node_id": "MDQ6VXNlcjkxMTQzMjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MaximumEntropy",
"html_url": "https://github.com/MaximumEntropy",
"followers_url": "https://api.github.com/users/MaximumEntropy/followers",
"following_url": "https://api.github.com/users/MaximumEntropy/following{/other_user}",
"gists_url": "https://api.github.com/users/MaximumEntropy/gists{/gist_id}",
"starred_url": "https://api.github.com/users/MaximumEntropy/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/MaximumEntropy/subscriptions",
"organizations_url": "https://api.github.com/users/MaximumEntropy/orgs",
"repos_url": "https://api.github.com/users/MaximumEntropy/repos",
"events_url": "https://api.github.com/users/MaximumEntropy/events{/privacy}",
"received_events_url": "https://api.github.com/users/MaximumEntropy/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "MaximumEntropy",
"id": 9114321,
"node_id": "MDQ6VXNlcjkxMTQzMjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MaximumEntropy",
"html_url": "https://github.com/MaximumEntropy",
"followers_url": "https://api.github.com/users/MaximumEntropy/followers",
"following_url": "https://api.github.com/users/MaximumEntropy/following{/other_user}",
"gists_url": "https://api.github.com/users/MaximumEntropy/gists{/gist_id}",
"starred_url": "https://api.github.com/users/MaximumEntropy/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/MaximumEntropy/subscriptions",
"organizations_url": "https://api.github.com/users/MaximumEntropy/orgs",
"repos_url": "https://api.github.com/users/MaximumEntropy/repos",
"events_url": "https://api.github.com/users/MaximumEntropy/events{/privacy}",
"received_events_url": "https://api.github.com/users/MaximumEntropy/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
{
"login": "borisfom",
"id": 14189615,
"node_id": "MDQ6VXNlcjE0MTg5NjE1",
"avatar_url": "https://avatars.githubusercontent.com/u/14189615?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/borisfom",
"html_url": "https://github.com/borisfom",
"followers_url": "https://api.github.com/users/borisfom/followers",
"following_url": "https://api.github.com/users/borisfom/following{/other_user}",
"gists_url": "https://api.github.com/users/borisfom/gists{/gist_id}",
"starred_url": "https://api.github.com/users/borisfom/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/borisfom/subscriptions",
"organizations_url": "https://api.github.com/users/borisfom/orgs",
"repos_url": "https://api.github.com/users/borisfom/repos",
"events_url": "https://api.github.com/users/borisfom/events{/privacy}",
"received_events_url": "https://api.github.com/users/borisfom/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
{
"login": "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/aklife97/followers",
"following_url": "https://api.github.com/users/aklife97/following{/other_user}",
"gists_url": "https://api.github.com/users/aklife97/gists{/gist_id}",
"starred_url": "https://api.github.com/users/aklife97/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/aklife97/subscriptions",
"organizations_url": "https://api.github.com/users/aklife97/orgs",
"repos_url": "https://api.github.com/users/aklife97/repos",
"events_url": "https://api.github.com/users/aklife97/events{/privacy}",
"received_events_url": "https://api.github.com/users/aklife97/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2022-01-13T16:20:35 | 2022-07-13T22:11:54 | 2022-04-05T23:51:43 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | There are two issues I am having with exporting [MTEncDecModel](https://github.com/NVIDIA/NeMo/blob/r1.2.0/nemo/collections/nlp/models/machine_translation/mt_enc_dec_model.py) to ONNX, they might be related in some way so going to post them together.
## 1. ONNX error in embedding in nemo version > 1.2:
If I try to run below example in nemo 1.5 I get the following error:
```
onnxruntime.capi.onnxruntime_pybind11_state.RuntimeException: [ONNXRuntimeError] : 6 : RUNTIME_EXCEPTION :
Non-zero status code returned while running Reshape node. Name:'Reshape_67' Status Message: /onnxruntime_src/onnxruntime/core/providers/cpu/tensor/reshape_helper.h:41
onnxruntime::ReshapeHelper::ReshapeHelper(const onnxruntime::TensorShape&, std::vector<long int>&, bool)
gsl::narrow_cast<int64_t>(input_shape.Size()) == size was false.
The input tensor cannot be reshaped to the requested shape. Input shape:{1,44,1024}, requested shape:{2,16,16,64}
```
However, it seems like this error is not present if using an older version of nemo.
## 2. Big performance discrepancy when using ONNX version of the model:
I notice a big performance drop when exporting the MTEncDecModel to ONNX. I am trying a minimal setup with greedy search and get about half the BLEU score in comparison to using MTEncDecModel directly with `TopKSequenceGenerator(top_k=1)`.
Here is a full script to get the translation with ONNX, you would need to additionally install `onnxruntime-gpu`:
```python
import torch
import numpy as np
import onnxruntime
from nemo.collections.nlp.models import MTEncDecModel
# Load the model form pretrained:
model = MTEncDecModel.from_pretrained('nmt_en_de_transformer12x2')
# Export all model components to onnx:
model.encoder.export('encoder.onnx')
model.decoder.export('decoder.onnx')
model.log_softmax.export('classifier.onnx')
# Initialise all the onnx sessions:
encoder_session = onnxruntime.InferenceSession('encoder.onnx', providers=['CUDAExecutionProvider'])
decoder_session = onnxruntime.InferenceSession('decoder.onnx', providers=['CUDAExecutionProvider'])
classifier_session = onnxruntime.InferenceSession('classifier.onnx', providers=['CUDAExecutionProvider'])
# Preprocess the data using the original nemo model for simplicity:
TEXT = ['They are not even 100 metres apart: On Tuesday, the new B 33 pedestrian lights in Dorfparkplatz in Gutach became operational - within view of the existing Town Hall traffic lights.']
src_ids, src_mask = model.prepare_inference_batch(TEXT)
src_ids = src_ids.cpu().numpy() # Convert to numpy for use with onnx
src_mask = src_mask.cpu().numpy().astype(int)
# Compute encoder hidden state:
encoder_input = {'input_ids': src_ids, 'encoder_mask': src_mask}
encoder_hidden_state = encoder_session.run(['last_hidden_states'], encoder_input)[0]
# Simple greedy search:
MAX_GENERATION_DELTA = 5
BOS = model.encoder_tokenizer.bos_id
EOS = model.encoder_tokenizer.eos_id
PAD = model.encoder_tokenizer.pad_id
def decode(tgt: np.array, embeding: np.array, src_mask: np.array) -> np.array:
decoder_input = {
'input_ids': tgt,
'decoder_mask': (tgt != PAD).astype(np.int64),
'encoder_mask': embeding,
'encoder_embeddings': src_mask
}
decoder_hidden_state = decoder_session.run(['last_hidden_states'], decoder_input)[0]
log_probs = classifier_session.run(['log_probs'], {'hidden_states': decoder_hidden_state})[0]
return log_probs
max_out_len = encoder_hidden_state.shape[1] + MAX_GENERATION_DELTA
tgt=np.full(shape=encoder_hidden_state.shape[:-1], fill_value=0)
tgt[:, 0] = BOS
for i in range(1, max_out_len):
log_probs = decode(tgt[:, :i], encoder_hidden_state, src_mask)
next_tokens = log_probs[:, -1].argmax(axis=1) # NOTE: ONNX decoder returns multiple outputs which is different to pytorch version, so I get the last one (this could be where error is?)
tgt[:, i] = next_tokens
if ((tgt == EOS).sum(axis=1) > 0).all():
break
tgt_torch = torch.from_numpy(tgt).to('cuda:0')
onnx_translation = model.ids_to_postprocessed_text(tgt_torch, model.decoder_tokenizer, model.target_processor)
```
I have run above against newstest2014 set and got a BLUE score of 13 vs 29 if I use `MTEncDecModel.translate` method. It seems like onnx model works well for shorter sentences, but for the longer ones it cuts off too soon. Could be because torch model uses decoder_mems, and onnx doesn't?
Is there maybe a better way to set up onnx inference?
**Environment overview (please complete the following information)**
- Environment Location: Docker on Kubernetes
- Method of NeMo install: using helm chart using nvcr.io/nvidia/nemo:1.2.0 / 1.5.1
- Additionally install `pip install onnxruntime-gpu==1.10.0`
| {
"login": "okuchaiev",
"id": 22035961,
"node_id": "MDQ6VXNlcjIyMDM1OTYx",
"avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/okuchaiev",
"html_url": "https://github.com/okuchaiev",
"followers_url": "https://api.github.com/users/okuchaiev/followers",
"following_url": "https://api.github.com/users/okuchaiev/following{/other_user}",
"gists_url": "https://api.github.com/users/okuchaiev/gists{/gist_id}",
"starred_url": "https://api.github.com/users/okuchaiev/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/okuchaiev/subscriptions",
"organizations_url": "https://api.github.com/users/okuchaiev/orgs",
"repos_url": "https://api.github.com/users/okuchaiev/repos",
"events_url": "https://api.github.com/users/okuchaiev/events{/privacy}",
"received_events_url": "https://api.github.com/users/okuchaiev/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3434/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3434/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3431 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3431/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3431/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3431/events | https://github.com/NVIDIA/NeMo/issues/3431 | 1,100,994,259 | I_kwDOC_bI7s5Bn9bT | 3,431 | AttributeError: type object 'EncDecCTCModel' has no attribute 'from_pretrained' | {
"login": "sorenjmadsen",
"id": 14225637,
"node_id": "MDQ6VXNlcjE0MjI1NjM3",
"avatar_url": "https://avatars.githubusercontent.com/u/14225637?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sorenjmadsen",
"html_url": "https://github.com/sorenjmadsen",
"followers_url": "https://api.github.com/users/sorenjmadsen/followers",
"following_url": "https://api.github.com/users/sorenjmadsen/following{/other_user}",
"gists_url": "https://api.github.com/users/sorenjmadsen/gists{/gist_id}",
"starred_url": "https://api.github.com/users/sorenjmadsen/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/sorenjmadsen/subscriptions",
"organizations_url": "https://api.github.com/users/sorenjmadsen/orgs",
"repos_url": "https://api.github.com/users/sorenjmadsen/repos",
"events_url": "https://api.github.com/users/sorenjmadsen/events{/privacy}",
"received_events_url": "https://api.github.com/users/sorenjmadsen/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
}
] | closed | false | null | [] | null | null | 2022-01-13T01:12:41 | 2022-01-13T17:37:00 | 2022-01-13T17:37:00 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Upon call to retrieve a pre-trained model, the following line fails:
asr_model = nemo_asr.models.EncDecCTCModel.from_pretrained(model_name="QuartzNet15x5Base-En")
Additionally, list_available_models() also fails with the same above error.
I have installed NeMo via:
python -m pip install git+https://github.com/NVIDIA/NeMo.git
OS: Mac OS Catalina 10.15.7
Pytorch: 1.10.0
Python: 3.8.5
| {
"login": "sorenjmadsen",
"id": 14225637,
"node_id": "MDQ6VXNlcjE0MjI1NjM3",
"avatar_url": "https://avatars.githubusercontent.com/u/14225637?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/sorenjmadsen",
"html_url": "https://github.com/sorenjmadsen",
"followers_url": "https://api.github.com/users/sorenjmadsen/followers",
"following_url": "https://api.github.com/users/sorenjmadsen/following{/other_user}",
"gists_url": "https://api.github.com/users/sorenjmadsen/gists{/gist_id}",
"starred_url": "https://api.github.com/users/sorenjmadsen/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/sorenjmadsen/subscriptions",
"organizations_url": "https://api.github.com/users/sorenjmadsen/orgs",
"repos_url": "https://api.github.com/users/sorenjmadsen/repos",
"events_url": "https://api.github.com/users/sorenjmadsen/events{/privacy}",
"received_events_url": "https://api.github.com/users/sorenjmadsen/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3431/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3431/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3430 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3430/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3430/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3430/events | https://github.com/NVIDIA/NeMo/pull/3430 | 1,100,980,251 | PR_kwDOC_bI7s4w5ASm | 3,430 | Update Speech Classificatoin - VAD doc | {
"login": "fayejf",
"id": 36722593,
"node_id": "MDQ6VXNlcjM2NzIyNTkz",
"avatar_url": "https://avatars.githubusercontent.com/u/36722593?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/fayejf",
"html_url": "https://github.com/fayejf",
"followers_url": "https://api.github.com/users/fayejf/followers",
"following_url": "https://api.github.com/users/fayejf/following{/other_user}",
"gists_url": "https://api.github.com/users/fayejf/gists{/gist_id}",
"starred_url": "https://api.github.com/users/fayejf/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fayejf/subscriptions",
"organizations_url": "https://api.github.com/users/fayejf/orgs",
"repos_url": "https://api.github.com/users/fayejf/repos",
"events_url": "https://api.github.com/users/fayejf/events{/privacy}",
"received_events_url": "https://api.github.com/users/fayejf/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-13T00:58:09 | 2022-01-13T06:07:02 | 2022-01-13T06:06:57 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3430",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3430",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3430.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3430.patch",
"merged_at": "2022-01-13T06:06:57"
} | small update due to https://github.com/NVIDIA/NeMo/pull/3419
Signed-off-by: fayejf <[email protected]> | {
"login": "nithinraok",
"id": 19668129,
"node_id": "MDQ6VXNlcjE5NjY4MTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nithinraok",
"html_url": "https://github.com/nithinraok",
"followers_url": "https://api.github.com/users/nithinraok/followers",
"following_url": "https://api.github.com/users/nithinraok/following{/other_user}",
"gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions",
"organizations_url": "https://api.github.com/users/nithinraok/orgs",
"repos_url": "https://api.github.com/users/nithinraok/repos",
"events_url": "https://api.github.com/users/nithinraok/events{/privacy}",
"received_events_url": "https://api.github.com/users/nithinraok/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3430/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3430/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3429 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3429/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3429/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3429/events | https://github.com/NVIDIA/NeMo/pull/3429 | 1,100,820,842 | PR_kwDOC_bI7s4w4dSm | 3,429 | Extending input_example() to take max batch and dimension arguments | {
"login": "borisfom",
"id": 14189615,
"node_id": "MDQ6VXNlcjE0MTg5NjE1",
"avatar_url": "https://avatars.githubusercontent.com/u/14189615?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/borisfom",
"html_url": "https://github.com/borisfom",
"followers_url": "https://api.github.com/users/borisfom/followers",
"following_url": "https://api.github.com/users/borisfom/following{/other_user}",
"gists_url": "https://api.github.com/users/borisfom/gists{/gist_id}",
"starred_url": "https://api.github.com/users/borisfom/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/borisfom/subscriptions",
"organizations_url": "https://api.github.com/users/borisfom/orgs",
"repos_url": "https://api.github.com/users/borisfom/repos",
"events_url": "https://api.github.com/users/borisfom/events{/privacy}",
"received_events_url": "https://api.github.com/users/borisfom/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-12T21:47:04 | 2022-01-14T03:37:15 | 2022-01-14T03:37:15 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3429",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3429",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3429.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3429.patch",
"merged_at": "2022-01-14T03:37:15"
} | This is to implement https://jirasw.nvidia.com/browse/JARS-1682.
It is important to provide user ability to generate input example of particular dimensions - as certain networks would reconfigure themselves according to input dimensions - thus export needs to be performed with real life size example.
Signed-off-by: Boris Fomitchev <[email protected]> | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3429/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3429/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3428 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3428/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3428/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3428/events | https://github.com/NVIDIA/NeMo/pull/3428 | 1,100,817,919 | PR_kwDOC_bI7s4w4csN | 3,428 | remove apex | {
"login": "ekmb",
"id": 10428420,
"node_id": "MDQ6VXNlcjEwNDI4NDIw",
"avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ekmb",
"html_url": "https://github.com/ekmb",
"followers_url": "https://api.github.com/users/ekmb/followers",
"following_url": "https://api.github.com/users/ekmb/following{/other_user}",
"gists_url": "https://api.github.com/users/ekmb/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ekmb/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ekmb/subscriptions",
"organizations_url": "https://api.github.com/users/ekmb/orgs",
"repos_url": "https://api.github.com/users/ekmb/repos",
"events_url": "https://api.github.com/users/ekmb/events{/privacy}",
"received_events_url": "https://api.github.com/users/ekmb/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-12T21:42:40 | 2022-01-12T23:02:29 | 2022-01-12T23:02:26 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3428",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3428",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3428.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3428.patch",
"merged_at": "2022-01-12T23:02:26"
} | Signed-off-by: ekmb <[email protected]> | {
"login": "ekmb",
"id": 10428420,
"node_id": "MDQ6VXNlcjEwNDI4NDIw",
"avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ekmb",
"html_url": "https://github.com/ekmb",
"followers_url": "https://api.github.com/users/ekmb/followers",
"following_url": "https://api.github.com/users/ekmb/following{/other_user}",
"gists_url": "https://api.github.com/users/ekmb/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ekmb/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ekmb/subscriptions",
"organizations_url": "https://api.github.com/users/ekmb/orgs",
"repos_url": "https://api.github.com/users/ekmb/repos",
"events_url": "https://api.github.com/users/ekmb/events{/privacy}",
"received_events_url": "https://api.github.com/users/ekmb/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3428/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3428/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3427 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3427/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3427/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3427/events | https://github.com/NVIDIA/NeMo/pull/3427 | 1,100,772,147 | PR_kwDOC_bI7s4w4TWp | 3,427 | [BigNLP] Make saving .nemo during on_train_end configurable | {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-12T20:43:30 | 2022-01-13T18:16:45 | 2022-01-13T18:16:41 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3427",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3427",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3427.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3427.patch",
"merged_at": "2022-01-13T18:16:41"
} | null | {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3427/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3427/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3426 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3426/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3426/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3426/events | https://github.com/NVIDIA/NeMo/pull/3426 | 1,100,748,570 | PR_kwDOC_bI7s4w4Ogf | 3,426 | [Docs] Update copyright to 2022 | {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-12T20:13:29 | 2022-01-12T21:46:38 | 2022-01-12T21:46:34 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3426",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3426",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3426.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3426.patch",
"merged_at": "2022-01-12T21:46:34"
} | null | {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3426/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3426/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3425 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3425/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3425/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3425/events | https://github.com/NVIDIA/NeMo/pull/3425 | 1,100,727,371 | PR_kwDOC_bI7s4w4KPf | 3,425 | Preprocess an entire folder of .json or .json.gz files into a single .bin and .idx file. | {
"login": "MaximumEntropy",
"id": 9114321,
"node_id": "MDQ6VXNlcjkxMTQzMjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MaximumEntropy",
"html_url": "https://github.com/MaximumEntropy",
"followers_url": "https://api.github.com/users/MaximumEntropy/followers",
"following_url": "https://api.github.com/users/MaximumEntropy/following{/other_user}",
"gists_url": "https://api.github.com/users/MaximumEntropy/gists{/gist_id}",
"starred_url": "https://api.github.com/users/MaximumEntropy/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/MaximumEntropy/subscriptions",
"organizations_url": "https://api.github.com/users/MaximumEntropy/orgs",
"repos_url": "https://api.github.com/users/MaximumEntropy/repos",
"events_url": "https://api.github.com/users/MaximumEntropy/events{/privacy}",
"received_events_url": "https://api.github.com/users/MaximumEntropy/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-12T19:48:03 | 2022-01-13T19:35:46 | 2022-01-13T19:35:42 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3425",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3425",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3425.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3425.patch",
"merged_at": "2022-01-13T19:35:42"
} | null | {
"login": "MaximumEntropy",
"id": 9114321,
"node_id": "MDQ6VXNlcjkxMTQzMjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MaximumEntropy",
"html_url": "https://github.com/MaximumEntropy",
"followers_url": "https://api.github.com/users/MaximumEntropy/followers",
"following_url": "https://api.github.com/users/MaximumEntropy/following{/other_user}",
"gists_url": "https://api.github.com/users/MaximumEntropy/gists{/gist_id}",
"starred_url": "https://api.github.com/users/MaximumEntropy/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/MaximumEntropy/subscriptions",
"organizations_url": "https://api.github.com/users/MaximumEntropy/orgs",
"repos_url": "https://api.github.com/users/MaximumEntropy/repos",
"events_url": "https://api.github.com/users/MaximumEntropy/events{/privacy}",
"received_events_url": "https://api.github.com/users/MaximumEntropy/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3425/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3425/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3424 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3424/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3424/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3424/events | https://github.com/NVIDIA/NeMo/pull/3424 | 1,100,697,212 | PR_kwDOC_bI7s4w4ECL | 3,424 | [NemoEng] Update to NVIDIA PyTorch 21.12 Container | {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-12T19:10:11 | 2022-01-12T20:12:19 | 2022-01-12T20:12:16 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3424",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3424",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3424.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3424.patch",
"merged_at": "2022-01-12T20:12:16"
} | null | {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3424/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3424/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3423 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3423/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3423/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3423/events | https://github.com/NVIDIA/NeMo/pull/3423 | 1,100,512,620 | PR_kwDOC_bI7s4w3d53 | 3,423 | Update LJSpeech preprocessing | {
"login": "Oktai15",
"id": 17337773,
"node_id": "MDQ6VXNlcjE3MzM3Nzcz",
"avatar_url": "https://avatars.githubusercontent.com/u/17337773?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Oktai15",
"html_url": "https://github.com/Oktai15",
"followers_url": "https://api.github.com/users/Oktai15/followers",
"following_url": "https://api.github.com/users/Oktai15/following{/other_user}",
"gists_url": "https://api.github.com/users/Oktai15/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Oktai15/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Oktai15/subscriptions",
"organizations_url": "https://api.github.com/users/Oktai15/orgs",
"repos_url": "https://api.github.com/users/Oktai15/repos",
"events_url": "https://api.github.com/users/Oktai15/events{/privacy}",
"received_events_url": "https://api.github.com/users/Oktai15/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-12T16:01:35 | 2022-01-13T14:39:42 | 2022-01-13T14:39:37 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3423",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3423",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3423.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3423.patch",
"merged_at": "2022-01-13T14:39:37"
} | Signed-off-by: Oktai Tatanov <[email protected]> | {
"login": "Oktai15",
"id": 17337773,
"node_id": "MDQ6VXNlcjE3MzM3Nzcz",
"avatar_url": "https://avatars.githubusercontent.com/u/17337773?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Oktai15",
"html_url": "https://github.com/Oktai15",
"followers_url": "https://api.github.com/users/Oktai15/followers",
"following_url": "https://api.github.com/users/Oktai15/following{/other_user}",
"gists_url": "https://api.github.com/users/Oktai15/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Oktai15/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Oktai15/subscriptions",
"organizations_url": "https://api.github.com/users/Oktai15/orgs",
"repos_url": "https://api.github.com/users/Oktai15/repos",
"events_url": "https://api.github.com/users/Oktai15/events{/privacy}",
"received_events_url": "https://api.github.com/users/Oktai15/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3423/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3423/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3422 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3422/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3422/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3422/events | https://github.com/NVIDIA/NeMo/pull/3422 | 1,099,851,384 | PR_kwDOC_bI7s4w1VM1 | 3,422 | Working around Pytorch exporter issue with expand() | {
"login": "borisfom",
"id": 14189615,
"node_id": "MDQ6VXNlcjE0MTg5NjE1",
"avatar_url": "https://avatars.githubusercontent.com/u/14189615?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/borisfom",
"html_url": "https://github.com/borisfom",
"followers_url": "https://api.github.com/users/borisfom/followers",
"following_url": "https://api.github.com/users/borisfom/following{/other_user}",
"gists_url": "https://api.github.com/users/borisfom/gists{/gist_id}",
"starred_url": "https://api.github.com/users/borisfom/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/borisfom/subscriptions",
"organizations_url": "https://api.github.com/users/borisfom/orgs",
"repos_url": "https://api.github.com/users/borisfom/repos",
"events_url": "https://api.github.com/users/borisfom/events{/privacy}",
"received_events_url": "https://api.github.com/users/borisfom/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-12T04:02:34 | 2022-01-12T21:16:18 | 2022-01-12T21:16:18 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3422",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3422",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3422.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3422.patch",
"merged_at": "2022-01-12T21:16:18"
} | WAR changes to prevent issues described in https://nvbugswb.nvidia.com/NvBugs5/SWBug.aspx?bugid=3429305
"ONNX model exported with PyTorch container > 21.06 fails when data of different size is provided to dynamic axes"
Signed-off-by: Boris Fomitchev <[email protected]> | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3422/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3422/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3421 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3421/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3421/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3421/events | https://github.com/NVIDIA/NeMo/issues/3421 | 1,099,264,233 | I_kwDOC_bI7s5BhXDp | 3,421 | Speaker Diarization Inference error with pickle | {
"login": "vikneo2017",
"id": 30347864,
"node_id": "MDQ6VXNlcjMwMzQ3ODY0",
"avatar_url": "https://avatars.githubusercontent.com/u/30347864?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vikneo2017",
"html_url": "https://github.com/vikneo2017",
"followers_url": "https://api.github.com/users/vikneo2017/followers",
"following_url": "https://api.github.com/users/vikneo2017/following{/other_user}",
"gists_url": "https://api.github.com/users/vikneo2017/gists{/gist_id}",
"starred_url": "https://api.github.com/users/vikneo2017/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/vikneo2017/subscriptions",
"organizations_url": "https://api.github.com/users/vikneo2017/orgs",
"repos_url": "https://api.github.com/users/vikneo2017/repos",
"events_url": "https://api.github.com/users/vikneo2017/events{/privacy}",
"received_events_url": "https://api.github.com/users/vikneo2017/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
},
{
"id": 4585431311,
"node_id": "LA_kwDOC_bI7s8AAAABEVAhDw",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale",
"name": "stale",
"color": "ededed",
"default": false,
"description": null
}
] | closed | false | {
"login": "nithinraok",
"id": 19668129,
"node_id": "MDQ6VXNlcjE5NjY4MTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nithinraok",
"html_url": "https://github.com/nithinraok",
"followers_url": "https://api.github.com/users/nithinraok/followers",
"following_url": "https://api.github.com/users/nithinraok/following{/other_user}",
"gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions",
"organizations_url": "https://api.github.com/users/nithinraok/orgs",
"repos_url": "https://api.github.com/users/nithinraok/repos",
"events_url": "https://api.github.com/users/nithinraok/events{/privacy}",
"received_events_url": "https://api.github.com/users/nithinraok/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "nithinraok",
"id": 19668129,
"node_id": "MDQ6VXNlcjE5NjY4MTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nithinraok",
"html_url": "https://github.com/nithinraok",
"followers_url": "https://api.github.com/users/nithinraok/followers",
"following_url": "https://api.github.com/users/nithinraok/following{/other_user}",
"gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions",
"organizations_url": "https://api.github.com/users/nithinraok/orgs",
"repos_url": "https://api.github.com/users/nithinraok/repos",
"events_url": "https://api.github.com/users/nithinraok/events{/privacy}",
"received_events_url": "https://api.github.com/users/nithinraok/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2022-01-11T14:58:47 | 2024-12-30T19:54:15 | 2024-11-09T01:55:55 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Dear colleagues, after install Nemo r1.5.0 I have error in method oracle_model.diarize() in
[Speaker_Diarization_Inference] https://github.com/NVIDIA/NeMo/blob/main/tutorials/speaker_tasks/Speaker_Diarization_Inference.ipynb)
```
from nemo.collections.asr.models import ClusteringDiarizer
oracle_model = ClusteringDiarizer(cfg=config)
oracle_model.diarize()
PicklingError: Can't pickle <class 'nemo.collections.common.parts.preprocessing.collections.SpeechLabelEntity'>: attribute lookup SpeechLabelEntity on nemo.collections.common.parts.preprocessing.collections failed
```
Environment:
- Anaconda 3
- Python3.8
- NeMo r1.5.0 | {
"login": "github-actions[bot]",
"id": 41898282,
"node_id": "MDM6Qm90NDE4OTgyODI=",
"avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-actions%5Bbot%5D",
"html_url": "https://github.com/apps/github-actions",
"followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3421/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3421/timeline | null | not_planned | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3420 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3420/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3420/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3420/events | https://github.com/NVIDIA/NeMo/pull/3420 | 1,098,794,554 | PR_kwDOC_bI7s4wx6Lg | 3,420 | Fix RANK env variable check in global rank check | {
"login": "PeganovAnton",
"id": 10737305,
"node_id": "MDQ6VXNlcjEwNzM3MzA1",
"avatar_url": "https://avatars.githubusercontent.com/u/10737305?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/PeganovAnton",
"html_url": "https://github.com/PeganovAnton",
"followers_url": "https://api.github.com/users/PeganovAnton/followers",
"following_url": "https://api.github.com/users/PeganovAnton/following{/other_user}",
"gists_url": "https://api.github.com/users/PeganovAnton/gists{/gist_id}",
"starred_url": "https://api.github.com/users/PeganovAnton/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/PeganovAnton/subscriptions",
"organizations_url": "https://api.github.com/users/PeganovAnton/orgs",
"repos_url": "https://api.github.com/users/PeganovAnton/repos",
"events_url": "https://api.github.com/users/PeganovAnton/events{/privacy}",
"received_events_url": "https://api.github.com/users/PeganovAnton/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
}
] | closed | false | {
"login": "PeganovAnton",
"id": 10737305,
"node_id": "MDQ6VXNlcjEwNzM3MzA1",
"avatar_url": "https://avatars.githubusercontent.com/u/10737305?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/PeganovAnton",
"html_url": "https://github.com/PeganovAnton",
"followers_url": "https://api.github.com/users/PeganovAnton/followers",
"following_url": "https://api.github.com/users/PeganovAnton/following{/other_user}",
"gists_url": "https://api.github.com/users/PeganovAnton/gists{/gist_id}",
"starred_url": "https://api.github.com/users/PeganovAnton/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/PeganovAnton/subscriptions",
"organizations_url": "https://api.github.com/users/PeganovAnton/orgs",
"repos_url": "https://api.github.com/users/PeganovAnton/repos",
"events_url": "https://api.github.com/users/PeganovAnton/events{/privacy}",
"received_events_url": "https://api.github.com/users/PeganovAnton/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "PeganovAnton",
"id": 10737305,
"node_id": "MDQ6VXNlcjEwNzM3MzA1",
"avatar_url": "https://avatars.githubusercontent.com/u/10737305?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/PeganovAnton",
"html_url": "https://github.com/PeganovAnton",
"followers_url": "https://api.github.com/users/PeganovAnton/followers",
"following_url": "https://api.github.com/users/PeganovAnton/following{/other_user}",
"gists_url": "https://api.github.com/users/PeganovAnton/gists{/gist_id}",
"starred_url": "https://api.github.com/users/PeganovAnton/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/PeganovAnton/subscriptions",
"organizations_url": "https://api.github.com/users/PeganovAnton/orgs",
"repos_url": "https://api.github.com/users/PeganovAnton/repos",
"events_url": "https://api.github.com/users/PeganovAnton/events{/privacy}",
"received_events_url": "https://api.github.com/users/PeganovAnton/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2022-01-11T07:34:16 | 2022-09-22T17:10:32 | 2022-01-11T18:05:33 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3420",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3420",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3420.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3420.patch",
"merged_at": null
} | Signed-off-by: PeganovAnton <[email protected]> | {
"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/followers",
"following_url": "https://api.github.com/users/blisc/following{/other_user}",
"gists_url": "https://api.github.com/users/blisc/gists{/gist_id}",
"starred_url": "https://api.github.com/users/blisc/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/blisc/subscriptions",
"organizations_url": "https://api.github.com/users/blisc/orgs",
"repos_url": "https://api.github.com/users/blisc/repos",
"events_url": "https://api.github.com/users/blisc/events{/privacy}",
"received_events_url": "https://api.github.com/users/blisc/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3420/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3420/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3419 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3419/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3419/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3419/events | https://github.com/NVIDIA/NeMo/pull/3419 | 1,098,554,200 | PR_kwDOC_bI7s4wxHXU | 3,419 | Update speaker diarization docs | {
"login": "tango4j",
"id": 13211483,
"node_id": "MDQ6VXNlcjEzMjExNDgz",
"avatar_url": "https://avatars.githubusercontent.com/u/13211483?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tango4j",
"html_url": "https://github.com/tango4j",
"followers_url": "https://api.github.com/users/tango4j/followers",
"following_url": "https://api.github.com/users/tango4j/following{/other_user}",
"gists_url": "https://api.github.com/users/tango4j/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tango4j/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tango4j/subscriptions",
"organizations_url": "https://api.github.com/users/tango4j/orgs",
"repos_url": "https://api.github.com/users/tango4j/repos",
"events_url": "https://api.github.com/users/tango4j/events{/privacy}",
"received_events_url": "https://api.github.com/users/tango4j/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-11T01:27:23 | 2022-01-13T22:11:36 | 2022-01-13T22:11:33 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3419",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3419",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3419.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3419.patch",
"merged_at": "2022-01-13T22:11:33"
} | Signed-off-by: Taejin Park <[email protected]>
Update speaker diarization docs and make it compatible with current main. | {
"login": "fayejf",
"id": 36722593,
"node_id": "MDQ6VXNlcjM2NzIyNTkz",
"avatar_url": "https://avatars.githubusercontent.com/u/36722593?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/fayejf",
"html_url": "https://github.com/fayejf",
"followers_url": "https://api.github.com/users/fayejf/followers",
"following_url": "https://api.github.com/users/fayejf/following{/other_user}",
"gists_url": "https://api.github.com/users/fayejf/gists{/gist_id}",
"starred_url": "https://api.github.com/users/fayejf/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fayejf/subscriptions",
"organizations_url": "https://api.github.com/users/fayejf/orgs",
"repos_url": "https://api.github.com/users/fayejf/repos",
"events_url": "https://api.github.com/users/fayejf/events{/privacy}",
"received_events_url": "https://api.github.com/users/fayejf/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3419/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3419/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3418 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3418/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3418/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3418/events | https://github.com/NVIDIA/NeMo/pull/3418 | 1,098,499,862 | PR_kwDOC_bI7s4ww8U_ | 3,418 | update docs for diarization | {
"login": "tango4j",
"id": 13211483,
"node_id": "MDQ6VXNlcjEzMjExNDgz",
"avatar_url": "https://avatars.githubusercontent.com/u/13211483?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tango4j",
"html_url": "https://github.com/tango4j",
"followers_url": "https://api.github.com/users/tango4j/followers",
"following_url": "https://api.github.com/users/tango4j/following{/other_user}",
"gists_url": "https://api.github.com/users/tango4j/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tango4j/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tango4j/subscriptions",
"organizations_url": "https://api.github.com/users/tango4j/orgs",
"repos_url": "https://api.github.com/users/tango4j/repos",
"events_url": "https://api.github.com/users/tango4j/events{/privacy}",
"received_events_url": "https://api.github.com/users/tango4j/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-10T23:41:15 | 2022-02-09T06:14:29 | 2022-01-11T00:27:08 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | true | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3418",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3418",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3418.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3418.patch",
"merged_at": null
} | Signed-off-by: Taejin Park <[email protected]>
This PR updates speaker diarization documents that is compatible with the current main.
| {
"login": "tango4j",
"id": 13211483,
"node_id": "MDQ6VXNlcjEzMjExNDgz",
"avatar_url": "https://avatars.githubusercontent.com/u/13211483?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tango4j",
"html_url": "https://github.com/tango4j",
"followers_url": "https://api.github.com/users/tango4j/followers",
"following_url": "https://api.github.com/users/tango4j/following{/other_user}",
"gists_url": "https://api.github.com/users/tango4j/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tango4j/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tango4j/subscriptions",
"organizations_url": "https://api.github.com/users/tango4j/orgs",
"repos_url": "https://api.github.com/users/tango4j/repos",
"events_url": "https://api.github.com/users/tango4j/events{/privacy}",
"received_events_url": "https://api.github.com/users/tango4j/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3418/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3418/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3417 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3417/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3417/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3417/events | https://github.com/NVIDIA/NeMo/pull/3417 | 1,098,453,885 | PR_kwDOC_bI7s4wwy2_ | 3,417 | Fix order of lang checking to ignore input langs | {
"login": "MaximumEntropy",
"id": 9114321,
"node_id": "MDQ6VXNlcjkxMTQzMjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MaximumEntropy",
"html_url": "https://github.com/MaximumEntropy",
"followers_url": "https://api.github.com/users/MaximumEntropy/followers",
"following_url": "https://api.github.com/users/MaximumEntropy/following{/other_user}",
"gists_url": "https://api.github.com/users/MaximumEntropy/gists{/gist_id}",
"starred_url": "https://api.github.com/users/MaximumEntropy/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/MaximumEntropy/subscriptions",
"organizations_url": "https://api.github.com/users/MaximumEntropy/orgs",
"repos_url": "https://api.github.com/users/MaximumEntropy/repos",
"events_url": "https://api.github.com/users/MaximumEntropy/events{/privacy}",
"received_events_url": "https://api.github.com/users/MaximumEntropy/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-10T22:28:14 | 2022-01-11T23:03:36 | 2022-01-11T23:03:33 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3417",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3417",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3417.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3417.patch",
"merged_at": "2022-01-11T23:03:33"
} | null | {
"login": "MaximumEntropy",
"id": 9114321,
"node_id": "MDQ6VXNlcjkxMTQzMjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MaximumEntropy",
"html_url": "https://github.com/MaximumEntropy",
"followers_url": "https://api.github.com/users/MaximumEntropy/followers",
"following_url": "https://api.github.com/users/MaximumEntropy/following{/other_user}",
"gists_url": "https://api.github.com/users/MaximumEntropy/gists{/gist_id}",
"starred_url": "https://api.github.com/users/MaximumEntropy/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/MaximumEntropy/subscriptions",
"organizations_url": "https://api.github.com/users/MaximumEntropy/orgs",
"repos_url": "https://api.github.com/users/MaximumEntropy/repos",
"events_url": "https://api.github.com/users/MaximumEntropy/events{/privacy}",
"received_events_url": "https://api.github.com/users/MaximumEntropy/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3417/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3417/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3416 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3416/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3416/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3416/events | https://github.com/NVIDIA/NeMo/issues/3416 | 1,098,271,573 | I_kwDOC_bI7s5BdktV | 3,416 | AttributeError: type object 'SpectrogramGenerator' has no attribute 'from_pretrained' | {
"login": "raj26000",
"id": 55184929,
"node_id": "MDQ6VXNlcjU1MTg0OTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/55184929?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/raj26000",
"html_url": "https://github.com/raj26000",
"followers_url": "https://api.github.com/users/raj26000/followers",
"following_url": "https://api.github.com/users/raj26000/following{/other_user}",
"gists_url": "https://api.github.com/users/raj26000/gists{/gist_id}",
"starred_url": "https://api.github.com/users/raj26000/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/raj26000/subscriptions",
"organizations_url": "https://api.github.com/users/raj26000/orgs",
"repos_url": "https://api.github.com/users/raj26000/repos",
"events_url": "https://api.github.com/users/raj26000/events{/privacy}",
"received_events_url": "https://api.github.com/users/raj26000/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-10T19:10:26 | 2022-01-29T05:51:44 | 2022-01-29T05:51:44 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I'm working with PyCharm, using Python 3.7.
In the following code snippet:
`from nemo.collections.tts.models.base import SpectrogramGenerator, Vocoder`
`def load_spectrogram_model():`
`pretrained_model = "tts_en_fastpitch"`
`model = SpectrogramGenerator.from_pretrained(pretrained_model, override_config_path=None)`
`return model`
`spec_gen = load_spectrogram_model().eval()`
I get the following error on the above line:
`AttributeError: type object 'SpectrogramGenerator' has no attribute 'from_pretrained'`
Moreover, `print(SpectrogramGenerator.list_available_models())` returns an empty list. However, none of this is an issue in Colab.
Is it something environment related or am I missing something?
Any help would be appreciated. | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3416/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3416/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3415 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3415/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3415/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3415/events | https://github.com/NVIDIA/NeMo/issues/3415 | 1,098,060,873 | I_kwDOC_bI7s5BcxRJ | 3,415 | Export trained MarbleNet VAD model into onnx | {
"login": "seekingdeep",
"id": 71519088,
"node_id": "MDQ6VXNlcjcxNTE5MDg4",
"avatar_url": "https://avatars.githubusercontent.com/u/71519088?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/seekingdeep",
"html_url": "https://github.com/seekingdeep",
"followers_url": "https://api.github.com/users/seekingdeep/followers",
"following_url": "https://api.github.com/users/seekingdeep/following{/other_user}",
"gists_url": "https://api.github.com/users/seekingdeep/gists{/gist_id}",
"starred_url": "https://api.github.com/users/seekingdeep/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/seekingdeep/subscriptions",
"organizations_url": "https://api.github.com/users/seekingdeep/orgs",
"repos_url": "https://api.github.com/users/seekingdeep/repos",
"events_url": "https://api.github.com/users/seekingdeep/events{/privacy}",
"received_events_url": "https://api.github.com/users/seekingdeep/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 1719393562,
"node_id": "MDU6TGFiZWwxNzE5MzkzNTYy",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/feature",
"name": "feature",
"color": "68F3F0",
"default": false,
"description": "request/PR for a new feature"
}
] | closed | false | {
"login": "okuchaiev",
"id": 22035961,
"node_id": "MDQ6VXNlcjIyMDM1OTYx",
"avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/okuchaiev",
"html_url": "https://github.com/okuchaiev",
"followers_url": "https://api.github.com/users/okuchaiev/followers",
"following_url": "https://api.github.com/users/okuchaiev/following{/other_user}",
"gists_url": "https://api.github.com/users/okuchaiev/gists{/gist_id}",
"starred_url": "https://api.github.com/users/okuchaiev/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/okuchaiev/subscriptions",
"organizations_url": "https://api.github.com/users/okuchaiev/orgs",
"repos_url": "https://api.github.com/users/okuchaiev/repos",
"events_url": "https://api.github.com/users/okuchaiev/events{/privacy}",
"received_events_url": "https://api.github.com/users/okuchaiev/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "okuchaiev",
"id": 22035961,
"node_id": "MDQ6VXNlcjIyMDM1OTYx",
"avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/okuchaiev",
"html_url": "https://github.com/okuchaiev",
"followers_url": "https://api.github.com/users/okuchaiev/followers",
"following_url": "https://api.github.com/users/okuchaiev/following{/other_user}",
"gists_url": "https://api.github.com/users/okuchaiev/gists{/gist_id}",
"starred_url": "https://api.github.com/users/okuchaiev/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/okuchaiev/subscriptions",
"organizations_url": "https://api.github.com/users/okuchaiev/orgs",
"repos_url": "https://api.github.com/users/okuchaiev/repos",
"events_url": "https://api.github.com/users/okuchaiev/events{/privacy}",
"received_events_url": "https://api.github.com/users/okuchaiev/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2022-01-10T15:53:05 | 2022-01-10T17:33:23 | 2022-01-10T17:33:23 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | H there,
is there a way to export the trained MarbleNet VAD model into onnx | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3415/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3415/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3414 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3414/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3414/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3414/events | https://github.com/NVIDIA/NeMo/issues/3414 | 1,098,036,574 | I_kwDOC_bI7s5BcrVe | 3,414 | ASR transcribe_speech with Language Model | {
"login": "ahkarami",
"id": 28620609,
"node_id": "MDQ6VXNlcjI4NjIwNjA5",
"avatar_url": "https://avatars.githubusercontent.com/u/28620609?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ahkarami",
"html_url": "https://github.com/ahkarami",
"followers_url": "https://api.github.com/users/ahkarami/followers",
"following_url": "https://api.github.com/users/ahkarami/following{/other_user}",
"gists_url": "https://api.github.com/users/ahkarami/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ahkarami/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ahkarami/subscriptions",
"organizations_url": "https://api.github.com/users/ahkarami/orgs",
"repos_url": "https://api.github.com/users/ahkarami/repos",
"events_url": "https://api.github.com/users/ahkarami/events{/privacy}",
"received_events_url": "https://api.github.com/users/ahkarami/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-10T15:29:43 | 2022-01-10T22:41:02 | 2022-01-10T17:37:04 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hi,
I have 2 questions about ASR Language Modeling:
1- Is there any implemented code in Nemo, for generating the json file of the predictions of an ASR model with a N-gram LM? Something like the [transcribe_speech_parallel.py](https://github.com/NVIDIA/NeMo/blob/main/examples/asr/transcribe_speech_parallel.py) code. I know that, I can easily implement this code via [Offline_ASR.ipynb Tutorial](https://colab.research.google.com/github/NVIDIA/NeMo/blob/stable/tutorials/asr/Offline_ASR.ipynb#scrollTo=nV1CAy0Dit-g). But I want to know if such a code is already available in the framework?
2- Would you please kindly describe what is the `Oracle WER/CER` mean when using the [eval_beamsearch_ngram.py](https://github.com/NVIDIA/NeMo/blob/main/scripts/asr_language_modeling/ngram_lm/eval_beamsearch_ngram.py) code?
Best | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3414/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3414/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3413 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3413/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3413/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3413/events | https://github.com/NVIDIA/NeMo/pull/3413 | 1,097,996,585 | PR_kwDOC_bI7s4wvSrP | 3,413 | Fix running token classification in multinode setting | {
"login": "PeganovAnton",
"id": 10737305,
"node_id": "MDQ6VXNlcjEwNzM3MzA1",
"avatar_url": "https://avatars.githubusercontent.com/u/10737305?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/PeganovAnton",
"html_url": "https://github.com/PeganovAnton",
"followers_url": "https://api.github.com/users/PeganovAnton/followers",
"following_url": "https://api.github.com/users/PeganovAnton/following{/other_user}",
"gists_url": "https://api.github.com/users/PeganovAnton/gists{/gist_id}",
"starred_url": "https://api.github.com/users/PeganovAnton/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/PeganovAnton/subscriptions",
"organizations_url": "https://api.github.com/users/PeganovAnton/orgs",
"repos_url": "https://api.github.com/users/PeganovAnton/repos",
"events_url": "https://api.github.com/users/PeganovAnton/events{/privacy}",
"received_events_url": "https://api.github.com/users/PeganovAnton/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
}
] | closed | false | {
"login": "PeganovAnton",
"id": 10737305,
"node_id": "MDQ6VXNlcjEwNzM3MzA1",
"avatar_url": "https://avatars.githubusercontent.com/u/10737305?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/PeganovAnton",
"html_url": "https://github.com/PeganovAnton",
"followers_url": "https://api.github.com/users/PeganovAnton/followers",
"following_url": "https://api.github.com/users/PeganovAnton/following{/other_user}",
"gists_url": "https://api.github.com/users/PeganovAnton/gists{/gist_id}",
"starred_url": "https://api.github.com/users/PeganovAnton/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/PeganovAnton/subscriptions",
"organizations_url": "https://api.github.com/users/PeganovAnton/orgs",
"repos_url": "https://api.github.com/users/PeganovAnton/repos",
"events_url": "https://api.github.com/users/PeganovAnton/events{/privacy}",
"received_events_url": "https://api.github.com/users/PeganovAnton/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "PeganovAnton",
"id": 10737305,
"node_id": "MDQ6VXNlcjEwNzM3MzA1",
"avatar_url": "https://avatars.githubusercontent.com/u/10737305?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/PeganovAnton",
"html_url": "https://github.com/PeganovAnton",
"followers_url": "https://api.github.com/users/PeganovAnton/followers",
"following_url": "https://api.github.com/users/PeganovAnton/following{/other_user}",
"gists_url": "https://api.github.com/users/PeganovAnton/gists{/gist_id}",
"starred_url": "https://api.github.com/users/PeganovAnton/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/PeganovAnton/subscriptions",
"organizations_url": "https://api.github.com/users/PeganovAnton/orgs",
"repos_url": "https://api.github.com/users/PeganovAnton/repos",
"events_url": "https://api.github.com/users/PeganovAnton/events{/privacy}",
"received_events_url": "https://api.github.com/users/PeganovAnton/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2022-01-10T14:56:04 | 2022-01-11T21:10:15 | 2022-01-11T21:10:13 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3413",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3413",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3413.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3413.patch",
"merged_at": "2022-01-11T21:10:12"
} | Signed-off-by: PeganovAnton <[email protected]> | {
"login": "ekmb",
"id": 10428420,
"node_id": "MDQ6VXNlcjEwNDI4NDIw",
"avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ekmb",
"html_url": "https://github.com/ekmb",
"followers_url": "https://api.github.com/users/ekmb/followers",
"following_url": "https://api.github.com/users/ekmb/following{/other_user}",
"gists_url": "https://api.github.com/users/ekmb/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ekmb/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ekmb/subscriptions",
"organizations_url": "https://api.github.com/users/ekmb/orgs",
"repos_url": "https://api.github.com/users/ekmb/repos",
"events_url": "https://api.github.com/users/ekmb/events{/privacy}",
"received_events_url": "https://api.github.com/users/ekmb/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3413/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3413/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3412 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3412/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3412/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3412/events | https://github.com/NVIDIA/NeMo/issues/3412 | 1,097,471,174 | I_kwDOC_bI7s5BahTG | 3,412 | Language model for transducer model | {
"login": "DatNgoBK",
"id": 34548645,
"node_id": "MDQ6VXNlcjM0NTQ4NjQ1",
"avatar_url": "https://avatars.githubusercontent.com/u/34548645?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/DatNgoBK",
"html_url": "https://github.com/DatNgoBK",
"followers_url": "https://api.github.com/users/DatNgoBK/followers",
"following_url": "https://api.github.com/users/DatNgoBK/following{/other_user}",
"gists_url": "https://api.github.com/users/DatNgoBK/gists{/gist_id}",
"starred_url": "https://api.github.com/users/DatNgoBK/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/DatNgoBK/subscriptions",
"organizations_url": "https://api.github.com/users/DatNgoBK/orgs",
"repos_url": "https://api.github.com/users/DatNgoBK/repos",
"events_url": "https://api.github.com/users/DatNgoBK/events{/privacy}",
"received_events_url": "https://api.github.com/users/DatNgoBK/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 1719393562,
"node_id": "MDU6TGFiZWwxNzE5MzkzNTYy",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/feature",
"name": "feature",
"color": "68F3F0",
"default": false,
"description": "request/PR for a new feature"
}
] | closed | false | {
"login": "VahidooX",
"id": 23551647,
"node_id": "MDQ6VXNlcjIzNTUxNjQ3",
"avatar_url": "https://avatars.githubusercontent.com/u/23551647?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/VahidooX",
"html_url": "https://github.com/VahidooX",
"followers_url": "https://api.github.com/users/VahidooX/followers",
"following_url": "https://api.github.com/users/VahidooX/following{/other_user}",
"gists_url": "https://api.github.com/users/VahidooX/gists{/gist_id}",
"starred_url": "https://api.github.com/users/VahidooX/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/VahidooX/subscriptions",
"organizations_url": "https://api.github.com/users/VahidooX/orgs",
"repos_url": "https://api.github.com/users/VahidooX/repos",
"events_url": "https://api.github.com/users/VahidooX/events{/privacy}",
"received_events_url": "https://api.github.com/users/VahidooX/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "VahidooX",
"id": 23551647,
"node_id": "MDQ6VXNlcjIzNTUxNjQ3",
"avatar_url": "https://avatars.githubusercontent.com/u/23551647?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/VahidooX",
"html_url": "https://github.com/VahidooX",
"followers_url": "https://api.github.com/users/VahidooX/followers",
"following_url": "https://api.github.com/users/VahidooX/following{/other_user}",
"gists_url": "https://api.github.com/users/VahidooX/gists{/gist_id}",
"starred_url": "https://api.github.com/users/VahidooX/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/VahidooX/subscriptions",
"organizations_url": "https://api.github.com/users/VahidooX/orgs",
"repos_url": "https://api.github.com/users/VahidooX/repos",
"events_url": "https://api.github.com/users/VahidooX/events{/privacy}",
"received_events_url": "https://api.github.com/users/VahidooX/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2022-01-10T05:19:23 | 2022-02-27T09:07:04 | 2022-01-18T18:38:34 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Can I use decoder with external language model for Transducer model ? | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3412/reactions",
"total_count": 2,
"+1": 2,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3412/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3409 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3409/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3409/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3409/events | https://github.com/NVIDIA/NeMo/issues/3409 | 1,097,031,215 | I_kwDOC_bI7s5BY14v | 3,409 | RAD-TTS | {
"login": "Nikuson123",
"id": 60883491,
"node_id": "MDQ6VXNlcjYwODgzNDkx",
"avatar_url": "https://avatars.githubusercontent.com/u/60883491?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Nikuson123",
"html_url": "https://github.com/Nikuson123",
"followers_url": "https://api.github.com/users/Nikuson123/followers",
"following_url": "https://api.github.com/users/Nikuson123/following{/other_user}",
"gists_url": "https://api.github.com/users/Nikuson123/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Nikuson123/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Nikuson123/subscriptions",
"organizations_url": "https://api.github.com/users/Nikuson123/orgs",
"repos_url": "https://api.github.com/users/Nikuson123/repos",
"events_url": "https://api.github.com/users/Nikuson123/events{/privacy}",
"received_events_url": "https://api.github.com/users/Nikuson123/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 1719393562,
"node_id": "MDU6TGFiZWwxNzE5MzkzNTYy",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/feature",
"name": "feature",
"color": "68F3F0",
"default": false,
"description": "request/PR for a new feature"
}
] | closed | false | {
"login": "okuchaiev",
"id": 22035961,
"node_id": "MDQ6VXNlcjIyMDM1OTYx",
"avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/okuchaiev",
"html_url": "https://github.com/okuchaiev",
"followers_url": "https://api.github.com/users/okuchaiev/followers",
"following_url": "https://api.github.com/users/okuchaiev/following{/other_user}",
"gists_url": "https://api.github.com/users/okuchaiev/gists{/gist_id}",
"starred_url": "https://api.github.com/users/okuchaiev/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/okuchaiev/subscriptions",
"organizations_url": "https://api.github.com/users/okuchaiev/orgs",
"repos_url": "https://api.github.com/users/okuchaiev/repos",
"events_url": "https://api.github.com/users/okuchaiev/events{/privacy}",
"received_events_url": "https://api.github.com/users/okuchaiev/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "okuchaiev",
"id": 22035961,
"node_id": "MDQ6VXNlcjIyMDM1OTYx",
"avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/okuchaiev",
"html_url": "https://github.com/okuchaiev",
"followers_url": "https://api.github.com/users/okuchaiev/followers",
"following_url": "https://api.github.com/users/okuchaiev/following{/other_user}",
"gists_url": "https://api.github.com/users/okuchaiev/gists{/gist_id}",
"starred_url": "https://api.github.com/users/okuchaiev/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/okuchaiev/subscriptions",
"organizations_url": "https://api.github.com/users/okuchaiev/orgs",
"repos_url": "https://api.github.com/users/okuchaiev/repos",
"events_url": "https://api.github.com/users/okuchaiev/events{/privacy}",
"received_events_url": "https://api.github.com/users/okuchaiev/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2022-01-08T20:38:33 | 2022-07-03T18:04:03 | 2022-07-03T18:04:03 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Why didn't I find RAD-TTS in NeMo?
He seemed to be there
Thanks in advance | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3409/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3409/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3408 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3408/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3408/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3408/events | https://github.com/NVIDIA/NeMo/pull/3408 | 1,096,832,310 | PR_kwDOC_bI7s4wr01I | 3,408 | Finetuning NeMo Megatron T5 Models on GLUE | {
"login": "MaximumEntropy",
"id": 9114321,
"node_id": "MDQ6VXNlcjkxMTQzMjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MaximumEntropy",
"html_url": "https://github.com/MaximumEntropy",
"followers_url": "https://api.github.com/users/MaximumEntropy/followers",
"following_url": "https://api.github.com/users/MaximumEntropy/following{/other_user}",
"gists_url": "https://api.github.com/users/MaximumEntropy/gists{/gist_id}",
"starred_url": "https://api.github.com/users/MaximumEntropy/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/MaximumEntropy/subscriptions",
"organizations_url": "https://api.github.com/users/MaximumEntropy/orgs",
"repos_url": "https://api.github.com/users/MaximumEntropy/repos",
"events_url": "https://api.github.com/users/MaximumEntropy/events{/privacy}",
"received_events_url": "https://api.github.com/users/MaximumEntropy/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-08T04:40:28 | 2022-02-12T00:03:55 | 2022-02-12T00:03:52 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3408",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3408",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3408.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3408.patch",
"merged_at": "2022-02-12T00:03:52"
} | null | {
"login": "MaximumEntropy",
"id": 9114321,
"node_id": "MDQ6VXNlcjkxMTQzMjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MaximumEntropy",
"html_url": "https://github.com/MaximumEntropy",
"followers_url": "https://api.github.com/users/MaximumEntropy/followers",
"following_url": "https://api.github.com/users/MaximumEntropy/following{/other_user}",
"gists_url": "https://api.github.com/users/MaximumEntropy/gists{/gist_id}",
"starred_url": "https://api.github.com/users/MaximumEntropy/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/MaximumEntropy/subscriptions",
"organizations_url": "https://api.github.com/users/MaximumEntropy/orgs",
"repos_url": "https://api.github.com/users/MaximumEntropy/repos",
"events_url": "https://api.github.com/users/MaximumEntropy/events{/privacy}",
"received_events_url": "https://api.github.com/users/MaximumEntropy/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3408/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3408/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3406 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3406/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3406/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3406/events | https://github.com/NVIDIA/NeMo/pull/3406 | 1,096,672,903 | PR_kwDOC_bI7s4wrVlg | 3,406 | cache_hf | {
"login": "ekmb",
"id": 10428420,
"node_id": "MDQ6VXNlcjEwNDI4NDIw",
"avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ekmb",
"html_url": "https://github.com/ekmb",
"followers_url": "https://api.github.com/users/ekmb/followers",
"following_url": "https://api.github.com/users/ekmb/following{/other_user}",
"gists_url": "https://api.github.com/users/ekmb/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ekmb/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ekmb/subscriptions",
"organizations_url": "https://api.github.com/users/ekmb/orgs",
"repos_url": "https://api.github.com/users/ekmb/repos",
"events_url": "https://api.github.com/users/ekmb/events{/privacy}",
"received_events_url": "https://api.github.com/users/ekmb/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-07T21:12:28 | 2022-01-07T22:01:38 | 2022-01-07T22:01:36 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3406",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3406",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3406.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3406.patch",
"merged_at": "2022-01-07T22:01:36"
} | Signed-off-by: ekmb <[email protected]> | {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3406/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3406/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3405 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3405/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3405/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3405/events | https://github.com/NVIDIA/NeMo/pull/3405 | 1,096,648,400 | PR_kwDOC_bI7s4wrQhP | 3,405 | update docs and replace speakernet with titanet in tutorials | {
"login": "nithinraok",
"id": 19668129,
"node_id": "MDQ6VXNlcjE5NjY4MTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nithinraok",
"html_url": "https://github.com/nithinraok",
"followers_url": "https://api.github.com/users/nithinraok/followers",
"following_url": "https://api.github.com/users/nithinraok/following{/other_user}",
"gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions",
"organizations_url": "https://api.github.com/users/nithinraok/orgs",
"repos_url": "https://api.github.com/users/nithinraok/repos",
"events_url": "https://api.github.com/users/nithinraok/events{/privacy}",
"received_events_url": "https://api.github.com/users/nithinraok/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-07T20:30:38 | 2022-01-11T01:20:04 | 2022-01-11T01:20:01 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3405",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3405",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3405.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3405.patch",
"merged_at": "2022-01-11T01:20:00"
} | Signed-off-by: nithinraok <[email protected]> | {
"login": "nithinraok",
"id": 19668129,
"node_id": "MDQ6VXNlcjE5NjY4MTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nithinraok",
"html_url": "https://github.com/nithinraok",
"followers_url": "https://api.github.com/users/nithinraok/followers",
"following_url": "https://api.github.com/users/nithinraok/following{/other_user}",
"gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions",
"organizations_url": "https://api.github.com/users/nithinraok/orgs",
"repos_url": "https://api.github.com/users/nithinraok/repos",
"events_url": "https://api.github.com/users/nithinraok/events{/privacy}",
"received_events_url": "https://api.github.com/users/nithinraok/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3405/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3405/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3404 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3404/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3404/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3404/events | https://github.com/NVIDIA/NeMo/pull/3404 | 1,096,572,013 | PR_kwDOC_bI7s4wrBIr | 3,404 | Asr fr | {
"login": "tbartley94",
"id": 90423858,
"node_id": "MDQ6VXNlcjkwNDIzODU4",
"avatar_url": "https://avatars.githubusercontent.com/u/90423858?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/tbartley94",
"html_url": "https://github.com/tbartley94",
"followers_url": "https://api.github.com/users/tbartley94/followers",
"following_url": "https://api.github.com/users/tbartley94/following{/other_user}",
"gists_url": "https://api.github.com/users/tbartley94/gists{/gist_id}",
"starred_url": "https://api.github.com/users/tbartley94/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/tbartley94/subscriptions",
"organizations_url": "https://api.github.com/users/tbartley94/orgs",
"repos_url": "https://api.github.com/users/tbartley94/repos",
"events_url": "https://api.github.com/users/tbartley94/events{/privacy}",
"received_events_url": "https://api.github.com/users/tbartley94/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-07T18:40:37 | 2022-01-11T17:35:35 | 2022-01-11T17:35:35 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3404",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3404",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3404.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3404.patch",
"merged_at": "2022-01-11T17:35:35"
} | Updating model imports and documentations for new French ASR models: conformer transducer and conformer ctc trained without hyphenization. | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3404/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3404/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3403 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3403/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3403/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3403/events | https://github.com/NVIDIA/NeMo/pull/3403 | 1,096,542,387 | PR_kwDOC_bI7s4wq7dq | 3,403 | Disable `with-downloads` in CI | {
"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/followers",
"following_url": "https://api.github.com/users/blisc/following{/other_user}",
"gists_url": "https://api.github.com/users/blisc/gists{/gist_id}",
"starred_url": "https://api.github.com/users/blisc/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/blisc/subscriptions",
"organizations_url": "https://api.github.com/users/blisc/orgs",
"repos_url": "https://api.github.com/users/blisc/repos",
"events_url": "https://api.github.com/users/blisc/events{/privacy}",
"received_events_url": "https://api.github.com/users/blisc/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-07T18:00:41 | 2022-01-07T18:38:02 | 2022-01-07T18:38:02 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3403",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3403",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3403.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3403.patch",
"merged_at": null
} | null | {
"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/followers",
"following_url": "https://api.github.com/users/blisc/following{/other_user}",
"gists_url": "https://api.github.com/users/blisc/gists{/gist_id}",
"starred_url": "https://api.github.com/users/blisc/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/blisc/subscriptions",
"organizations_url": "https://api.github.com/users/blisc/orgs",
"repos_url": "https://api.github.com/users/blisc/repos",
"events_url": "https://api.github.com/users/blisc/events{/privacy}",
"received_events_url": "https://api.github.com/users/blisc/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3403/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3403/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3402 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3402/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3402/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3402/events | https://github.com/NVIDIA/NeMo/pull/3402 | 1,096,408,000 | PR_kwDOC_bI7s4wqgKf | 3,402 | Mark Broken Tests | {
"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/followers",
"following_url": "https://api.github.com/users/blisc/following{/other_user}",
"gists_url": "https://api.github.com/users/blisc/gists{/gist_id}",
"starred_url": "https://api.github.com/users/blisc/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/blisc/subscriptions",
"organizations_url": "https://api.github.com/users/blisc/orgs",
"repos_url": "https://api.github.com/users/blisc/repos",
"events_url": "https://api.github.com/users/blisc/events{/privacy}",
"received_events_url": "https://api.github.com/users/blisc/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-07T15:15:27 | 2022-01-07T17:58:39 | 2022-01-07T17:58:39 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3402",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3402",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3402.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3402.patch",
"merged_at": null
} | null | {
"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/followers",
"following_url": "https://api.github.com/users/blisc/following{/other_user}",
"gists_url": "https://api.github.com/users/blisc/gists{/gist_id}",
"starred_url": "https://api.github.com/users/blisc/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/blisc/subscriptions",
"organizations_url": "https://api.github.com/users/blisc/orgs",
"repos_url": "https://api.github.com/users/blisc/repos",
"events_url": "https://api.github.com/users/blisc/events{/privacy}",
"received_events_url": "https://api.github.com/users/blisc/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3402/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3402/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3401 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3401/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3401/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3401/events | https://github.com/NVIDIA/NeMo/issues/3401 | 1,096,095,696 | I_kwDOC_bI7s5BVRfQ | 3,401 | Download pre-trained Fastspeech2 Hifigan E2E fail | {
"login": "LeeYangseung",
"id": 16534344,
"node_id": "MDQ6VXNlcjE2NTM0MzQ0",
"avatar_url": "https://avatars.githubusercontent.com/u/16534344?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/LeeYangseung",
"html_url": "https://github.com/LeeYangseung",
"followers_url": "https://api.github.com/users/LeeYangseung/followers",
"following_url": "https://api.github.com/users/LeeYangseung/following{/other_user}",
"gists_url": "https://api.github.com/users/LeeYangseung/gists{/gist_id}",
"starred_url": "https://api.github.com/users/LeeYangseung/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/LeeYangseung/subscriptions",
"organizations_url": "https://api.github.com/users/LeeYangseung/orgs",
"repos_url": "https://api.github.com/users/LeeYangseung/repos",
"events_url": "https://api.github.com/users/LeeYangseung/events{/privacy}",
"received_events_url": "https://api.github.com/users/LeeYangseung/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | {
"login": "redoctopus",
"id": 4268876,
"node_id": "MDQ6VXNlcjQyNjg4NzY=",
"avatar_url": "https://avatars.githubusercontent.com/u/4268876?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/redoctopus",
"html_url": "https://github.com/redoctopus",
"followers_url": "https://api.github.com/users/redoctopus/followers",
"following_url": "https://api.github.com/users/redoctopus/following{/other_user}",
"gists_url": "https://api.github.com/users/redoctopus/gists{/gist_id}",
"starred_url": "https://api.github.com/users/redoctopus/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/redoctopus/subscriptions",
"organizations_url": "https://api.github.com/users/redoctopus/orgs",
"repos_url": "https://api.github.com/users/redoctopus/repos",
"events_url": "https://api.github.com/users/redoctopus/events{/privacy}",
"received_events_url": "https://api.github.com/users/redoctopus/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "redoctopus",
"id": 4268876,
"node_id": "MDQ6VXNlcjQyNjg4NzY=",
"avatar_url": "https://avatars.githubusercontent.com/u/4268876?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/redoctopus",
"html_url": "https://github.com/redoctopus",
"followers_url": "https://api.github.com/users/redoctopus/followers",
"following_url": "https://api.github.com/users/redoctopus/following{/other_user}",
"gists_url": "https://api.github.com/users/redoctopus/gists{/gist_id}",
"starred_url": "https://api.github.com/users/redoctopus/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/redoctopus/subscriptions",
"organizations_url": "https://api.github.com/users/redoctopus/orgs",
"repos_url": "https://api.github.com/users/redoctopus/repos",
"events_url": "https://api.github.com/users/redoctopus/events{/privacy}",
"received_events_url": "https://api.github.com/users/redoctopus/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2022-01-07T08:27:26 | 2022-04-05T23:47:40 | 2022-04-05T23:47:40 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | hello, thanks for your great job.
I tried to download pre-trained model of Fastspeech2 Hifigan E2E.
but, browser download doesn't working and wget too.
I attach the wget log below
wget --content-disposition https://api.ngc.nvidia.com/v2/models/nvidia/nemo/tts_en_e2e_fastspeech2hifigan/versions/1.0.0/zip -O tts_en_e2e_fastspeech2hifigan_1.0.0.zip
--2022-01-07 17:17:54-- https://api.ngc.nvidia.com/v2/models/nvidia/nemo/tts_en_e2e_fastspeech2hifigan/versions/1.0.0/zip
Resolving api.ngc.nvidia.com (api.ngc.nvidia.com)... 52.38.144.30, 35.165.139.54
Connecting to api.ngc.nvidia.com (api.ngc.nvidia.com)|52.38.144.30|:443... connected.
HTTP request sent, awaiting response... 404
2022-01-07 17:18:00 ERROR 404: (no description).
Thank you. | {
"login": "okuchaiev",
"id": 22035961,
"node_id": "MDQ6VXNlcjIyMDM1OTYx",
"avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/okuchaiev",
"html_url": "https://github.com/okuchaiev",
"followers_url": "https://api.github.com/users/okuchaiev/followers",
"following_url": "https://api.github.com/users/okuchaiev/following{/other_user}",
"gists_url": "https://api.github.com/users/okuchaiev/gists{/gist_id}",
"starred_url": "https://api.github.com/users/okuchaiev/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/okuchaiev/subscriptions",
"organizations_url": "https://api.github.com/users/okuchaiev/orgs",
"repos_url": "https://api.github.com/users/okuchaiev/repos",
"events_url": "https://api.github.com/users/okuchaiev/events{/privacy}",
"received_events_url": "https://api.github.com/users/okuchaiev/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3401/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3401/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3400 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3400/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3400/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3400/events | https://github.com/NVIDIA/NeMo/pull/3400 | 1,095,922,249 | PR_kwDOC_bI7s4wo8np | 3,400 | Fix linear annealing not annealing lr to min_lr | {
"login": "MaximumEntropy",
"id": 9114321,
"node_id": "MDQ6VXNlcjkxMTQzMjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MaximumEntropy",
"html_url": "https://github.com/MaximumEntropy",
"followers_url": "https://api.github.com/users/MaximumEntropy/followers",
"following_url": "https://api.github.com/users/MaximumEntropy/following{/other_user}",
"gists_url": "https://api.github.com/users/MaximumEntropy/gists{/gist_id}",
"starred_url": "https://api.github.com/users/MaximumEntropy/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/MaximumEntropy/subscriptions",
"organizations_url": "https://api.github.com/users/MaximumEntropy/orgs",
"repos_url": "https://api.github.com/users/MaximumEntropy/repos",
"events_url": "https://api.github.com/users/MaximumEntropy/events{/privacy}",
"received_events_url": "https://api.github.com/users/MaximumEntropy/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-07T02:30:07 | 2022-01-08T00:14:41 | 2022-01-08T00:14:36 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3400",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3400",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3400.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3400.patch",
"merged_at": "2022-01-08T00:14:36"
} | The `WarmupAnnealing` currently anneals the LR to 0 instead of the provided `min_lr` arg. | {
"login": "MaximumEntropy",
"id": 9114321,
"node_id": "MDQ6VXNlcjkxMTQzMjE=",
"avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/MaximumEntropy",
"html_url": "https://github.com/MaximumEntropy",
"followers_url": "https://api.github.com/users/MaximumEntropy/followers",
"following_url": "https://api.github.com/users/MaximumEntropy/following{/other_user}",
"gists_url": "https://api.github.com/users/MaximumEntropy/gists{/gist_id}",
"starred_url": "https://api.github.com/users/MaximumEntropy/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/MaximumEntropy/subscriptions",
"organizations_url": "https://api.github.com/users/MaximumEntropy/orgs",
"repos_url": "https://api.github.com/users/MaximumEntropy/repos",
"events_url": "https://api.github.com/users/MaximumEntropy/events{/privacy}",
"received_events_url": "https://api.github.com/users/MaximumEntropy/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3400/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3400/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3399 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3399/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3399/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3399/events | https://github.com/NVIDIA/NeMo/pull/3399 | 1,095,880,546 | PR_kwDOC_bI7s4wo0Sh | 3,399 | fixed the bug of bucketing when fixed-size batch is used. | {
"login": "VahidooX",
"id": 23551647,
"node_id": "MDQ6VXNlcjIzNTUxNjQ3",
"avatar_url": "https://avatars.githubusercontent.com/u/23551647?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/VahidooX",
"html_url": "https://github.com/VahidooX",
"followers_url": "https://api.github.com/users/VahidooX/followers",
"following_url": "https://api.github.com/users/VahidooX/following{/other_user}",
"gists_url": "https://api.github.com/users/VahidooX/gists{/gist_id}",
"starred_url": "https://api.github.com/users/VahidooX/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/VahidooX/subscriptions",
"organizations_url": "https://api.github.com/users/VahidooX/orgs",
"repos_url": "https://api.github.com/users/VahidooX/repos",
"events_url": "https://api.github.com/users/VahidooX/events{/privacy}",
"received_events_url": "https://api.github.com/users/VahidooX/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-07T01:07:45 | 2022-01-12T01:36:35 | 2022-01-07T02:38:21 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3399",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3399",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3399.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3399.patch",
"merged_at": "2022-01-07T02:38:21"
} | null | {
"login": "VahidooX",
"id": 23551647,
"node_id": "MDQ6VXNlcjIzNTUxNjQ3",
"avatar_url": "https://avatars.githubusercontent.com/u/23551647?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/VahidooX",
"html_url": "https://github.com/VahidooX",
"followers_url": "https://api.github.com/users/VahidooX/followers",
"following_url": "https://api.github.com/users/VahidooX/following{/other_user}",
"gists_url": "https://api.github.com/users/VahidooX/gists{/gist_id}",
"starred_url": "https://api.github.com/users/VahidooX/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/VahidooX/subscriptions",
"organizations_url": "https://api.github.com/users/VahidooX/orgs",
"repos_url": "https://api.github.com/users/VahidooX/repos",
"events_url": "https://api.github.com/users/VahidooX/events{/privacy}",
"received_events_url": "https://api.github.com/users/VahidooX/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3399/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3399/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3397 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3397/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3397/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3397/events | https://github.com/NVIDIA/NeMo/issues/3397 | 1,095,534,649 | I_kwDOC_bI7s5BTIg5 | 3,397 | Getting error module 'posixpath' has no attribute 'json' | {
"login": "deayalar",
"id": 1920471,
"node_id": "MDQ6VXNlcjE5MjA0NzE=",
"avatar_url": "https://avatars.githubusercontent.com/u/1920471?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/deayalar",
"html_url": "https://github.com/deayalar",
"followers_url": "https://api.github.com/users/deayalar/followers",
"following_url": "https://api.github.com/users/deayalar/following{/other_user}",
"gists_url": "https://api.github.com/users/deayalar/gists{/gist_id}",
"starred_url": "https://api.github.com/users/deayalar/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/deayalar/subscriptions",
"organizations_url": "https://api.github.com/users/deayalar/orgs",
"repos_url": "https://api.github.com/users/deayalar/repos",
"events_url": "https://api.github.com/users/deayalar/events{/privacy}",
"received_events_url": "https://api.github.com/users/deayalar/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | {
"login": "nithinraok",
"id": 19668129,
"node_id": "MDQ6VXNlcjE5NjY4MTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nithinraok",
"html_url": "https://github.com/nithinraok",
"followers_url": "https://api.github.com/users/nithinraok/followers",
"following_url": "https://api.github.com/users/nithinraok/following{/other_user}",
"gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions",
"organizations_url": "https://api.github.com/users/nithinraok/orgs",
"repos_url": "https://api.github.com/users/nithinraok/repos",
"events_url": "https://api.github.com/users/nithinraok/events{/privacy}",
"received_events_url": "https://api.github.com/users/nithinraok/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "nithinraok",
"id": 19668129,
"node_id": "MDQ6VXNlcjE5NjY4MTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nithinraok",
"html_url": "https://github.com/nithinraok",
"followers_url": "https://api.github.com/users/nithinraok/followers",
"following_url": "https://api.github.com/users/nithinraok/following{/other_user}",
"gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions",
"organizations_url": "https://api.github.com/users/nithinraok/orgs",
"repos_url": "https://api.github.com/users/nithinraok/repos",
"events_url": "https://api.github.com/users/nithinraok/events{/privacy}",
"received_events_url": "https://api.github.com/users/nithinraok/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2022-01-06T17:31:24 | 2022-01-06T18:18:19 | 2022-01-06T18:18:19 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I was trying the single liner diarization as mentioned in this comment
https://github.com/NVIDIA/NeMo/issues/2722#issuecomment-905306973
But I'm getting this error: AttributeError: module 'posixpath' has no attribute 'json' in this line:
https://github.com/NVIDIA/NeMo/blob/b4a28b4e29a4eb03ac2e0003dfe08fb7ddedea63/nemo/collections/asr/models/clustering_diarizer.py#L395
I was wondering if it should be join instead of json?
I'm using python 3.7.12 and nemo-toolkit 1.6.0rc0 | {
"login": "nithinraok",
"id": 19668129,
"node_id": "MDQ6VXNlcjE5NjY4MTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nithinraok",
"html_url": "https://github.com/nithinraok",
"followers_url": "https://api.github.com/users/nithinraok/followers",
"following_url": "https://api.github.com/users/nithinraok/following{/other_user}",
"gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions",
"organizations_url": "https://api.github.com/users/nithinraok/orgs",
"repos_url": "https://api.github.com/users/nithinraok/repos",
"events_url": "https://api.github.com/users/nithinraok/events{/privacy}",
"received_events_url": "https://api.github.com/users/nithinraok/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3397/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3397/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3396 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3396/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3396/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3396/events | https://github.com/NVIDIA/NeMo/issues/3396 | 1,095,397,430 | I_kwDOC_bI7s5BSnA2 | 3,396 | Weird transcriptions from a fine-tuned model | {
"login": "BenoitWang",
"id": 41187612,
"node_id": "MDQ6VXNlcjQxMTg3NjEy",
"avatar_url": "https://avatars.githubusercontent.com/u/41187612?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/BenoitWang",
"html_url": "https://github.com/BenoitWang",
"followers_url": "https://api.github.com/users/BenoitWang/followers",
"following_url": "https://api.github.com/users/BenoitWang/following{/other_user}",
"gists_url": "https://api.github.com/users/BenoitWang/gists{/gist_id}",
"starred_url": "https://api.github.com/users/BenoitWang/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/BenoitWang/subscriptions",
"organizations_url": "https://api.github.com/users/BenoitWang/orgs",
"repos_url": "https://api.github.com/users/BenoitWang/repos",
"events_url": "https://api.github.com/users/BenoitWang/events{/privacy}",
"received_events_url": "https://api.github.com/users/BenoitWang/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-06T14:56:09 | 2022-01-10T18:15:52 | 2022-01-10T18:15:52 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hi,
I fine-tuned a pre-trained French ASR model "stt_fr_conformer_ctc_large" with my own data. And I replaced the tokenizer with my own by `model.change_vocabulary(new_tokenizer_dir=my_own_tokenizer, new_tokenizer_type="bpe")`.
The training was smooth and I got 17% valid WER which is rather good for our dataset, but when I did `transcription=asr_model.transcribe(["example.wav"])` for inference, I got weird transcriptions as below :

It seems that something changed the alphabet, and here is another example:

I looked back into the training log and I found the same thing :

How can I get good transcriptions please ? And is my 17% WER correct ?
Thanks in advance.
| {
"login": "BenoitWang",
"id": 41187612,
"node_id": "MDQ6VXNlcjQxMTg3NjEy",
"avatar_url": "https://avatars.githubusercontent.com/u/41187612?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/BenoitWang",
"html_url": "https://github.com/BenoitWang",
"followers_url": "https://api.github.com/users/BenoitWang/followers",
"following_url": "https://api.github.com/users/BenoitWang/following{/other_user}",
"gists_url": "https://api.github.com/users/BenoitWang/gists{/gist_id}",
"starred_url": "https://api.github.com/users/BenoitWang/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/BenoitWang/subscriptions",
"organizations_url": "https://api.github.com/users/BenoitWang/orgs",
"repos_url": "https://api.github.com/users/BenoitWang/repos",
"events_url": "https://api.github.com/users/BenoitWang/events{/privacy}",
"received_events_url": "https://api.github.com/users/BenoitWang/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3396/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3396/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3395 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3395/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3395/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3395/events | https://github.com/NVIDIA/NeMo/issues/3395 | 1,095,372,636 | I_kwDOC_bI7s5BSg9c | 3,395 | [Question] about Speech Data Explorer (SDE) Tool | {
"login": "ahkarami",
"id": 28620609,
"node_id": "MDQ6VXNlcjI4NjIwNjA5",
"avatar_url": "https://avatars.githubusercontent.com/u/28620609?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ahkarami",
"html_url": "https://github.com/ahkarami",
"followers_url": "https://api.github.com/users/ahkarami/followers",
"following_url": "https://api.github.com/users/ahkarami/following{/other_user}",
"gists_url": "https://api.github.com/users/ahkarami/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ahkarami/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ahkarami/subscriptions",
"organizations_url": "https://api.github.com/users/ahkarami/orgs",
"repos_url": "https://api.github.com/users/ahkarami/repos",
"events_url": "https://api.github.com/users/ahkarami/events{/privacy}",
"received_events_url": "https://api.github.com/users/ahkarami/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | {
"login": "vsl9",
"id": 4344862,
"node_id": "MDQ6VXNlcjQzNDQ4NjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/4344862?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vsl9",
"html_url": "https://github.com/vsl9",
"followers_url": "https://api.github.com/users/vsl9/followers",
"following_url": "https://api.github.com/users/vsl9/following{/other_user}",
"gists_url": "https://api.github.com/users/vsl9/gists{/gist_id}",
"starred_url": "https://api.github.com/users/vsl9/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/vsl9/subscriptions",
"organizations_url": "https://api.github.com/users/vsl9/orgs",
"repos_url": "https://api.github.com/users/vsl9/repos",
"events_url": "https://api.github.com/users/vsl9/events{/privacy}",
"received_events_url": "https://api.github.com/users/vsl9/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "vsl9",
"id": 4344862,
"node_id": "MDQ6VXNlcjQzNDQ4NjI=",
"avatar_url": "https://avatars.githubusercontent.com/u/4344862?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/vsl9",
"html_url": "https://github.com/vsl9",
"followers_url": "https://api.github.com/users/vsl9/followers",
"following_url": "https://api.github.com/users/vsl9/following{/other_user}",
"gists_url": "https://api.github.com/users/vsl9/gists{/gist_id}",
"starred_url": "https://api.github.com/users/vsl9/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/vsl9/subscriptions",
"organizations_url": "https://api.github.com/users/vsl9/orgs",
"repos_url": "https://api.github.com/users/vsl9/repos",
"events_url": "https://api.github.com/users/vsl9/events{/privacy}",
"received_events_url": "https://api.github.com/users/vsl9/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2022-01-06T14:28:32 | 2022-03-05T12:35:22 | 2022-03-05T12:35:22 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hi,
The Speech Data Explorer (SDE) tool is really a great tool for error analysis. I have some questions about it:
1- What is `Vocabulary size` exactly mean in SDE? Is it unique words separated by space in the manifest? (because when I have tested SDE with QuartzNet & Citrinet (with bpe tokenizer) models its vocabulary size have been changed!!)
2- What does `Score` means in SDE?
3- In the last plot of SDE (_e.g._, the last plot in `statistics` section of http://18.223.252.228:8050/) what does `sometimes recognized` exactly means? It means these words recognition accuracy is greater than zero and less than 100%?
4- How one can save or export tables in SDE for example as a csv file (excel file)? Also if one can save them after applying a filter it would be great.
5- After running the SDE for a manifest according to the predicted results of an ASR model, is there any systematic approach for analyzing and detecting the common errors of the ASR model and address them? In other words, how one can improve the accuracy of an ASR model by using the SDE tool? Is there any paper/tutorial in this area?
Best | {
"login": "ahkarami",
"id": 28620609,
"node_id": "MDQ6VXNlcjI4NjIwNjA5",
"avatar_url": "https://avatars.githubusercontent.com/u/28620609?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ahkarami",
"html_url": "https://github.com/ahkarami",
"followers_url": "https://api.github.com/users/ahkarami/followers",
"following_url": "https://api.github.com/users/ahkarami/following{/other_user}",
"gists_url": "https://api.github.com/users/ahkarami/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ahkarami/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ahkarami/subscriptions",
"organizations_url": "https://api.github.com/users/ahkarami/orgs",
"repos_url": "https://api.github.com/users/ahkarami/repos",
"events_url": "https://api.github.com/users/ahkarami/events{/privacy}",
"received_events_url": "https://api.github.com/users/ahkarami/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3395/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3395/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3394 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3394/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3394/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3394/events | https://github.com/NVIDIA/NeMo/pull/3394 | 1,095,081,400 | PR_kwDOC_bI7s4wmNqR | 3,394 | vad infer refactor | {
"login": "fayejf",
"id": 36722593,
"node_id": "MDQ6VXNlcjM2NzIyNTkz",
"avatar_url": "https://avatars.githubusercontent.com/u/36722593?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/fayejf",
"html_url": "https://github.com/fayejf",
"followers_url": "https://api.github.com/users/fayejf/followers",
"following_url": "https://api.github.com/users/fayejf/following{/other_user}",
"gists_url": "https://api.github.com/users/fayejf/gists{/gist_id}",
"starred_url": "https://api.github.com/users/fayejf/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fayejf/subscriptions",
"organizations_url": "https://api.github.com/users/fayejf/orgs",
"repos_url": "https://api.github.com/users/fayejf/repos",
"events_url": "https://api.github.com/users/fayejf/events{/privacy}",
"received_events_url": "https://api.github.com/users/fayejf/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-06T08:25:18 | 2022-01-13T01:32:56 | 2022-01-13T01:32:51 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3394",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3394",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3394.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3394.patch",
"merged_at": "2022-01-13T01:32:51"
} | 1. Organize and move parameters used in `vad_infer.py` to _yaml_ config file` conf/vad_inference_postprocessing.yaml`.
2. Add gen_overlap_seq, gen_seg_table and write_to_manifest choice to `vad_infer.py` so the script can cover the whole pipeline from
**frame -> overlapped smoothing filter -> write to rttm-like table -> write to manfiest json file (for possible next step)** instead of using multiple scripts as in previous.
3. Remove duplicate code in `vad_overlap_posterior.py` and `write_long_audio_manifest.py` in scripts/voice_activity_detection.
4. Reflect updates in `tutorials/asr/Online_Offline_Microphone_VAD_Demo.ipynb ` and `tutorials/asr/Voice_Activity_Detection.ipynb`
5. bugfix for diarization yaml file about input data example.
6. Unify and rename _window_length_in_sec_ and _shift_length_in_sec_ across files to reduce confusion. | {
"login": "fayejf",
"id": 36722593,
"node_id": "MDQ6VXNlcjM2NzIyNTkz",
"avatar_url": "https://avatars.githubusercontent.com/u/36722593?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/fayejf",
"html_url": "https://github.com/fayejf",
"followers_url": "https://api.github.com/users/fayejf/followers",
"following_url": "https://api.github.com/users/fayejf/following{/other_user}",
"gists_url": "https://api.github.com/users/fayejf/gists{/gist_id}",
"starred_url": "https://api.github.com/users/fayejf/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fayejf/subscriptions",
"organizations_url": "https://api.github.com/users/fayejf/orgs",
"repos_url": "https://api.github.com/users/fayejf/repos",
"events_url": "https://api.github.com/users/fayejf/events{/privacy}",
"received_events_url": "https://api.github.com/users/fayejf/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3394/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3394/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3393 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3393/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3393/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3393/events | https://github.com/NVIDIA/NeMo/issues/3393 | 1,094,985,874 | I_kwDOC_bI7s5BRCiS | 3,393 | get timestamp with timescribed output in ASR nemo | {
"login": "shibanaz",
"id": 97213080,
"node_id": "U_kgDOBctamA",
"avatar_url": "https://avatars.githubusercontent.com/u/97213080?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/shibanaz",
"html_url": "https://github.com/shibanaz",
"followers_url": "https://api.github.com/users/shibanaz/followers",
"following_url": "https://api.github.com/users/shibanaz/following{/other_user}",
"gists_url": "https://api.github.com/users/shibanaz/gists{/gist_id}",
"starred_url": "https://api.github.com/users/shibanaz/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/shibanaz/subscriptions",
"organizations_url": "https://api.github.com/users/shibanaz/orgs",
"repos_url": "https://api.github.com/users/shibanaz/repos",
"events_url": "https://api.github.com/users/shibanaz/events{/privacy}",
"received_events_url": "https://api.github.com/users/shibanaz/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-06T05:36:44 | 2022-01-06T05:58:03 | 2022-01-06T05:58:03 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I am using quarztnet model for converting speech to text. I am getting only text. My requirement is to get text wors with timestamp. | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3393/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3393/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3392 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3392/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3392/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3392/events | https://github.com/NVIDIA/NeMo/pull/3392 | 1,094,857,876 | PR_kwDOC_bI7s4wlgd4 | 3,392 | Refactor ASR Examples Directory | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-06T00:37:03 | 2022-01-11T23:38:14 | 2022-01-11T23:38:11 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3392",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3392",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3392.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3392.patch",
"merged_at": "2022-01-11T23:38:11"
} | # Changelog
- Refactor ASR directory to modularize against - type of task (ASR/Speech Pretraining/Speech Classification) and type of ASR training (CTC/RNNT).
- Keep all inference scripts in base dir for easy access to infer/eval ASR models without tracking down which model to evaluate.
- Move VAD/Speech Classification to its own subdomain
- Move Speech Pretraining to its own subdomain (anticipating more advanced SSL capabilities)
- Separate CTC / RNNT training scripts to inform which type of model is being trained.
Signed-off-by: smajumdar <[email protected]> | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3392/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3392/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3391 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3391/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3391/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3391/events | https://github.com/NVIDIA/NeMo/issues/3391 | 1,094,124,103 | I_kwDOC_bI7s5BNwJH | 3,391 | Where is the 1.6.0rc0 version ? | {
"login": "jzoker",
"id": 12979119,
"node_id": "MDQ6VXNlcjEyOTc5MTE5",
"avatar_url": "https://avatars.githubusercontent.com/u/12979119?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/jzoker",
"html_url": "https://github.com/jzoker",
"followers_url": "https://api.github.com/users/jzoker/followers",
"following_url": "https://api.github.com/users/jzoker/following{/other_user}",
"gists_url": "https://api.github.com/users/jzoker/gists{/gist_id}",
"starred_url": "https://api.github.com/users/jzoker/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/jzoker/subscriptions",
"organizations_url": "https://api.github.com/users/jzoker/orgs",
"repos_url": "https://api.github.com/users/jzoker/repos",
"events_url": "https://api.github.com/users/jzoker/events{/privacy}",
"received_events_url": "https://api.github.com/users/jzoker/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
}
] | closed | false | null | [] | null | null | 2022-01-05T08:59:07 | 2022-01-12T08:59:01 | 2022-01-05T15:49:33 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | my coworker could install it last week, but now i don't see this version anymore? | {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3391/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3391/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3390 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3390/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3390/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3390/events | https://github.com/NVIDIA/NeMo/pull/3390 | 1,093,782,364 | PR_kwDOC_bI7s4wiB0c | 3,390 | Ru TN | {
"login": "ekmb",
"id": 10428420,
"node_id": "MDQ6VXNlcjEwNDI4NDIw",
"avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ekmb",
"html_url": "https://github.com/ekmb",
"followers_url": "https://api.github.com/users/ekmb/followers",
"following_url": "https://api.github.com/users/ekmb/following{/other_user}",
"gists_url": "https://api.github.com/users/ekmb/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ekmb/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ekmb/subscriptions",
"organizations_url": "https://api.github.com/users/ekmb/orgs",
"repos_url": "https://api.github.com/users/ekmb/repos",
"events_url": "https://api.github.com/users/ekmb/events{/privacy}",
"received_events_url": "https://api.github.com/users/ekmb/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-04T21:51:18 | 2022-01-05T01:46:54 | 2022-01-05T01:46:52 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3390",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3390",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3390.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3390.patch",
"merged_at": "2022-01-05T01:46:52"
} | - reduce the number of non-deterministic options
- weights update for common cases | {
"login": "yzhang123",
"id": 4204271,
"node_id": "MDQ6VXNlcjQyMDQyNzE=",
"avatar_url": "https://avatars.githubusercontent.com/u/4204271?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yzhang123",
"html_url": "https://github.com/yzhang123",
"followers_url": "https://api.github.com/users/yzhang123/followers",
"following_url": "https://api.github.com/users/yzhang123/following{/other_user}",
"gists_url": "https://api.github.com/users/yzhang123/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yzhang123/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yzhang123/subscriptions",
"organizations_url": "https://api.github.com/users/yzhang123/orgs",
"repos_url": "https://api.github.com/users/yzhang123/repos",
"events_url": "https://api.github.com/users/yzhang123/events{/privacy}",
"received_events_url": "https://api.github.com/users/yzhang123/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3390/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3390/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3389 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3389/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3389/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3389/events | https://github.com/NVIDIA/NeMo/issues/3389 | 1,093,672,057 | I_kwDOC_bI7s5BMBx5 | 3,389 | How does MarbleNet compares with silero-vad | {
"login": "seekingdeep",
"id": 71519088,
"node_id": "MDQ6VXNlcjcxNTE5MDg4",
"avatar_url": "https://avatars.githubusercontent.com/u/71519088?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/seekingdeep",
"html_url": "https://github.com/seekingdeep",
"followers_url": "https://api.github.com/users/seekingdeep/followers",
"following_url": "https://api.github.com/users/seekingdeep/following{/other_user}",
"gists_url": "https://api.github.com/users/seekingdeep/gists{/gist_id}",
"starred_url": "https://api.github.com/users/seekingdeep/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/seekingdeep/subscriptions",
"organizations_url": "https://api.github.com/users/seekingdeep/orgs",
"repos_url": "https://api.github.com/users/seekingdeep/repos",
"events_url": "https://api.github.com/users/seekingdeep/events{/privacy}",
"received_events_url": "https://api.github.com/users/seekingdeep/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-04T19:07:43 | 2022-01-05T18:54:45 | 2022-01-05T17:56:28 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hi there
@fayejf @titu1994 @borisgin
i am interested in knowing your thoughts and comparison between MarbleNet and silero-vad on cpu-only devices. | {
"login": "okuchaiev",
"id": 22035961,
"node_id": "MDQ6VXNlcjIyMDM1OTYx",
"avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/okuchaiev",
"html_url": "https://github.com/okuchaiev",
"followers_url": "https://api.github.com/users/okuchaiev/followers",
"following_url": "https://api.github.com/users/okuchaiev/following{/other_user}",
"gists_url": "https://api.github.com/users/okuchaiev/gists{/gist_id}",
"starred_url": "https://api.github.com/users/okuchaiev/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/okuchaiev/subscriptions",
"organizations_url": "https://api.github.com/users/okuchaiev/orgs",
"repos_url": "https://api.github.com/users/okuchaiev/repos",
"events_url": "https://api.github.com/users/okuchaiev/events{/privacy}",
"received_events_url": "https://api.github.com/users/okuchaiev/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3389/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3389/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3388 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3388/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3388/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3388/events | https://github.com/NVIDIA/NeMo/pull/3388 | 1,093,658,003 | PR_kwDOC_bI7s4whn8w | 3,388 | [NeMoMegatron] Pipeline parallelism for GPT | {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-04T18:48:50 | 2022-04-15T21:38:46 | 2022-02-14T17:05:44 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3388",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3388",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3388.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3388.patch",
"merged_at": "2022-02-14T17:05:44"
} | PR to add pipeline parallelism to GPT using fwd/bwd functions from Apex.
FP32, FP16, and BF16 are all working now.
When using pipeline parallel it is recommended to use BF16 + Megatron amp O2.
```
model.megatron_amp_O2=True
trainer.precision='bf16'
```
### TODOs
- under review
### Known issues
- complete method will be supported in a subsequent PR
- prompt tuning temporarily disabled, use NeMo 1.6 if needed
- when using tensor parallel only, we're still using sync grad all-reduce which reduces perf. Will be fixed in NeMo 1.8.
| {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3388/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3388/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3386 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3386/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3386/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3386/events | https://github.com/NVIDIA/NeMo/issues/3386 | 1,092,438,100 | I_kwDOC_bI7s5BHUhU | 3,386 | ITN: Recursion Error for Long Texts | {
"login": "liaeh",
"id": 52380283,
"node_id": "MDQ6VXNlcjUyMzgwMjgz",
"avatar_url": "https://avatars.githubusercontent.com/u/52380283?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/liaeh",
"html_url": "https://github.com/liaeh",
"followers_url": "https://api.github.com/users/liaeh/followers",
"following_url": "https://api.github.com/users/liaeh/following{/other_user}",
"gists_url": "https://api.github.com/users/liaeh/gists{/gist_id}",
"starred_url": "https://api.github.com/users/liaeh/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/liaeh/subscriptions",
"organizations_url": "https://api.github.com/users/liaeh/orgs",
"repos_url": "https://api.github.com/users/liaeh/repos",
"events_url": "https://api.github.com/users/liaeh/events{/privacy}",
"received_events_url": "https://api.github.com/users/liaeh/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
},
{
"id": 4910680898,
"node_id": "LA_kwDOC_bI7s8AAAABJLMLQg",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TN/ITN",
"name": "TN/ITN",
"color": "0052cc",
"default": false,
"description": ""
}
] | closed | false | {
"login": "yzhang123",
"id": 4204271,
"node_id": "MDQ6VXNlcjQyMDQyNzE=",
"avatar_url": "https://avatars.githubusercontent.com/u/4204271?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yzhang123",
"html_url": "https://github.com/yzhang123",
"followers_url": "https://api.github.com/users/yzhang123/followers",
"following_url": "https://api.github.com/users/yzhang123/following{/other_user}",
"gists_url": "https://api.github.com/users/yzhang123/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yzhang123/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yzhang123/subscriptions",
"organizations_url": "https://api.github.com/users/yzhang123/orgs",
"repos_url": "https://api.github.com/users/yzhang123/repos",
"events_url": "https://api.github.com/users/yzhang123/events{/privacy}",
"received_events_url": "https://api.github.com/users/yzhang123/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "yzhang123",
"id": 4204271,
"node_id": "MDQ6VXNlcjQyMDQyNzE=",
"avatar_url": "https://avatars.githubusercontent.com/u/4204271?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yzhang123",
"html_url": "https://github.com/yzhang123",
"followers_url": "https://api.github.com/users/yzhang123/followers",
"following_url": "https://api.github.com/users/yzhang123/following{/other_user}",
"gists_url": "https://api.github.com/users/yzhang123/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yzhang123/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yzhang123/subscriptions",
"organizations_url": "https://api.github.com/users/yzhang123/orgs",
"repos_url": "https://api.github.com/users/yzhang123/repos",
"events_url": "https://api.github.com/users/yzhang123/events{/privacy}",
"received_events_url": "https://api.github.com/users/yzhang123/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2022-01-03T11:37:22 | 2022-12-19T21:48:57 | 2022-01-18T18:00:07 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
When (inverse) normalizing text using the InverseNormalizer's `normalize` function, a recursion error is raised when the number words in the input surpasses a threshold.
**Steps/Code to reproduce bug**
Running the following script produces the error when `len(t)=994`.
```
from nemo_text_processing.inverse_text_normalization.inverse_normalize import InverseNormalizer
from pynini.lib import pynutil
import pynini
if __name__ == '__main__':
itn = InverseNormalizer(lang='en')
for length in range(990, 999):
t = " ".join(['a' for i in range(0, length)])
print(f"Testing input of length {len(t.split())} words.")
itn.inverse_normalize(t, verbose=False)
```
A recursion error is raised once `length=994`:
```
>> python recursion_error.py
[NeMo I 2022-01-03 12:35:00 tokenize_and_classify:68] ClassifyFst.fst was restored from ./cache/_en_itn.far.
Testing input of length 990 words.
Testing input of length 991 words.
Testing input of length 992 words.
Testing input of length 993 words.
Testing input of length 994 words.
Traceback (most recent call last):
File "recursion_error.py", line 12, in <module>
itn.inverse_normalize(t, verbose=False)
File "/home/lhr/.conda/envs/nemo-text-process/lib/python3.8/site-packages/nemo_text_processing/inverse_text_normalization/inverse_normalize.py", line 91, in inverse_normalize
return self.normalize(text=text, verbose=verbose)
File "/home/lhr/.conda/envs/nemo-text-process/lib/python3.8/site-packages/nemo_text_processing/text_normalization/normalize.py", line 143, in normalize
for tagged_text in tags_reordered:
File "/home/lhr/.conda/envs/nemo-text-process/lib/python3.8/site-packages/nemo_text_processing/text_normalization/normalize.py", line 213, in _helper
yield from _helper(prefix + token_option, tokens, idx + 1)
File "/home/lhr/.conda/envs/nemo-text-process/lib/python3.8/site-packages/nemo_text_processing/text_normalization/normalize.py", line 213, in _helper
yield from _helper(prefix + token_option, tokens, idx + 1)
File "/home/lhr/.conda/envs/nemo-text-process/lib/python3.8/site-packages/nemo_text_processing/text_normalization/normalize.py", line 213, in _helper
yield from _helper(prefix + token_option, tokens, idx + 1)
[Previous line repeated 990 more times]
File "/home/lhr/.conda/envs/nemo-text-process/lib/python3.8/site-packages/nemo_text_processing/text_normalization/normalize.py", line 211, in _helper
token_options = self._permute(tokens[idx])
File "/home/lhr/.conda/envs/nemo-text-process/lib/python3.8/site-packages/nemo_text_processing/text_normalization/normalize.py", line 178, in _permute
rec = self._permute(v)
File "/home/lhr/.conda/envs/nemo-text-process/lib/python3.8/site-packages/nemo_text_processing/text_normalization/normalize.py", line 176, in _permute
subl = ["".join(x) for x in itertools.product(subl, [f"{k}: \"{v}\" "])]
File "/home/lhr/.conda/envs/nemo-text-process/lib/python3.8/site-packages/nemo_text_processing/text_normalization/normalize.py", line 176, in <listcomp>
subl = ["".join(x) for x in itertools.product(subl, [f"{k}: \"{v}\" "])]
RecursionError: maximum recursion depth exceeded while calling a Python object
```
**Expected behavior**
Normalization supported for sequences of arbitrary length.
**Environment overview (please complete the following information)**
- Environment location: venv on local machine
- Method of NeMo install: pip install nemo-toolkit (v. 1.5.1)
**Environment details**
- OS version - Ubuntu 18.04.5 LTS
- PyTorch version - 1.10.1
- Python version - 3.8.11
| {
"login": "yzhang123",
"id": 4204271,
"node_id": "MDQ6VXNlcjQyMDQyNzE=",
"avatar_url": "https://avatars.githubusercontent.com/u/4204271?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yzhang123",
"html_url": "https://github.com/yzhang123",
"followers_url": "https://api.github.com/users/yzhang123/followers",
"following_url": "https://api.github.com/users/yzhang123/following{/other_user}",
"gists_url": "https://api.github.com/users/yzhang123/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yzhang123/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yzhang123/subscriptions",
"organizations_url": "https://api.github.com/users/yzhang123/orgs",
"repos_url": "https://api.github.com/users/yzhang123/repos",
"events_url": "https://api.github.com/users/yzhang123/events{/privacy}",
"received_events_url": "https://api.github.com/users/yzhang123/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3386/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3386/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3385 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3385/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3385/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3385/events | https://github.com/NVIDIA/NeMo/pull/3385 | 1,092,292,662 | PR_kwDOC_bI7s4wdMLk | 3,385 | NMT MIM mean variance fix | {
"login": "michalivne",
"id": 7453913,
"node_id": "MDQ6VXNlcjc0NTM5MTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/7453913?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/michalivne",
"html_url": "https://github.com/michalivne",
"followers_url": "https://api.github.com/users/michalivne/followers",
"following_url": "https://api.github.com/users/michalivne/following{/other_user}",
"gists_url": "https://api.github.com/users/michalivne/gists{/gist_id}",
"starred_url": "https://api.github.com/users/michalivne/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/michalivne/subscriptions",
"organizations_url": "https://api.github.com/users/michalivne/orgs",
"repos_url": "https://api.github.com/users/michalivne/repos",
"events_url": "https://api.github.com/users/michalivne/events{/privacy}",
"received_events_url": "https://api.github.com/users/michalivne/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2022-01-03T07:48:31 | 2022-01-12T13:11:35 | 2022-01-12T13:11:31 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3385",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3385",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3385.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3385.patch",
"merged_at": "2022-01-12T13:11:31"
} | This PR fixes the mean and variance prediction to use independent weights.
In addition, the default value of encoder future masking is set to be false (i.e., joint prediction instead of auto-regressive). | {
"login": "michalivne",
"id": 7453913,
"node_id": "MDQ6VXNlcjc0NTM5MTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/7453913?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/michalivne",
"html_url": "https://github.com/michalivne",
"followers_url": "https://api.github.com/users/michalivne/followers",
"following_url": "https://api.github.com/users/michalivne/following{/other_user}",
"gists_url": "https://api.github.com/users/michalivne/gists{/gist_id}",
"starred_url": "https://api.github.com/users/michalivne/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/michalivne/subscriptions",
"organizations_url": "https://api.github.com/users/michalivne/orgs",
"repos_url": "https://api.github.com/users/michalivne/repos",
"events_url": "https://api.github.com/users/michalivne/events{/privacy}",
"received_events_url": "https://api.github.com/users/michalivne/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3385/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3385/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3382 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3382/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3382/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3382/events | https://github.com/NVIDIA/NeMo/issues/3382 | 1,091,784,800 | I_kwDOC_bI7s5BE1Bg | 3,382 | Add Word Level Laguage Model to ASR Models | {
"login": "ahkarami",
"id": 28620609,
"node_id": "MDQ6VXNlcjI4NjIwNjA5",
"avatar_url": "https://avatars.githubusercontent.com/u/28620609?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ahkarami",
"html_url": "https://github.com/ahkarami",
"followers_url": "https://api.github.com/users/ahkarami/followers",
"following_url": "https://api.github.com/users/ahkarami/following{/other_user}",
"gists_url": "https://api.github.com/users/ahkarami/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ahkarami/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ahkarami/subscriptions",
"organizations_url": "https://api.github.com/users/ahkarami/orgs",
"repos_url": "https://api.github.com/users/ahkarami/repos",
"events_url": "https://api.github.com/users/ahkarami/events{/privacy}",
"received_events_url": "https://api.github.com/users/ahkarami/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2022-01-01T10:05:03 | 2022-01-10T22:45:16 | 2022-01-10T22:45:16 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hi,
I have a question. How one can add a Word Level Pre-Trained Language Model (_e.g.,_ BERT or DistilBERT from HuggingFace) to an ASR model (_e.g._, character based like QuartzNet or Token based like Citrinet) for inference time?
Best | {
"login": "ahkarami",
"id": 28620609,
"node_id": "MDQ6VXNlcjI4NjIwNjA5",
"avatar_url": "https://avatars.githubusercontent.com/u/28620609?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ahkarami",
"html_url": "https://github.com/ahkarami",
"followers_url": "https://api.github.com/users/ahkarami/followers",
"following_url": "https://api.github.com/users/ahkarami/following{/other_user}",
"gists_url": "https://api.github.com/users/ahkarami/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ahkarami/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ahkarami/subscriptions",
"organizations_url": "https://api.github.com/users/ahkarami/orgs",
"repos_url": "https://api.github.com/users/ahkarami/repos",
"events_url": "https://api.github.com/users/ahkarami/events{/privacy}",
"received_events_url": "https://api.github.com/users/ahkarami/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3382/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3382/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3381 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3381/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3381/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3381/events | https://github.com/NVIDIA/NeMo/pull/3381 | 1,091,346,309 | PR_kwDOC_bI7s4waOji | 3,381 | update speaker collate functions | {
"login": "nithinraok",
"id": 19668129,
"node_id": "MDQ6VXNlcjE5NjY4MTI5",
"avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/nithinraok",
"html_url": "https://github.com/nithinraok",
"followers_url": "https://api.github.com/users/nithinraok/followers",
"following_url": "https://api.github.com/users/nithinraok/following{/other_user}",
"gists_url": "https://api.github.com/users/nithinraok/gists{/gist_id}",
"starred_url": "https://api.github.com/users/nithinraok/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/nithinraok/subscriptions",
"organizations_url": "https://api.github.com/users/nithinraok/orgs",
"repos_url": "https://api.github.com/users/nithinraok/repos",
"events_url": "https://api.github.com/users/nithinraok/events{/privacy}",
"received_events_url": "https://api.github.com/users/nithinraok/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2021-12-30T23:41:57 | 2022-01-04T20:04:26 | 2022-01-04T20:04:20 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3381",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3381",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3381.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3381.patch",
"merged_at": "2022-01-04T20:04:20"
} | Signed-off-by: nithinraok <[email protected]>
This PR
* removes time-length and shift-length concept for training speaker label models.
> This assumes all the samples present in training manifest must adhere to max of 8 secs. (3 sec is ideal)
* removes sliced_seq_collate_fn : Since we introduced segmentation for creating manifest files hence this collate func is no longer required now, and existing seq_collate_fn can be used for getting speaker embeddings for diarization as well.
| {
"login": "fayejf",
"id": 36722593,
"node_id": "MDQ6VXNlcjM2NzIyNTkz",
"avatar_url": "https://avatars.githubusercontent.com/u/36722593?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/fayejf",
"html_url": "https://github.com/fayejf",
"followers_url": "https://api.github.com/users/fayejf/followers",
"following_url": "https://api.github.com/users/fayejf/following{/other_user}",
"gists_url": "https://api.github.com/users/fayejf/gists{/gist_id}",
"starred_url": "https://api.github.com/users/fayejf/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/fayejf/subscriptions",
"organizations_url": "https://api.github.com/users/fayejf/orgs",
"repos_url": "https://api.github.com/users/fayejf/repos",
"events_url": "https://api.github.com/users/fayejf/events{/privacy}",
"received_events_url": "https://api.github.com/users/fayejf/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3381/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3381/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3378 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3378/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3378/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3378/events | https://github.com/NVIDIA/NeMo/issues/3378 | 1,091,078,381 | I_kwDOC_bI7s5BCIjt | 3,378 | Learning-Curve | {
"login": "SonuKumari1690",
"id": 45452951,
"node_id": "MDQ6VXNlcjQ1NDUyOTUx",
"avatar_url": "https://avatars.githubusercontent.com/u/45452951?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/SonuKumari1690",
"html_url": "https://github.com/SonuKumari1690",
"followers_url": "https://api.github.com/users/SonuKumari1690/followers",
"following_url": "https://api.github.com/users/SonuKumari1690/following{/other_user}",
"gists_url": "https://api.github.com/users/SonuKumari1690/gists{/gist_id}",
"starred_url": "https://api.github.com/users/SonuKumari1690/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/SonuKumari1690/subscriptions",
"organizations_url": "https://api.github.com/users/SonuKumari1690/orgs",
"repos_url": "https://api.github.com/users/SonuKumari1690/repos",
"events_url": "https://api.github.com/users/SonuKumari1690/events{/privacy}",
"received_events_url": "https://api.github.com/users/SonuKumari1690/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 1719393562,
"node_id": "MDU6TGFiZWwxNzE5MzkzNTYy",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/feature",
"name": "feature",
"color": "68F3F0",
"default": false,
"description": "request/PR for a new feature"
}
] | closed | false | {
"login": "okuchaiev",
"id": 22035961,
"node_id": "MDQ6VXNlcjIyMDM1OTYx",
"avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/okuchaiev",
"html_url": "https://github.com/okuchaiev",
"followers_url": "https://api.github.com/users/okuchaiev/followers",
"following_url": "https://api.github.com/users/okuchaiev/following{/other_user}",
"gists_url": "https://api.github.com/users/okuchaiev/gists{/gist_id}",
"starred_url": "https://api.github.com/users/okuchaiev/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/okuchaiev/subscriptions",
"organizations_url": "https://api.github.com/users/okuchaiev/orgs",
"repos_url": "https://api.github.com/users/okuchaiev/repos",
"events_url": "https://api.github.com/users/okuchaiev/events{/privacy}",
"received_events_url": "https://api.github.com/users/okuchaiev/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "okuchaiev",
"id": 22035961,
"node_id": "MDQ6VXNlcjIyMDM1OTYx",
"avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/okuchaiev",
"html_url": "https://github.com/okuchaiev",
"followers_url": "https://api.github.com/users/okuchaiev/followers",
"following_url": "https://api.github.com/users/okuchaiev/following{/other_user}",
"gists_url": "https://api.github.com/users/okuchaiev/gists{/gist_id}",
"starred_url": "https://api.github.com/users/okuchaiev/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/okuchaiev/subscriptions",
"organizations_url": "https://api.github.com/users/okuchaiev/orgs",
"repos_url": "https://api.github.com/users/okuchaiev/repos",
"events_url": "https://api.github.com/users/okuchaiev/events{/privacy}",
"received_events_url": "https://api.github.com/users/okuchaiev/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2021-12-30T12:34:19 | 2022-01-18T18:28:31 | 2022-01-18T18:28:31 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | HI Team,
I need to draw learning curve for the trained Biomegatron model. I have trained the model as per the tutorial https://colab.research.google.com/github/NVIDIA/NeMo/blob/main/tutorials/nlp/Text_Classification_Sentiment_Analysis.ipynb#scrollTo=DQhsamclRtxJ
Now when I am trying to get the learning-curve which is the plot for each training loss and validation loss as per the number of epochs as sklearn library providing attribute as from sklearn.model_selection import learning_curve

| {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3378/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3378/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3377 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3377/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3377/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3377/events | https://github.com/NVIDIA/NeMo/issues/3377 | 1,090,665,641 | I_kwDOC_bI7s5BAjyp | 3,377 | Major difference in train and validation loss for the same data while training tacotron2 | {
"login": "Aasthaengg",
"id": 82709402,
"node_id": "MDQ6VXNlcjgyNzA5NDAy",
"avatar_url": "https://avatars.githubusercontent.com/u/82709402?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Aasthaengg",
"html_url": "https://github.com/Aasthaengg",
"followers_url": "https://api.github.com/users/Aasthaengg/followers",
"following_url": "https://api.github.com/users/Aasthaengg/following{/other_user}",
"gists_url": "https://api.github.com/users/Aasthaengg/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Aasthaengg/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Aasthaengg/subscriptions",
"organizations_url": "https://api.github.com/users/Aasthaengg/orgs",
"repos_url": "https://api.github.com/users/Aasthaengg/repos",
"events_url": "https://api.github.com/users/Aasthaengg/events{/privacy}",
"received_events_url": "https://api.github.com/users/Aasthaengg/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
}
] | closed | false | {
"login": "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/followers",
"following_url": "https://api.github.com/users/blisc/following{/other_user}",
"gists_url": "https://api.github.com/users/blisc/gists{/gist_id}",
"starred_url": "https://api.github.com/users/blisc/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/blisc/subscriptions",
"organizations_url": "https://api.github.com/users/blisc/orgs",
"repos_url": "https://api.github.com/users/blisc/repos",
"events_url": "https://api.github.com/users/blisc/events{/privacy}",
"received_events_url": "https://api.github.com/users/blisc/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"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/followers",
"following_url": "https://api.github.com/users/blisc/following{/other_user}",
"gists_url": "https://api.github.com/users/blisc/gists{/gist_id}",
"starred_url": "https://api.github.com/users/blisc/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/blisc/subscriptions",
"organizations_url": "https://api.github.com/users/blisc/orgs",
"repos_url": "https://api.github.com/users/blisc/repos",
"events_url": "https://api.github.com/users/blisc/events{/privacy}",
"received_events_url": "https://api.github.com/users/blisc/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2021-12-29T17:47:11 | 2022-01-05T18:29:34 | 2022-01-05T18:29:33 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
The validation loss is very high compared to training loss even though the data used for training and validation is the same. Training loss for my dataset is at 0.328 after 70 epochs whereas validation loss is ~16.
**Steps/Code to reproduce bug**
This is the config used -
```yaml
name: Tacotron2-Exp
sample_rate: 22050
# <PAD>, <BOS>, <EOS> will be added by the tacotron2.py script
labels: ['ट', 'ॉ', 'प', ' ', 'न', '्', 'य', 'ू', 'ज', ':', 'द', 'स', 'ब', 'ड़', 'ी', 'ख', 'र', 'े', 'ं', ',', 'आ', 'ि', 'ह', 'ु', 'ई', 'ै', 'इ', 'ध', 'ा', 'व', 'ो', 'म', 'ग', 'क', 'भ', 'ल', 'फ', '।', 'घ', 'त', 'ओ', 'च', 'ड', 'ौ', 'ष', 'ठ', 'ए', '.', 'उ', 'श', 'थ', '़', 'अ', 'ढ', 'ऐ', 'औ', 'छ', '-', "'", '!', 'ण', '(', ')', 'झ', 'ञ', 'ऊ', 'ृ', '[', ']', '?', 'ऑ', 'ः', 'ढ़', ';', 'ऍ', 'ज़', 'E', 'V', 'M', 'X', 'C', 'L', 'U', 'S', 'I', 'ङ', 'क़', 'O', 'A', 'B', 'ँ', 'ॅ', '*', 'J', 'N', 'D', 'H', 'G', '2', '/', '5', 'T', 'P', 'o', 'K', '0', 'ऋ', '8', '7', '–', '3', '6', 'n', 'e', 't', 'h', 'r', 'f', 'i', 'v', 's', 'ऩ', '9', 'फ़', 'R', '4', 'य़', 'W', 'b', '¨', 'a', 'l', 'c', 'k', 'y', '@', 'F', 'Y', '1']
n_fft: 1024
n_mels: 80
fmax: 8000
n_stride: 256
pad_value: -11.52
train_dataset: ???
validation_datasets: ???
model:
labels: ${labels}
train_ds:
dataset:
_target_: "nemo.collections.asr.data.audio_to_text.AudioToCharDataset"
manifest_filepath: ${train_dataset}
max_duration: null
min_duration: 0.1
trim: false
int_values: false
normalize: true
sample_rate: ${sample_rate}
# bos_id: 66
# eos_id: 67
# pad_id: 68 These parameters are added automatically in Tacotron2
dataloader_params:
drop_last: false
shuffle: true
batch_size: 32
num_workers: 4
validation_ds:
dataset:
_target_: "nemo.collections.asr.data.audio_to_text.AudioToCharDataset"
manifest_filepath: ${validation_datasets}
max_duration: null
min_duration: 0.1
int_values: false
normalize: true
sample_rate: ${sample_rate}
trim: false
# bos_id: 66
# eos_id: 67
# pad_id: 68 These parameters are added automatically in Tacotron2
dataloader_params:
drop_last: false
shuffle: false
batch_size: 32
num_workers: 4
preprocessor:
_target_: nemo.collections.asr.parts.preprocessing.features.FilterbankFeatures
dither: 0.0
nfilt: ${n_mels}
frame_splicing: 1
highfreq: ${fmax}
log: true
log_zero_guard_type: clamp
log_zero_guard_value: 1e-05
lowfreq: 0
mag_power: 1.0
n_fft: ${n_fft}
n_window_size: 1024
n_window_stride: ${n_stride}
normalize: null
pad_to: 16
pad_value: ${pad_value}
preemph: null
sample_rate: ${sample_rate}
window: hann
encoder:
_target_: nemo.collections.tts.modules.tacotron2.Encoder
encoder_kernel_size: 5
encoder_n_convolutions: 3
encoder_embedding_dim: 512
decoder:
_target_: nemo.collections.tts.modules.tacotron2.Decoder
decoder_rnn_dim: 1024
encoder_embedding_dim: ${model.encoder.encoder_embedding_dim}
gate_threshold: 0.5
max_decoder_steps: 1000
n_frames_per_step: 1 # currently only 1 is supported
n_mel_channels: ${n_mels}
p_attention_dropout: 0.1
p_decoder_dropout: 0.1
prenet_dim: 256
prenet_p_dropout: 0.5
# Attention parameters
attention_dim: 128
attention_rnn_dim: 1024
# AttentionLocation Layer parameters
attention_location_kernel_size: 31
attention_location_n_filters: 32
early_stopping: true
postnet:
_target_: nemo.collections.tts.modules.tacotron2.Postnet
n_mel_channels: ${n_mels}
p_dropout: 0.5
postnet_embedding_dim: 512
postnet_kernel_size: 5
postnet_n_convolutions: 5
optim:
name: adam
lr: 1e-3
weight_decay: 1e-6
# scheduler setup
sched:
name: CosineAnnealing
min_lr: 1e-5
trainer:
gpus: 1 # number of gpus
max_epochs: ???
num_nodes: 1
accelerator: ddp
accumulate_grad_batches: 1
checkpoint_callback: False # Provided by exp_manager
logger: False # Provided by exp_manager
gradient_clip_val: 1.0
flush_logs_every_n_steps: 1000
log_every_n_steps: 200
check_val_every_n_epoch: 5
exp_manager:
exp_dir: null
name: ${name}
create_tensorboard_logger: True
create_checkpoint_callback: True
```
And this is the command used to train -
```sh
python3 tacotron2.py train_dataset=data.json validation_datasets=data.json trainer.gpus=-1 trainer.max_epochs=200
```
**Expected behavior**
I am not sure why there is such a huge difference in loss values.
**Environment overview**
- Environment location: Bare-metal
- Method of NeMo install: From source using `./reinstall.sh`
**Environment details**
- OS version: Ubuntu 20.04
- PyTorch version: 1.10.1
- Python version: 3.8.10
| {
"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/followers",
"following_url": "https://api.github.com/users/blisc/following{/other_user}",
"gists_url": "https://api.github.com/users/blisc/gists{/gist_id}",
"starred_url": "https://api.github.com/users/blisc/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/blisc/subscriptions",
"organizations_url": "https://api.github.com/users/blisc/orgs",
"repos_url": "https://api.github.com/users/blisc/repos",
"events_url": "https://api.github.com/users/blisc/events{/privacy}",
"received_events_url": "https://api.github.com/users/blisc/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3377/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3377/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3376 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3376/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3376/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3376/events | https://github.com/NVIDIA/NeMo/pull/3376 | 1,089,938,369 | PR_kwDOC_bI7s4wVrb7 | 3,376 | Fix minor problems in punctuation and capitalization model | {
"login": "PeganovAnton",
"id": 10737305,
"node_id": "MDQ6VXNlcjEwNzM3MzA1",
"avatar_url": "https://avatars.githubusercontent.com/u/10737305?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/PeganovAnton",
"html_url": "https://github.com/PeganovAnton",
"followers_url": "https://api.github.com/users/PeganovAnton/followers",
"following_url": "https://api.github.com/users/PeganovAnton/following{/other_user}",
"gists_url": "https://api.github.com/users/PeganovAnton/gists{/gist_id}",
"starred_url": "https://api.github.com/users/PeganovAnton/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/PeganovAnton/subscriptions",
"organizations_url": "https://api.github.com/users/PeganovAnton/orgs",
"repos_url": "https://api.github.com/users/PeganovAnton/repos",
"events_url": "https://api.github.com/users/PeganovAnton/events{/privacy}",
"received_events_url": "https://api.github.com/users/PeganovAnton/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
}
] | closed | false | {
"login": "PeganovAnton",
"id": 10737305,
"node_id": "MDQ6VXNlcjEwNzM3MzA1",
"avatar_url": "https://avatars.githubusercontent.com/u/10737305?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/PeganovAnton",
"html_url": "https://github.com/PeganovAnton",
"followers_url": "https://api.github.com/users/PeganovAnton/followers",
"following_url": "https://api.github.com/users/PeganovAnton/following{/other_user}",
"gists_url": "https://api.github.com/users/PeganovAnton/gists{/gist_id}",
"starred_url": "https://api.github.com/users/PeganovAnton/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/PeganovAnton/subscriptions",
"organizations_url": "https://api.github.com/users/PeganovAnton/orgs",
"repos_url": "https://api.github.com/users/PeganovAnton/repos",
"events_url": "https://api.github.com/users/PeganovAnton/events{/privacy}",
"received_events_url": "https://api.github.com/users/PeganovAnton/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "PeganovAnton",
"id": 10737305,
"node_id": "MDQ6VXNlcjEwNzM3MzA1",
"avatar_url": "https://avatars.githubusercontent.com/u/10737305?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/PeganovAnton",
"html_url": "https://github.com/PeganovAnton",
"followers_url": "https://api.github.com/users/PeganovAnton/followers",
"following_url": "https://api.github.com/users/PeganovAnton/following{/other_user}",
"gists_url": "https://api.github.com/users/PeganovAnton/gists{/gist_id}",
"starred_url": "https://api.github.com/users/PeganovAnton/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/PeganovAnton/subscriptions",
"organizations_url": "https://api.github.com/users/PeganovAnton/orgs",
"repos_url": "https://api.github.com/users/PeganovAnton/repos",
"events_url": "https://api.github.com/users/PeganovAnton/events{/privacy}",
"received_events_url": "https://api.github.com/users/PeganovAnton/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2021-12-28T14:36:38 | 2022-01-04T17:43:25 | 2022-01-04T17:43:22 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3376",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3376",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3376.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3376.patch",
"merged_at": "2022-01-04T17:43:22"
} | 1. Fix creating tarred dataset for cases when tokenizer name contains `/` character, e.g. `'facebook/mbart-large-50'`.
2. Fix subclass check [here](https://github.com/NVIDIA/NeMo/blob/f83b2c5524a787be21ffea170850c4b5486eac2b/nemo/collections/nlp/data/token_classification/punctuation_capitalization_tarred_dataset.py#L383). It did not work if `error_class_or_function` is not a class
3. Fix return typing in a [method](https://github.com/NVIDIA/NeMo/blob/f83b2c5524a787be21ffea170850c4b5486eac2b/nemo/collections/nlp/data/token_classification/punctuation_capitalization_dataset.py#L436) `TokenizeCreateMasksClipWorker.__call__()`.
4. Make comment [here](https://github.com/NVIDIA/NeMo/blob/f83b2c5524a787be21ffea170850c4b5486eac2b/nemo/collections/nlp/data/token_classification/punctuation_capitalization_dataset.py#L67) more comprehensible. Before fix it was identical to a name of a model config section `common_dataset_parameters`, whereas it was not related to the section in any way.
5. In a spirit of fix 1 add checking of characters in `tar_file_prefix` parameter in functions [`create_tarred_dataset()`](https://github.com/NVIDIA/NeMo/blob/f83b2c5524a787be21ffea170850c4b5486eac2b/nemo/collections/nlp/data/token_classification/punctuation_capitalization_tarred_dataset.py#L633) and [`get_args()`](https://github.com/NVIDIA/NeMo/blob/f83b2c5524a787be21ffea170850c4b5486eac2b/examples/nlp/token_classification/data/create_punctuation_capitalization_tarred_dataset.py#L64). | {
"login": "ekmb",
"id": 10428420,
"node_id": "MDQ6VXNlcjEwNDI4NDIw",
"avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ekmb",
"html_url": "https://github.com/ekmb",
"followers_url": "https://api.github.com/users/ekmb/followers",
"following_url": "https://api.github.com/users/ekmb/following{/other_user}",
"gists_url": "https://api.github.com/users/ekmb/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ekmb/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ekmb/subscriptions",
"organizations_url": "https://api.github.com/users/ekmb/orgs",
"repos_url": "https://api.github.com/users/ekmb/repos",
"events_url": "https://api.github.com/users/ekmb/events{/privacy}",
"received_events_url": "https://api.github.com/users/ekmb/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3376/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3376/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3375 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3375/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3375/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3375/events | https://github.com/NVIDIA/NeMo/issues/3375 | 1,088,746,696 | I_kwDOC_bI7s5A5PTI | 3,375 | The script not working | {
"login": "DevloperHS",
"id": 74095712,
"node_id": "MDQ6VXNlcjc0MDk1NzEy",
"avatar_url": "https://avatars.githubusercontent.com/u/74095712?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/DevloperHS",
"html_url": "https://github.com/DevloperHS",
"followers_url": "https://api.github.com/users/DevloperHS/followers",
"following_url": "https://api.github.com/users/DevloperHS/following{/other_user}",
"gists_url": "https://api.github.com/users/DevloperHS/gists{/gist_id}",
"starred_url": "https://api.github.com/users/DevloperHS/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/DevloperHS/subscriptions",
"organizations_url": "https://api.github.com/users/DevloperHS/orgs",
"repos_url": "https://api.github.com/users/DevloperHS/repos",
"events_url": "https://api.github.com/users/DevloperHS/events{/privacy}",
"received_events_url": "https://api.github.com/users/DevloperHS/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2021-12-26T10:54:15 | 2021-12-26T20:15:43 | 2021-12-26T20:15:37 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hello,
I am working with the common voice hindi dataset on collab.
I created a seprate python file as mentioned and passed the train tsv file , but it displayed below error
`SOMETHING WENT WRONG - IGNORING ENTRY`
Kindly provide the fix | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3375/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3375/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3374 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3374/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3374/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3374/events | https://github.com/NVIDIA/NeMo/pull/3374 | 1,088,462,837 | PR_kwDOC_bI7s4wRHLF | 3,374 | [fix] for resume training on SLURM multi-node multi-gpu | {
"login": "itzsimpl",
"id": 4784070,
"node_id": "MDQ6VXNlcjQ3ODQwNzA=",
"avatar_url": "https://avatars.githubusercontent.com/u/4784070?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/itzsimpl",
"html_url": "https://github.com/itzsimpl",
"followers_url": "https://api.github.com/users/itzsimpl/followers",
"following_url": "https://api.github.com/users/itzsimpl/following{/other_user}",
"gists_url": "https://api.github.com/users/itzsimpl/gists{/gist_id}",
"starred_url": "https://api.github.com/users/itzsimpl/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/itzsimpl/subscriptions",
"organizations_url": "https://api.github.com/users/itzsimpl/orgs",
"repos_url": "https://api.github.com/users/itzsimpl/repos",
"events_url": "https://api.github.com/users/itzsimpl/events{/privacy}",
"received_events_url": "https://api.github.com/users/itzsimpl/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2021-12-24T17:37:50 | 2023-05-02T13:59:55 | 2022-01-11T18:03:01 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3374",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3374",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3374.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3374.patch",
"merged_at": "2022-01-11T18:03:01"
} | On SLURM resuming training in a multi-node multi-gpu settings fails, as when `LOCAL_RANK` is undefined `is_globa_rank_zero()` returns true on all processes that run on node 0. In this case `exp_manager.py` https://github.com/NVIDIA/NeMo/blob/f83b2c5524a787be21ffea170850c4b5486eac2b/nemo/utils/exp_manager.py#L446, creates multiple `run_*` folders, and eventually leads to failure (missing files because other processes have moved them already).
Checking also for `SLURM_PROCID` solves this issue, as the environment variable contains the global rank id. | {
"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/followers",
"following_url": "https://api.github.com/users/blisc/following{/other_user}",
"gists_url": "https://api.github.com/users/blisc/gists{/gist_id}",
"starred_url": "https://api.github.com/users/blisc/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/blisc/subscriptions",
"organizations_url": "https://api.github.com/users/blisc/orgs",
"repos_url": "https://api.github.com/users/blisc/repos",
"events_url": "https://api.github.com/users/blisc/events{/privacy}",
"received_events_url": "https://api.github.com/users/blisc/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3374/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3374/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3373 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3373/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3373/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3373/events | https://github.com/NVIDIA/NeMo/issues/3373 | 1,088,420,185 | I_kwDOC_bI7s5A3_lZ | 3,373 | [Question] save ASR model config | {
"login": "ahkarami",
"id": 28620609,
"node_id": "MDQ6VXNlcjI4NjIwNjA5",
"avatar_url": "https://avatars.githubusercontent.com/u/28620609?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ahkarami",
"html_url": "https://github.com/ahkarami",
"followers_url": "https://api.github.com/users/ahkarami/followers",
"following_url": "https://api.github.com/users/ahkarami/following{/other_user}",
"gists_url": "https://api.github.com/users/ahkarami/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ahkarami/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ahkarami/subscriptions",
"organizations_url": "https://api.github.com/users/ahkarami/orgs",
"repos_url": "https://api.github.com/users/ahkarami/repos",
"events_url": "https://api.github.com/users/ahkarami/events{/privacy}",
"received_events_url": "https://api.github.com/users/ahkarami/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2021-12-24T15:06:36 | 2021-12-25T08:10:34 | 2021-12-25T08:10:34 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hi,
1- Would you please help me how I can save the config (`cfg`) of an ASR model as a yaml file? (_i.e.,_ load a trained asr `.nemo` model file and save its cfg as a yaml file)
2- Another question is that, when I follow your [`ASR_CTC_Language_Finetuning`](https://github.com/NVIDIA/NeMo/blob/main/tutorials/asr/ASR_CTC_Language_Finetuning.ipynb) tutorial, then the `hparams.yaml` file which is saved in the experiments folder, seems related to the previous checkpoint of the model (I mean it is not updated according to my cfg modifications). So, I want to save its modified `hparams.yaml` file according to my new changes. How can I do that?
Best | {
"login": "ahkarami",
"id": 28620609,
"node_id": "MDQ6VXNlcjI4NjIwNjA5",
"avatar_url": "https://avatars.githubusercontent.com/u/28620609?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ahkarami",
"html_url": "https://github.com/ahkarami",
"followers_url": "https://api.github.com/users/ahkarami/followers",
"following_url": "https://api.github.com/users/ahkarami/following{/other_user}",
"gists_url": "https://api.github.com/users/ahkarami/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ahkarami/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ahkarami/subscriptions",
"organizations_url": "https://api.github.com/users/ahkarami/orgs",
"repos_url": "https://api.github.com/users/ahkarami/repos",
"events_url": "https://api.github.com/users/ahkarami/events{/privacy}",
"received_events_url": "https://api.github.com/users/ahkarami/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3373/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3373/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3372 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3372/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3372/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3372/events | https://github.com/NVIDIA/NeMo/issues/3372 | 1,087,929,913 | I_kwDOC_bI7s5A2H45 | 3,372 | from_pretrained() does not update configuration in exp_manager | {
"login": "piraka9011",
"id": 16828657,
"node_id": "MDQ6VXNlcjE2ODI4NjU3",
"avatar_url": "https://avatars.githubusercontent.com/u/16828657?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/piraka9011",
"html_url": "https://github.com/piraka9011",
"followers_url": "https://api.github.com/users/piraka9011/followers",
"following_url": "https://api.github.com/users/piraka9011/following{/other_user}",
"gists_url": "https://api.github.com/users/piraka9011/gists{/gist_id}",
"starred_url": "https://api.github.com/users/piraka9011/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/piraka9011/subscriptions",
"organizations_url": "https://api.github.com/users/piraka9011/orgs",
"repos_url": "https://api.github.com/users/piraka9011/repos",
"events_url": "https://api.github.com/users/piraka9011/events{/privacy}",
"received_events_url": "https://api.github.com/users/piraka9011/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
}
] | closed | false | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2021-12-23T18:50:04 | 2022-01-28T20:03:43 | 2022-01-28T20:03:43 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | **Describe the bug**
When fine tuning from a NeMo model (ex. stt_en_cn1024), the exp_manager's cfg is not updated properly.
I can see that in my run the model uses one config, but WandB reports another.
This issue did not occur in v1.4.0 and happened after I upgraded to v1.5.0.
Maybe it has to do with order of operations? See below.
**Steps/Code to reproduce bug**
```py
import pytorch_lightning as pl
from nemo.collections.asr.models import EncDecCTCModelBPE
from nemo.core.config import hydra_runner
from nemo.utils.exp_manager import exp_manager
@hydra_runner(config_path="conf/citrinet/", config_name="config")
def main(cfg):
trainer = pl.Trainer(**cfg.trainer)
log_dir = exp_manager(trainer, cfg.get("exp_manager", None))
asr_model = EncDecCTCModelBPE.from_pretrained(model_name=cfg.init_from_pretrained_model)
asr_model.encoder.unfreeze()
asr_model.change_vocabulary(
new_tokenizer_dir=cfg.model.tokenizer.dir,
new_tokenizer_type=cfg.model.tokenizer.type
)
asr_model.setup_optimization(cfg.model.optim)
asr_model.setup_training_data(cfg.model.train_ds)
asr_model.setup_multiple_validation_data(cfg.model.validation_ds)
asr_model.spec_augmentation = asr_model.from_config_dict(cfg.model.spec_augment)
asr_model.set_trainer(trainer)
trainer.fit(asr_model)
```
**Expected behavior**
WandB cfg should display the proper config ([Pastebin of the WandB config](https://pastebin.com/Bc29P9FL))
**Environment overview (please complete the following information)**
- Environment location: Docker (nvcr.io/nvidia/pytorch:21.10-py3) on AWS EC2 using `docker run -it bash <image>`
- Method of NeMo install: `pip install nemo_toolkit[asr]==1.5.1`
**Additional context**
GPU model: V100
Nvidia driver: 460
| {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3372/reactions",
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3372/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3371 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3371/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3371/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3371/events | https://github.com/NVIDIA/NeMo/pull/3371 | 1,087,893,093 | PR_kwDOC_bI7s4wPTV3 | 3,371 | Added Script to convert Megatron LM to . nemo file | {
"login": "yidong72",
"id": 43824965,
"node_id": "MDQ6VXNlcjQzODI0OTY1",
"avatar_url": "https://avatars.githubusercontent.com/u/43824965?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/yidong72",
"html_url": "https://github.com/yidong72",
"followers_url": "https://api.github.com/users/yidong72/followers",
"following_url": "https://api.github.com/users/yidong72/following{/other_user}",
"gists_url": "https://api.github.com/users/yidong72/gists{/gist_id}",
"starred_url": "https://api.github.com/users/yidong72/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/yidong72/subscriptions",
"organizations_url": "https://api.github.com/users/yidong72/orgs",
"repos_url": "https://api.github.com/users/yidong72/repos",
"events_url": "https://api.github.com/users/yidong72/events{/privacy}",
"received_events_url": "https://api.github.com/users/yidong72/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2021-12-23T17:38:39 | 2021-12-23T23:08:11 | 2021-12-23T23:08:08 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3371",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3371",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3371.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3371.patch",
"merged_at": "2021-12-23T23:08:08"
} | Tested with 345M Bert and 5B GPT checkpoints. Works fine. | {
"login": "ericharper",
"id": 11999610,
"node_id": "MDQ6VXNlcjExOTk5NjEw",
"avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/ericharper",
"html_url": "https://github.com/ericharper",
"followers_url": "https://api.github.com/users/ericharper/followers",
"following_url": "https://api.github.com/users/ericharper/following{/other_user}",
"gists_url": "https://api.github.com/users/ericharper/gists{/gist_id}",
"starred_url": "https://api.github.com/users/ericharper/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/ericharper/subscriptions",
"organizations_url": "https://api.github.com/users/ericharper/orgs",
"repos_url": "https://api.github.com/users/ericharper/repos",
"events_url": "https://api.github.com/users/ericharper/events{/privacy}",
"received_events_url": "https://api.github.com/users/ericharper/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3371/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3371/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3370 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3370/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3370/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3370/events | https://github.com/NVIDIA/NeMo/issues/3370 | 1,087,736,074 | I_kwDOC_bI7s5A1YkK | 3,370 | shape mismatch while loading my pretrained model | {
"login": "BenoitWang",
"id": 41187612,
"node_id": "MDQ6VXNlcjQxMTg3NjEy",
"avatar_url": "https://avatars.githubusercontent.com/u/41187612?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/BenoitWang",
"html_url": "https://github.com/BenoitWang",
"followers_url": "https://api.github.com/users/BenoitWang/followers",
"following_url": "https://api.github.com/users/BenoitWang/following{/other_user}",
"gists_url": "https://api.github.com/users/BenoitWang/gists{/gist_id}",
"starred_url": "https://api.github.com/users/BenoitWang/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/BenoitWang/subscriptions",
"organizations_url": "https://api.github.com/users/BenoitWang/orgs",
"repos_url": "https://api.github.com/users/BenoitWang/repos",
"events_url": "https://api.github.com/users/BenoitWang/events{/privacy}",
"received_events_url": "https://api.github.com/users/BenoitWang/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2021-12-23T13:52:55 | 2022-01-04T10:28:27 | 2022-01-04T10:28:27 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hi,
I trained a corformer CTC BPE model with 8k wav data, but when I tried to load the model for decoding with
`asr_model = nemo_asr.models.ASRModel.restore_from(nemo_model_file)` I got this shape mismatch error

I don't want to train another model with 16k data, is there a way that I load this pretrained model please ? | {
"login": "BenoitWang",
"id": 41187612,
"node_id": "MDQ6VXNlcjQxMTg3NjEy",
"avatar_url": "https://avatars.githubusercontent.com/u/41187612?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/BenoitWang",
"html_url": "https://github.com/BenoitWang",
"followers_url": "https://api.github.com/users/BenoitWang/followers",
"following_url": "https://api.github.com/users/BenoitWang/following{/other_user}",
"gists_url": "https://api.github.com/users/BenoitWang/gists{/gist_id}",
"starred_url": "https://api.github.com/users/BenoitWang/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/BenoitWang/subscriptions",
"organizations_url": "https://api.github.com/users/BenoitWang/orgs",
"repos_url": "https://api.github.com/users/BenoitWang/repos",
"events_url": "https://api.github.com/users/BenoitWang/events{/privacy}",
"received_events_url": "https://api.github.com/users/BenoitWang/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3370/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3370/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3369 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3369/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3369/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3369/events | https://github.com/NVIDIA/NeMo/issues/3369 | 1,086,691,509 | I_kwDOC_bI7s5AxZi1 | 3,369 | ASR Tutorial | ASR_with_Nemo | from_pretrained not defined. | {
"login": "chaksam",
"id": 31948827,
"node_id": "MDQ6VXNlcjMxOTQ4ODI3",
"avatar_url": "https://avatars.githubusercontent.com/u/31948827?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/chaksam",
"html_url": "https://github.com/chaksam",
"followers_url": "https://api.github.com/users/chaksam/followers",
"following_url": "https://api.github.com/users/chaksam/following{/other_user}",
"gists_url": "https://api.github.com/users/chaksam/gists{/gist_id}",
"starred_url": "https://api.github.com/users/chaksam/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/chaksam/subscriptions",
"organizations_url": "https://api.github.com/users/chaksam/orgs",
"repos_url": "https://api.github.com/users/chaksam/repos",
"events_url": "https://api.github.com/users/chaksam/events{/privacy}",
"received_events_url": "https://api.github.com/users/chaksam/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"id": 1485815557,
"node_id": "MDU6TGFiZWwxNDg1ODE1NTU3",
"url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
}
] | closed | false | null | [] | null | null | 2021-12-22T10:42:34 | 2021-12-23T06:36:29 | 2021-12-23T06:36:29 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | I am trying the tutorial ASR_with_NeMo.ipynb. It's giving me following error. I checked the code for EncDecCTCModel, it doesn't contain the function "from_pretrained". How to load the pre-trained models:
I even tried to use restore_from after downloading the respective *.nemo file. But getting same issue there as well (_'EncDecCTCModel' has no attribute 'restore_from'_)
**# This line will download pre-trained QuartzNet15x5 model from NVIDIA's NGC cloud and instantiate it for you
quartznet = nemo_asr.models.EncDecCTCModel.from_pretrained(model_name="QuartzNet15x5Base-En")**
Error:
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
/tmp/ipykernel_349758/1493780281.py in <module>
1 # This line will download pre-trained QuartzNet15x5 model from NVIDIA's NGC cloud and instantiate it for you
----> 2 quartznet = nemo_asr.models.EncDecCTCModel.from_pretrained(model_name="QuartzNet15x5Base-En")
**AttributeError: type object 'EncDecCTCModel' has no attribute 'from_pretrained'** | {
"login": "chaksam",
"id": 31948827,
"node_id": "MDQ6VXNlcjMxOTQ4ODI3",
"avatar_url": "https://avatars.githubusercontent.com/u/31948827?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/chaksam",
"html_url": "https://github.com/chaksam",
"followers_url": "https://api.github.com/users/chaksam/followers",
"following_url": "https://api.github.com/users/chaksam/following{/other_user}",
"gists_url": "https://api.github.com/users/chaksam/gists{/gist_id}",
"starred_url": "https://api.github.com/users/chaksam/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/chaksam/subscriptions",
"organizations_url": "https://api.github.com/users/chaksam/orgs",
"repos_url": "https://api.github.com/users/chaksam/repos",
"events_url": "https://api.github.com/users/chaksam/events{/privacy}",
"received_events_url": "https://api.github.com/users/chaksam/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3369/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3369/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3368 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3368/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3368/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3368/events | https://github.com/NVIDIA/NeMo/pull/3368 | 1,086,160,018 | PR_kwDOC_bI7s4wJm29 | 3,368 | Byte-level Multilingual NMT | {
"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/aklife97/followers",
"following_url": "https://api.github.com/users/aklife97/following{/other_user}",
"gists_url": "https://api.github.com/users/aklife97/gists{/gist_id}",
"starred_url": "https://api.github.com/users/aklife97/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/aklife97/subscriptions",
"organizations_url": "https://api.github.com/users/aklife97/orgs",
"repos_url": "https://api.github.com/users/aklife97/repos",
"events_url": "https://api.github.com/users/aklife97/events{/privacy}",
"received_events_url": "https://api.github.com/users/aklife97/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2021-12-21T19:25:39 | 2022-01-14T19:24:12 | 2022-01-14T19:21:41 | COLLABORATOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3368",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3368",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3368.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3368.patch",
"merged_at": "2022-01-14T19:21:41"
} | Add support for Byte-level multilingual NMT + Byte-level preproc fixes.
Other change to note:
* `train_tokenizers::preproc_mt_data` Instead of throwing an error if the tokenizer is not trainable, train_tokenizer now returns None. This is done to keep the pipeline simple and same for tokenizers like byte-level which do not require any explicit training. | {
"login": "michalivne",
"id": 7453913,
"node_id": "MDQ6VXNlcjc0NTM5MTM=",
"avatar_url": "https://avatars.githubusercontent.com/u/7453913?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/michalivne",
"html_url": "https://github.com/michalivne",
"followers_url": "https://api.github.com/users/michalivne/followers",
"following_url": "https://api.github.com/users/michalivne/following{/other_user}",
"gists_url": "https://api.github.com/users/michalivne/gists{/gist_id}",
"starred_url": "https://api.github.com/users/michalivne/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/michalivne/subscriptions",
"organizations_url": "https://api.github.com/users/michalivne/orgs",
"repos_url": "https://api.github.com/users/michalivne/repos",
"events_url": "https://api.github.com/users/michalivne/events{/privacy}",
"received_events_url": "https://api.github.com/users/michalivne/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3368/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3368/timeline | null | null | true |
https://api.github.com/repos/NVIDIA/NeMo/issues/3367 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3367/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3367/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3367/events | https://github.com/NVIDIA/NeMo/issues/3367 | 1,085,943,327 | I_kwDOC_bI7s5Aui4f | 3,367 | How to export ConformerCTC to ONNX format to run in C ++? | {
"login": "Alexey322",
"id": 19760310,
"node_id": "MDQ6VXNlcjE5NzYwMzEw",
"avatar_url": "https://avatars.githubusercontent.com/u/19760310?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Alexey322",
"html_url": "https://github.com/Alexey322",
"followers_url": "https://api.github.com/users/Alexey322/followers",
"following_url": "https://api.github.com/users/Alexey322/following{/other_user}",
"gists_url": "https://api.github.com/users/Alexey322/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Alexey322/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Alexey322/subscriptions",
"organizations_url": "https://api.github.com/users/Alexey322/orgs",
"repos_url": "https://api.github.com/users/Alexey322/repos",
"events_url": "https://api.github.com/users/Alexey322/events{/privacy}",
"received_events_url": "https://api.github.com/users/Alexey322/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | {
"login": "borisfom",
"id": 14189615,
"node_id": "MDQ6VXNlcjE0MTg5NjE1",
"avatar_url": "https://avatars.githubusercontent.com/u/14189615?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/borisfom",
"html_url": "https://github.com/borisfom",
"followers_url": "https://api.github.com/users/borisfom/followers",
"following_url": "https://api.github.com/users/borisfom/following{/other_user}",
"gists_url": "https://api.github.com/users/borisfom/gists{/gist_id}",
"starred_url": "https://api.github.com/users/borisfom/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/borisfom/subscriptions",
"organizations_url": "https://api.github.com/users/borisfom/orgs",
"repos_url": "https://api.github.com/users/borisfom/repos",
"events_url": "https://api.github.com/users/borisfom/events{/privacy}",
"received_events_url": "https://api.github.com/users/borisfom/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [
{
"login": "borisfom",
"id": 14189615,
"node_id": "MDQ6VXNlcjE0MTg5NjE1",
"avatar_url": "https://avatars.githubusercontent.com/u/14189615?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/borisfom",
"html_url": "https://github.com/borisfom",
"followers_url": "https://api.github.com/users/borisfom/followers",
"following_url": "https://api.github.com/users/borisfom/following{/other_user}",
"gists_url": "https://api.github.com/users/borisfom/gists{/gist_id}",
"starred_url": "https://api.github.com/users/borisfom/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/borisfom/subscriptions",
"organizations_url": "https://api.github.com/users/borisfom/orgs",
"repos_url": "https://api.github.com/users/borisfom/repos",
"events_url": "https://api.github.com/users/borisfom/events{/privacy}",
"received_events_url": "https://api.github.com/users/borisfom/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
}
] | null | null | 2021-12-21T15:20:13 | 2022-01-18T18:37:18 | 2022-01-18T18:37:18 | NONE | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | null | null | Hello.
Please tell me how can I export the ConformerCTC model to ONNX format to run from C ++? If I understand correctly, the spectrograms required for the model can only be obtained using the classes built into NeMo. | {
"login": "titu1994",
"id": 3048602,
"node_id": "MDQ6VXNlcjMwNDg2MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/titu1994",
"html_url": "https://github.com/titu1994",
"followers_url": "https://api.github.com/users/titu1994/followers",
"following_url": "https://api.github.com/users/titu1994/following{/other_user}",
"gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}",
"starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/titu1994/subscriptions",
"organizations_url": "https://api.github.com/users/titu1994/orgs",
"repos_url": "https://api.github.com/users/titu1994/repos",
"events_url": "https://api.github.com/users/titu1994/events{/privacy}",
"received_events_url": "https://api.github.com/users/titu1994/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3367/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3367/timeline | null | completed | false |
https://api.github.com/repos/NVIDIA/NeMo/issues/3366 | https://api.github.com/repos/NVIDIA/NeMo | https://api.github.com/repos/NVIDIA/NeMo/issues/3366/labels{/name} | https://api.github.com/repos/NVIDIA/NeMo/issues/3366/comments | https://api.github.com/repos/NVIDIA/NeMo/issues/3366/events | https://github.com/NVIDIA/NeMo/pull/3366 | 1,085,942,965 | PR_kwDOC_bI7s4wI4H0 | 3,366 | Update Mixer-TTS, FastPitch and TTSDataset | {
"login": "Oktai15",
"id": 17337773,
"node_id": "MDQ6VXNlcjE3MzM3Nzcz",
"avatar_url": "https://avatars.githubusercontent.com/u/17337773?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Oktai15",
"html_url": "https://github.com/Oktai15",
"followers_url": "https://api.github.com/users/Oktai15/followers",
"following_url": "https://api.github.com/users/Oktai15/following{/other_user}",
"gists_url": "https://api.github.com/users/Oktai15/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Oktai15/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Oktai15/subscriptions",
"organizations_url": "https://api.github.com/users/Oktai15/orgs",
"repos_url": "https://api.github.com/users/Oktai15/repos",
"events_url": "https://api.github.com/users/Oktai15/events{/privacy}",
"received_events_url": "https://api.github.com/users/Oktai15/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | [] | closed | false | null | [] | null | null | 2021-12-21T15:19:51 | 2022-01-11T16:34:20 | 2022-01-11T16:34:16 | CONTRIBUTOR | {
"total": 0,
"completed": 0,
"percent_completed": 0
} | null | false | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/3366",
"html_url": "https://github.com/NVIDIA/NeMo/pull/3366",
"diff_url": "https://github.com/NVIDIA/NeMo/pull/3366.diff",
"patch_url": "https://github.com/NVIDIA/NeMo/pull/3366.patch",
"merged_at": "2022-01-11T16:34:16"
} | - [x] Update nemo.collections.tts.torch.data.TTSDataset and nemo.collections.tts.torch.data.MixerTTSDataset
- [x] Rename "duration_prior" to "align_prior_matrix"
- [x] Add `normalized_text` field
- [x] Fix minor bugs
- [x] Update FastPitch
- [x] Comment unnecessary code and suggest to remove it (+ need to discuss with @blisc)
- [x] Refactor config
- [x] Add correct setup for text normalization and text tokenization to support new config
- [x] Fix minor bugs
- [x] Update Mixer-TTS
- [x] Refactor config
- [x] Add correct setup for text normalization and text tokenization to support new config
- [x] Fix minor bugs
- [x] Add test to Jenkinsfile for Mixer-TTS
- [x] Update documentation for Mixer-TTS and Mixer-TTS-X
- [x] Add checkpoints from NGC Catalog to code
- [x] Update HiFi-GAN
- [x] Add checkpoints from NGC Catalog to code (+ need to discuss with @blisc)
- [x] Add & update notebooks
- [x] Add `MixerTTS_Training.ipynb` notebook
- [x] Update `Inference_ModelSelect.ipynb` notebook
- [x] Fix bugs in `FastPitch_Finetuning.ipynb` notebook
Signed-off-by: Oktai Tatanov [email protected] | {
"login": "Oktai15",
"id": 17337773,
"node_id": "MDQ6VXNlcjE3MzM3Nzcz",
"avatar_url": "https://avatars.githubusercontent.com/u/17337773?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/Oktai15",
"html_url": "https://github.com/Oktai15",
"followers_url": "https://api.github.com/users/Oktai15/followers",
"following_url": "https://api.github.com/users/Oktai15/following{/other_user}",
"gists_url": "https://api.github.com/users/Oktai15/gists{/gist_id}",
"starred_url": "https://api.github.com/users/Oktai15/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/Oktai15/subscriptions",
"organizations_url": "https://api.github.com/users/Oktai15/orgs",
"repos_url": "https://api.github.com/users/Oktai15/repos",
"events_url": "https://api.github.com/users/Oktai15/events{/privacy}",
"received_events_url": "https://api.github.com/users/Oktai15/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
} | {
"url": "https://api.github.com/repos/NVIDIA/NeMo/issues/3366/reactions",
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} | https://api.github.com/repos/NVIDIA/NeMo/issues/3366/timeline | null | null | true |
Subsets and Splits