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/2905
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2905/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2905/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2905/events
https://github.com/NVIDIA/NeMo/pull/2905
1,008,077,200
PR_kwDOC_bI7s4sT2fr
2,905
Fix several bugs in punctuation and capitalization inference and make minor improvements
{ "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-09-27T12:15:13
2021-11-18T18:38:38
2021-09-29T11:21:56
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2905", "html_url": "https://github.com/NVIDIA/NeMo/pull/2905", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2905.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2905.patch", "merged_at": "2021-09-29T11:21:56" }
1. A parameter `--input_text` of the script `punctuate_capitalize_infer.py` was not working because of wrong implementation of data reading. Fixed. 2. Add parameter `--save_labels_instead_of_text` to script `punctuate_capitalize_infer.py` and parameter `return_labels` to `PunctuationCapitalizationModel.add_punctuation_capitalization` method. Useful feature in my opinion. 3. Remove device choice from `PunctuationCapitalizationModel.add_punctuation_capitalization` method. Device choice should be done in `main` function. 4. Add parameter `--device` to the script `punctuate_capitalize_infer.py`.
{ "login": "AlexGrinch", "id": 8689095, "node_id": "MDQ6VXNlcjg2ODkwOTU=", "avatar_url": "https://avatars.githubusercontent.com/u/8689095?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AlexGrinch", "html_url": "https://github.com/AlexGrinch", "followers_url": "https://api.github.com/users/AlexGrinch/followers", "following_url": "https://api.github.com/users/AlexGrinch/following{/other_user}", "gists_url": "https://api.github.com/users/AlexGrinch/gists{/gist_id}", "starred_url": "https://api.github.com/users/AlexGrinch/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/AlexGrinch/subscriptions", "organizations_url": "https://api.github.com/users/AlexGrinch/orgs", "repos_url": "https://api.github.com/users/AlexGrinch/repos", "events_url": "https://api.github.com/users/AlexGrinch/events{/privacy}", "received_events_url": "https://api.github.com/users/AlexGrinch/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/2905/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2905/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2904
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2904/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2904/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2904/events
https://github.com/NVIDIA/NeMo/pull/2904
1,008,059,452
PR_kwDOC_bI7s4sTy77
2,904
Add DALI dataset unit test
{ "login": "jantonguirao", "id": 3891217, "node_id": "MDQ6VXNlcjM4OTEyMTc=", "avatar_url": "https://avatars.githubusercontent.com/u/3891217?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jantonguirao", "html_url": "https://github.com/jantonguirao", "followers_url": "https://api.github.com/users/jantonguirao/followers", "following_url": "https://api.github.com/users/jantonguirao/following{/other_user}", "gists_url": "https://api.github.com/users/jantonguirao/gists{/gist_id}", "starred_url": "https://api.github.com/users/jantonguirao/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jantonguirao/subscriptions", "organizations_url": "https://api.github.com/users/jantonguirao/orgs", "repos_url": "https://api.github.com/users/jantonguirao/repos", "events_url": "https://api.github.com/users/jantonguirao/events{/privacy}", "received_events_url": "https://api.github.com/users/jantonguirao/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
2021-09-27T11:59:09
2021-09-28T19:46:26
2021-09-28T19:46:26
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2904", "html_url": "https://github.com/NVIDIA/NeMo/pull/2904", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2904.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2904.patch", "merged_at": "2021-09-28T19:46:26" }
Adds a new unit tests that verifies that using DALI for feature extraction produces the same results as the default implementation.
{ "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/2904/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2904/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2903
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2903/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2903/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2903/events
https://github.com/NVIDIA/NeMo/issues/2903
1,007,672,703
I_kwDOC_bI7s48D91_
2,903
Questions about training acoustic models - Lexicon
{ "login": "zhan0502", "id": 71009522, "node_id": "MDQ6VXNlcjcxMDA5NTIy", "avatar_url": "https://avatars.githubusercontent.com/u/71009522?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zhan0502", "html_url": "https://github.com/zhan0502", "followers_url": "https://api.github.com/users/zhan0502/followers", "following_url": "https://api.github.com/users/zhan0502/following{/other_user}", "gists_url": "https://api.github.com/users/zhan0502/gists{/gist_id}", "starred_url": "https://api.github.com/users/zhan0502/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/zhan0502/subscriptions", "organizations_url": "https://api.github.com/users/zhan0502/orgs", "repos_url": "https://api.github.com/users/zhan0502/repos", "events_url": "https://api.github.com/users/zhan0502/events{/privacy}", "received_events_url": "https://api.github.com/users/zhan0502/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-09-27T04:12:00
2021-10-27T00:01:53
2021-10-27T00:01:53
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hi, I noticed that in the training pipelines, lexicon mapping of word spelling is not part of the workflow, I noticed in some other pipelines such as flashlight, they use it to improve the accuracy of decoding. For NeMo, is there some similar executions like lexicon mapping? or if not, is there any plan on including it in the future? Thank you.
{ "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/2903/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2903/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2902
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2902/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2902/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2902/events
https://github.com/NVIDIA/NeMo/issues/2902
1,007,662,361
I_kwDOC_bI7s48D7UZ
2,902
batch size for asr model
{ "login": "zhan0502", "id": 71009522, "node_id": "MDQ6VXNlcjcxMDA5NTIy", "avatar_url": "https://avatars.githubusercontent.com/u/71009522?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zhan0502", "html_url": "https://github.com/zhan0502", "followers_url": "https://api.github.com/users/zhan0502/followers", "following_url": "https://api.github.com/users/zhan0502/following{/other_user}", "gists_url": "https://api.github.com/users/zhan0502/gists{/gist_id}", "starred_url": "https://api.github.com/users/zhan0502/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/zhan0502/subscriptions", "organizations_url": "https://api.github.com/users/zhan0502/orgs", "repos_url": "https://api.github.com/users/zhan0502/repos", "events_url": "https://api.github.com/users/zhan0502/events{/privacy}", "received_events_url": "https://api.github.com/users/zhan0502/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-09-27T03:59:09
2021-11-30T23:08:06
2021-11-30T23:08:06
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I noticed that for ASR training batch size setup, I noticed that there is a trick to set the accumulate_grad_batches value to cater for large batches, the performance is still quite different between set batch size = 32 vs. set batch size =16 with accumulate_grad_batches = 2. Although in theory it should work, but when I do the training for QuartzNet15x5-Zh-NR.nemo, I found if using batch size = 32, I can get loss < 20 in about 10 epochs, whereas if I use batch size =16 with accumulate_grad_batches = 2, I train for 100 epochs, the loss level is at 67 (which means the training diverges). Does this mean, we would have to use high RAM GPUs to train the models? Does anyone observe the similar issue before? below is a sample setup for batch size, this is because my server couldn't cater for batchsize =32, therefore, I use this trick, but the training metrics was very bad. cfg = copy.deepcopy(char_model.cfg) with open_dict(cfg): cfg.train_ds.manifest_filepath = f"{train_manifest_cleaned},{dev_manifest_cleaned}" cfg.train_ds.labels = list(train_dev_set) cfg.train_ds.normalize_transcripts = False cfg.train_ds.batch_size = 16 cfg.train_ds.num_workers = 8 cfg.train_ds.pin_memory = True cfg.train_ds.trim_silence = True trainer = ptl.Trainer(gpus=4, accelerator='ddp', max_epochs=EPOCHS, accumulate_grad_batches=2, checkpoint_callback=False, logger=False, log_every_n_steps=5, check_val_every_n_epoch=10)
{ "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/2902/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2902/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2901
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2901/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2901/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2901/events
https://github.com/NVIDIA/NeMo/pull/2901
1,007,491,670
PR_kwDOC_bI7s4sSGFg
2,901
docs format update
{ "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
2021-09-26T20:17:28
2021-09-26T21:38:10
2021-09-26T21:38:08
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2901", "html_url": "https://github.com/NVIDIA/NeMo/pull/2901", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2901.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2901.patch", "merged_at": "2021-09-26T21:38:08" }
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/2901/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2901/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2900
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2900/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2900/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2900/events
https://github.com/NVIDIA/NeMo/pull/2900
1,007,447,989
PR_kwDOC_bI7s4sR_Wa
2,900
SDE Updates
{ "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
2021-09-26T17:09:51
2021-09-26T19:26:11
2021-09-26T19:26:09
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2900", "html_url": "https://github.com/NVIDIA/NeMo/pull/2900", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2900.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2900.patch", "merged_at": "2021-09-26T19:26:09" }
- Added new features (custom histograms, audio metrics, UI) to SDE - Updated docs
{ "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/2900/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2900/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2896
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2896/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2896/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2896/events
https://github.com/NVIDIA/NeMo/issues/2896
1,007,114,482
I_kwDOC_bI7s48B1jy
2,896
Variables `hidden_steps` (line 306) and `_SUPPORTED_ARCH` (line 337) in `transformer_bottleneck.py` are not defined
{ "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": "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 }
[ { "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 } ]
null
null
2021-09-25T15:23:12
2021-10-07T07:45:25
2021-10-07T07:45:25
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** Variables `hidden_steps` (line 306) and `_SUPPORTED_ARCH` (line 337) in https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/nlp/modules/common/transformer/transformer_bottleneck.py are not defined.
{ "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/2896/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2896/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2895
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2895/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2895/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2895/events
https://github.com/NVIDIA/NeMo/pull/2895
1,006,945,314
PR_kwDOC_bI7s4sQxoQ
2,895
update readme with the tools sections
{ "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
2021-09-25T03:26:34
2021-09-25T04:44:16
2021-09-25T04:44:14
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2895", "html_url": "https://github.com/NVIDIA/NeMo/pull/2895", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2895.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2895.patch", "merged_at": "2021-09-25T04:44:14" }
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/2895/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2895/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2894
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2894/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2894/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2894/events
https://github.com/NVIDIA/NeMo/pull/2894
1,006,904,111
PR_kwDOC_bI7s4sQrOx
2,894
(1) nvfuser, (2) amp-casting decoration
{ "login": "erhoo82", "id": 15861259, "node_id": "MDQ6VXNlcjE1ODYxMjU5", "avatar_url": "https://avatars.githubusercontent.com/u/15861259?v=4", "gravatar_id": "", "url": "https://api.github.com/users/erhoo82", "html_url": "https://github.com/erhoo82", "followers_url": "https://api.github.com/users/erhoo82/followers", "following_url": "https://api.github.com/users/erhoo82/following{/other_user}", "gists_url": "https://api.github.com/users/erhoo82/gists{/gist_id}", "starred_url": "https://api.github.com/users/erhoo82/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/erhoo82/subscriptions", "organizations_url": "https://api.github.com/users/erhoo82/orgs", "repos_url": "https://api.github.com/users/erhoo82/repos", "events_url": "https://api.github.com/users/erhoo82/events{/privacy}", "received_events_url": "https://api.github.com/users/erhoo82/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
null
2021-09-25T00:14:22
2021-11-05T18:19:32
2021-09-28T01:41:30
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2894", "html_url": "https://github.com/NVIDIA/NeMo/pull/2894", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2894.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2894.patch", "merged_at": "2021-09-28T01:41:30" }
1. Remove legacy fuser setting 2. Add amp precision casting decorator (use input precision as is)
{ "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/2894/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2894/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2893
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2893/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2893/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2893/events
https://github.com/NVIDIA/NeMo/pull/2893
1,006,866,336
PR_kwDOC_bI7s4sQkLx
2,893
Update sclite eval for new transcription method
{ "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
2021-09-24T22:28:13
2021-09-24T22:56:02
2021-09-24T22:55:59
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2893", "html_url": "https://github.com/NVIDIA/NeMo/pull/2893", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2893.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2893.patch", "merged_at": "2021-09-24T22:55:59" }
# Changelog - Update script to generalize transcript to all ASR models (CTC/RNNT Char/Subword)
{ "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/2893/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2893/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2892
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2892/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2892/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2892/events
https://github.com/NVIDIA/NeMo/pull/2892
1,006,834,554
PR_kwDOC_bI7s4sQd-0
2,892
Updating Jenkinsfile hidden_size
{ "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
2021-09-24T21:21:32
2021-09-24T22:22:37
2021-09-24T22:10:20
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2892", "html_url": "https://github.com/NVIDIA/NeMo/pull/2892", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2892.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2892.patch", "merged_at": "2021-09-24T22:10:20" }
This PR is used as a test whether PR from a fork does not update Jenkinsfile into the active pipeline.
{ "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/2892/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2892/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2891
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2891/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2891/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2891/events
https://github.com/NVIDIA/NeMo/pull/2891
1,006,820,842
PR_kwDOC_bI7s4sQbRT
2,891
Fix broken link
{ "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
2021-09-24T20:57:54
2021-09-24T21:03:23
2021-09-24T21:00:09
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2891", "html_url": "https://github.com/NVIDIA/NeMo/pull/2891", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2891.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2891.patch", "merged_at": "2021-09-24T21:00:09" }
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/2891/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2891/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2890
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2890/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2890/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2890/events
https://github.com/NVIDIA/NeMo/pull/2890
1,006,727,189
PR_kwDOC_bI7s4sQJH4
2,890
Style Fix for 1.4.0
{ "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
2021-09-24T18:34:04
2021-09-24T19:14:54
2021-09-24T19:14:52
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2890", "html_url": "https://github.com/NVIDIA/NeMo/pull/2890", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2890.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2890.patch", "merged_at": "2021-09-24T19:14:52" }
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/2890/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2890/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2889
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2889/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2889/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2889/events
https://github.com/NVIDIA/NeMo/pull/2889
1,006,694,291
PR_kwDOC_bI7s4sQC1f
2,889
updated the messages in eval_beamsearch_ngram.py.
{ "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
2021-09-24T17:48:29
2021-11-18T22:12:18
2021-09-24T18:27:25
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2889", "html_url": "https://github.com/NVIDIA/NeMo/pull/2889", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2889.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2889.patch", "merged_at": "2021-09-24T18:27:25" }
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/2889/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2889/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2888
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2888/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2888/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2888/events
https://github.com/NVIDIA/NeMo/issues/2888
1,006,510,399
I_kwDOC_bI7s47_iE_
2,888
No module named 'nemo'
{ "login": "jayachaturvedi", "id": 47827995, "node_id": "MDQ6VXNlcjQ3ODI3OTk1", "avatar_url": "https://avatars.githubusercontent.com/u/47827995?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jayachaturvedi", "html_url": "https://github.com/jayachaturvedi", "followers_url": "https://api.github.com/users/jayachaturvedi/followers", "following_url": "https://api.github.com/users/jayachaturvedi/following{/other_user}", "gists_url": "https://api.github.com/users/jayachaturvedi/gists{/gist_id}", "starred_url": "https://api.github.com/users/jayachaturvedi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jayachaturvedi/subscriptions", "organizations_url": "https://api.github.com/users/jayachaturvedi/orgs", "repos_url": "https://api.github.com/users/jayachaturvedi/repos", "events_url": "https://api.github.com/users/jayachaturvedi/events{/privacy}", "received_events_url": "https://api.github.com/users/jayachaturvedi/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-09-24T14:13:00
2021-10-27T00:01:29
2021-10-27T00:01:29
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hello, I am trying to run the script self_alignment_pretraining.py (location - https://github.com/NVIDIA/NeMo/blob/main/examples/nlp/entity_linking/self_alignment_pretraining.py) I keep getting the error: ModuleNotFoundError: No module named 'nemo' I have tried installing the nemo toolkit using the following: !pip install git+https://github.com/NVIDIA/NeMo.git and BRANCH = 'r1.3.0' #!pip install git+https://github.com/NVIDIA/NeMo.git@$BRANCH#egg=nemo_toolkit[nlp] and !pip install nemo !pip install nemo_toolkit !pip install tensorboard==1.15.0 But continue to get the same error. **Environment details** - OS version - I am running it on spyder on my local laptop (MacBook Pro - macOS Big Sur version 11.6), no GPU being used. - PyTorch version - torch version 1.9.1 - Python version - Python 3.6.8 :: Anaconda, Inc. Thank you. Apologies if I have provided insufficient information, I am fairly new to programming.
{ "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/2888/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2888/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2887
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2887/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2887/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2887/events
https://github.com/NVIDIA/NeMo/issues/2887
1,006,434,138
I_kwDOC_bI7s47_Pda
2,887
PunctuationCapitalizationModel Config: Mixed Precision Parameter not Ignored when AMP_LEVEL=O0
{ "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" } ]
closed
false
{ "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 }
[ { "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 } ]
null
null
2021-09-24T12:52:14
2022-04-05T23:40:39
2022-04-05T23:40:39
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** I've encountered this using the [example config provided ](https://github.com/NVIDIA/NeMo/blob/ed2005eda9470cb2c7c42e7ca1bd6b2e5b7a8479/examples/nlp/token_classification/conf/punctuation_capitalization_config.yaml#L28)for the PunctuationCapitalizationModel. Currently, the default trainer params are: ``` trainer: gpus=1 amp_level: O0 # O1/O2 for mixed precision precision: 16 # Should be set to 16 for O1 and O2, default is 16 as PT ignores it when am_level is O0 ``` I.e. the value for the precision param should be ignored when using AMP.FP32 training. However, if you try to restore a model (e.g. `punctuation-bert-en`) by overriding `trainer.gpus=0` with the above configuration, the following error is triggered: ``` Traceback (most recent call last): File "/home/lhr/tmp/textNormalization/text_normalization/punctuation_capitalization/profiling.py", line 193, in <module> m1, m2 = init_nemo_model() File "/home/lhr/tmp/textNormalization/text_normalization/punctuation_capitalization/profiling.py", line 141, in init_nemo_model trainer = pl.Trainer(**cfg.trainer) File "/home/lhr/.conda/envs/nemo-source/lib/python3.8/site-packages/pytorch_lightning/trainer/connectors/env_vars_connector.py", line 40, in insert_env_defaults return fn(self, **kwargs) File "/home/lhr/.conda/envs/nemo-source/lib/python3.8/site-packages/pytorch_lightning/trainer/trainer.py", line 354, in __init__ self.accelerator_connector = AcceleratorConnector( File "/home/lhr/.conda/envs/nemo-source/lib/python3.8/site-packages/pytorch_lightning/trainer/connectors/accelerator_connector.py", line 162, in __init__ self.accelerator = self.select_accelerator() File "/home/lhr/.conda/envs/nemo-source/lib/python3.8/site-packages/pytorch_lightning/trainer/connectors/accelerator_connector.py", line 700, in select_accelerator accelerator = acc_cls(training_type_plugin=self.training_type_plugin, precision_plugin=self.precision_plugin) File "/home/lhr/.conda/envs/nemo-source/lib/python3.8/site-packages/pytorch_lightning/trainer/connectors/accelerator_connector.py", line 333, in precision_plugin self._precision_plugin = self.select_precision_plugin() File "/home/lhr/.conda/envs/nemo-source/lib/python3.8/site-packages/pytorch_lightning/trainer/connectors/accelerator_connector.py", line 555, in select_precision_plugin raise MisconfigurationException( pytorch_lightning.utilities.exceptions.MisconfigurationException: You have asked for native AMP on CPU, but AMP is only available on GPU. ``` I needed to additionally override `trainer.precision=32` in order to restore the model, suggesting that the precision parameter is not actually ignored for `amp_level=O0`. **Expected behavior** That the value of `trainer.precision` is ignored when `amp_level=O0`. **Steps/Code to reproduce bug** ``` from omegaconf import OmegaConf import sys import pytorch_lightning as pl from nemo.collections.nlp.models import PunctuationCapitalizationModel def main(cfg): trainer = pl.Trainer(**cfg.trainer) model = PunctuationCapitalizationModel(cfg.model, trainer) if __name__ == '__main__': sys.argv = [f"profiling.py", f"model.language_model.pretrained_model_name=bert-base-uncased", "model.dataset.data_dir=PATH_TO_DATA", "trainer.gpus=0", # "trainer.precision=32" # need to toggle this ] cfg = OmegaConf.load('conf/punctuation_capitalization_config.yaml') cli_conf = OmegaConf.from_cli() cfg = OmegaConf.merge(cfg, cli_conf) main(cfg) ``` **Environment overview (please complete the following information)** - Environment location: venv on local machine - Method of NeMo install: from source **Environment details** - OS version - Ubuntu 18.04.5 LTS - PyTorch version - 1.9.0 - Python version - 3.8.11
{ "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/2887/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2887/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2886
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2886/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2886/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2886/events
https://github.com/NVIDIA/NeMo/issues/2886
1,006,110,842
I_kwDOC_bI7s47-Ah6
2,886
MatchboxNet questions
{ "login": "dmitrytyrin", "id": 54152608, "node_id": "MDQ6VXNlcjU0MTUyNjA4", "avatar_url": "https://avatars.githubusercontent.com/u/54152608?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dmitrytyrin", "html_url": "https://github.com/dmitrytyrin", "followers_url": "https://api.github.com/users/dmitrytyrin/followers", "following_url": "https://api.github.com/users/dmitrytyrin/following{/other_user}", "gists_url": "https://api.github.com/users/dmitrytyrin/gists{/gist_id}", "starred_url": "https://api.github.com/users/dmitrytyrin/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dmitrytyrin/subscriptions", "organizations_url": "https://api.github.com/users/dmitrytyrin/orgs", "repos_url": "https://api.github.com/users/dmitrytyrin/repos", "events_url": "https://api.github.com/users/dmitrytyrin/events{/privacy}", "received_events_url": "https://api.github.com/users/dmitrytyrin/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
null
2021-09-24T06:01:16
2021-10-27T00:01:14
2021-10-27T00:01:14
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hello! Need help with some moments: 1. How to perform GPU batched inference with trained model? 2. Is it possible to make MatchboxNet architecture more heavy? Encountered problem that https://github.com/NVIDIA/NeMo/blob/main/examples/asr/conf/matchboxnet/matchboxnet_3x1x64_v2.yaml was stucked on ~50% accuracy on clean audio commands (38 labels, trained from scratch, 100 epochs, batch size 512).
{ "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/2886/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2886/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2885
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2885/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2885/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2885/events
https://github.com/NVIDIA/NeMo/pull/2885
1,005,921,729
PR_kwDOC_bI7s4sNtH0
2,885
add fix to not add dot everywhere
{ "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
2021-09-23T23:11:21
2021-09-29T18:22:27
2021-09-29T18:22:24
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2885", "html_url": "https://github.com/NVIDIA/NeMo/pull/2885", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2885.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2885.patch", "merged_at": "2021-09-29T18:22:24" }
Signed-off-by: Yang Zhang <[email protected]>
{ "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/2885/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2885/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2884
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2884/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2884/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2884/events
https://github.com/NVIDIA/NeMo/pull/2884
1,005,914,431
PR_kwDOC_bI7s4sNrte
2,884
Typos
{ "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
2021-09-23T22:57:34
2021-09-24T18:27:20
2021-09-24T18:27:18
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2884", "html_url": "https://github.com/NVIDIA/NeMo/pull/2884", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2884.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2884.patch", "merged_at": "2021-09-24T18:27:18" }
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/2884/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2884/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2883
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2883/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2883/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2883/events
https://github.com/NVIDIA/NeMo/pull/2883
1,005,906,140
PR_kwDOC_bI7s4sNqJH
2,883
minor typo and broken link fixes
{ "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-09-23T22:39:35
2021-09-24T18:27:06
2021-09-24T18:27:04
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2883", "html_url": "https://github.com/NVIDIA/NeMo/pull/2883", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2883.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2883.patch", "merged_at": "2021-09-24T18:27:04" }
Signed-off-by: nithinraok <[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/2883/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2883/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2882
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2882/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2882/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2882/events
https://github.com/NVIDIA/NeMo/pull/2882
1,005,874,954
PR_kwDOC_bI7s4sNj5t
2,882
Remove numbers from TTS tutorial names
{ "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
2021-09-23T21:48:22
2021-09-24T18:27:13
2021-09-24T18:27:11
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2882", "html_url": "https://github.com/NVIDIA/NeMo/pull/2882", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2882.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2882.patch", "merged_at": "2021-09-24T18:27:10" }
No additional references in the repository that I could find with grep. 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/2882/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2882/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2881
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2881/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2881/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2881/events
https://github.com/NVIDIA/NeMo/pull/2881
1,005,871,056
PR_kwDOC_bI7s4sNjJP
2,881
Upperbound PTL
{ "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
2021-09-23T21:42:16
2021-09-23T21:42:32
2021-09-23T21:42:27
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2881", "html_url": "https://github.com/NVIDIA/NeMo/pull/2881", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2881.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2881.patch", "merged_at": "2021-09-23T21:42:27" }
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/2881/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2881/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2880
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2880/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2880/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2880/events
https://github.com/NVIDIA/NeMo/pull/2880
1,005,867,602
PR_kwDOC_bI7s4sNicX
2,880
Update notebooks with onnxruntime
{ "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
2021-09-23T21:36:23
2021-09-23T21:41:54
2021-09-23T21:36:32
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2880", "html_url": "https://github.com/NVIDIA/NeMo/pull/2880", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2880.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2880.patch", "merged_at": "2021-09-23T21:36:32" }
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/2880/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2880/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2877
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2877/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2877/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2877/events
https://github.com/NVIDIA/NeMo/issues/2877
1,005,118,556
I_kwDOC_bI7s476ORc
2,877
No space between output in custom trained ASR model.
{ "login": "dbkalaria", "id": 55277882, "node_id": "MDQ6VXNlcjU1Mjc3ODgy", "avatar_url": "https://avatars.githubusercontent.com/u/55277882?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dbkalaria", "html_url": "https://github.com/dbkalaria", "followers_url": "https://api.github.com/users/dbkalaria/followers", "following_url": "https://api.github.com/users/dbkalaria/following{/other_user}", "gists_url": "https://api.github.com/users/dbkalaria/gists{/gist_id}", "starred_url": "https://api.github.com/users/dbkalaria/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/dbkalaria/subscriptions", "organizations_url": "https://api.github.com/users/dbkalaria/orgs", "repos_url": "https://api.github.com/users/dbkalaria/repos", "events_url": "https://api.github.com/users/dbkalaria/events{/privacy}", "received_events_url": "https://api.github.com/users/dbkalaria/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
null
2021-09-23T07:50:56
2021-10-27T00:00:56
2021-10-27T00:00:56
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I've fine-tuned conformer-ctc medium model for German language on mozilla's common voice dataset. For reference I've used ASR finetuning tutorial. Prediction are good but there is no spaces between the words.
{ "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/2877/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/2877/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2876
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2876/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2876/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2876/events
https://github.com/NVIDIA/NeMo/pull/2876
1,004,716,143
PR_kwDOC_bI7s4sKAIr
2,876
Lower bound PTL to safe version
{ "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
2021-09-22T19:54:23
2021-09-23T02:46:17
2021-09-23T02:46:13
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2876", "html_url": "https://github.com/NVIDIA/NeMo/pull/2876", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2876.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2876.patch", "merged_at": "2021-09-23T02:46:13" }
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/2876/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2876/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2875
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2875/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2875/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2875/events
https://github.com/NVIDIA/NeMo/pull/2875
1,004,673,374
PR_kwDOC_bI7s4sJ3IF
2,875
Fix TransformerDecoder export - r1.4
{ "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-09-22T19:20:13
2021-09-27T16:53:42
2021-09-27T01:45:03
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2875", "html_url": "https://github.com/NVIDIA/NeMo/pull/2875", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2875.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2875.patch", "merged_at": "2021-09-27T01:45:03" }
Fixes export for TransformerDecoder.
{ "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/2875/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2875/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2874
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2874/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2874/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2874/events
https://github.com/NVIDIA/NeMo/pull/2874
1,004,607,385
PR_kwDOC_bI7s4sJpKT
2,874
Fix DALI log default floor and normalization formula (#2869)
{ "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
2021-09-22T18:32:24
2021-09-22T18:32:35
2021-09-22T18:32:32
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2874", "html_url": "https://github.com/NVIDIA/NeMo/pull/2874", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2874.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2874.patch", "merged_at": "2021-09-22T18:32:32" }
* Fix DALI log default floor and normalization formula Signed-off-by: Joaquin Anton <[email protected]> * Fix style Signed-off-by: Joaquin Anton <[email protected]> (cherry picked from commit ad75db34c816bff23f64de7a875d89c50c319c85)
{ "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/2874/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2874/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2873
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2873/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2873/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2873/events
https://github.com/NVIDIA/NeMo/issues/2873
1,004,602,342
I_kwDOC_bI7s474QPm
2,873
"ASR_with_NeMo.ipynb" TypeError: TypeError: NeuralTypeComparisonResult.INCOMPATIBLE : Input type expected : axes: (batch, time); elements_type: AudioSignal input param_0 : freq: 16000 Input type found : axes: (batch, time); elements_type: VoidType
{ "login": "PouryaVp", "id": 55599487, "node_id": "MDQ6VXNlcjU1NTk5NDg3", "avatar_url": "https://avatars.githubusercontent.com/u/55599487?v=4", "gravatar_id": "", "url": "https://api.github.com/users/PouryaVp", "html_url": "https://github.com/PouryaVp", "followers_url": "https://api.github.com/users/PouryaVp/followers", "following_url": "https://api.github.com/users/PouryaVp/following{/other_user}", "gists_url": "https://api.github.com/users/PouryaVp/gists{/gist_id}", "starred_url": "https://api.github.com/users/PouryaVp/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/PouryaVp/subscriptions", "organizations_url": "https://api.github.com/users/PouryaVp/orgs", "repos_url": "https://api.github.com/users/PouryaVp/repos", "events_url": "https://api.github.com/users/PouryaVp/events{/privacy}", "received_events_url": "https://api.github.com/users/PouryaVp/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-09-22T18:27:39
2021-09-30T21:40:06
2021-09-30T21:40:06
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hi There, I'm trying to run "ASR_with_NeMo.ipynb" in tutorials directory. In the section `Using an Out-of-the-Box Model`, I can successfully load `QuartzNet15x5Base-En`, but when I run `quartznet.transcribe(paths2audio_files=files)`, I get the following error: ``` TypeError: NeuralTypeComparisonResult.INCOMPATIBLE : Input type expected : axes: (batch, time); elements_type: AudioSignal input param_0 : freq: 16000 Input type found : axes: (batch, time); elements_type: VoidType --------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-10-fa3a7fc9cc2a> in <module> 1 files = ['./an4/wav/an4_clstk/mgah/cen2-mgah-b.wav'] ----> 2 for fname, transcription in zip(files, quartznet.transcribe(paths2audio_files=files)): 3 print(f"Audio in {fname} was recognized as: {transcription}") ~/anaconda3/envs/nemo/lib/python3.8/site-packages/torch/autograd/grad_mode.py in decorate_context(*args, **kwargs) 26 def decorate_context(*args, **kwargs): 27 with self.__class__(): ---> 28 return func(*args, **kwargs) 29 return cast(F, decorate_context) 30 NeMo/nemo/collections/asr/models/ctc_models.py in transcribe(self, paths2audio_files, batch_size, logprobs, return_hypotheses) 236 temporary_datalayer = self._setup_transcribe_dataloader(config) 237 for test_batch in tqdm(temporary_datalayer, desc="Transcribing"): --> 238 logits, logits_len, greedy_predictions = self.forward( 239 input_signal=test_batch[0].to(device), input_signal_length=test_batch[1].to(device) 240 ) NeMo/nemo/core/classes/common.py in __call__(self, wrapped, instance, args, kwargs) 770 771 # Perform rudimentary input checks here --> 772 instance._validate_input_types(input_types=input_types, ignore_collections=self.ignore_collections, **kwargs) 773 774 # Call the method - this can be forward, or any other callable method NeMo/nemo/core/classes/common.py in _validate_input_types(self, input_types, ignore_collections, **kwargs) 208 for i, dict_tuple in enumerate(value.neural_type.elements_type.type_parameters.items()): 209 error_msg.append(f' input param_{i} : {dict_tuple[0]}: {dict_tuple[1]}') --> 210 raise TypeError("\n".join(error_msg)) 211 212 # Perform input ndim check TypeError: NeuralTypeComparisonResult.INCOMPATIBLE : Input type expected : axes: (batch, time); elements_type: AudioSignal input param_0 : freq: 16000 Input type found : axes: (batch, time); elements_type: VoidType ``` Thanks in advance for your help.
{ "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/2873/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2873/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2872
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2872/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2872/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2872/events
https://github.com/NVIDIA/NeMo/pull/2872
1,004,597,608
PR_kwDOC_bI7s4sJnAm
2,872
Bound PTL
{ "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
2021-09-22T18:22:58
2021-09-22T19:50:45
2021-09-22T19:50:08
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2872", "html_url": "https://github.com/NVIDIA/NeMo/pull/2872", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2872.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2872.patch", "merged_at": null }
# Chanelog - Upperbound PTL until https://github.com/PyTorchLightning/pytorch-lightning/pull/9642 is available in PTL 1.4.8 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/2872/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2872/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2871
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2871/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2871/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2871/events
https://github.com/NVIDIA/NeMo/pull/2871
1,004,510,999
PR_kwDOC_bI7s4sJVhx
2,871
updated german ngc model
{ "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
2021-09-22T16:48:36
2021-09-22T16:50:59
2021-09-22T16:50:56
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2871", "html_url": "https://github.com/NVIDIA/NeMo/pull/2871", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2871.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2871.patch", "merged_at": "2021-09-22T16:50:56" }
Signed-off-by: Yang Zhang <[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/2871/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2871/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2870
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2870/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2870/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2870/events
https://github.com/NVIDIA/NeMo/issues/2870
1,004,233,113
I_kwDOC_bI7s4722GZ
2,870
How to create nemo_text_processing/text_normalization/en/data/numbers/cardinal_number_name.far?
{ "login": "npuichigo", "id": 11533479, "node_id": "MDQ6VXNlcjExNTMzNDc5", "avatar_url": "https://avatars.githubusercontent.com/u/11533479?v=4", "gravatar_id": "", "url": "https://api.github.com/users/npuichigo", "html_url": "https://github.com/npuichigo", "followers_url": "https://api.github.com/users/npuichigo/followers", "following_url": "https://api.github.com/users/npuichigo/following{/other_user}", "gists_url": "https://api.github.com/users/npuichigo/gists{/gist_id}", "starred_url": "https://api.github.com/users/npuichigo/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/npuichigo/subscriptions", "organizations_url": "https://api.github.com/users/npuichigo/orgs", "repos_url": "https://api.github.com/users/npuichigo/repos", "events_url": "https://api.github.com/users/npuichigo/events{/privacy}", "received_events_url": "https://api.github.com/users/npuichigo/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
null
2021-09-22T12:24:15
2021-09-24T22:14:18
2021-09-24T22:14:18
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Is there anyway in to create the fst for cardinal number name using pynini like other cases? Or can anyone provide a way to create that, since I would like to do some locale expansion.
{ "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/2870/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2870/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2869
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2869/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2869/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2869/events
https://github.com/NVIDIA/NeMo/pull/2869
1,004,171,243
PR_kwDOC_bI7s4sIQ5G
2,869
Fix DALI log default floor and normalization formula
{ "login": "jantonguirao", "id": 3891217, "node_id": "MDQ6VXNlcjM4OTEyMTc=", "avatar_url": "https://avatars.githubusercontent.com/u/3891217?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jantonguirao", "html_url": "https://github.com/jantonguirao", "followers_url": "https://api.github.com/users/jantonguirao/followers", "following_url": "https://api.github.com/users/jantonguirao/following{/other_user}", "gists_url": "https://api.github.com/users/jantonguirao/gists{/gist_id}", "starred_url": "https://api.github.com/users/jantonguirao/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jantonguirao/subscriptions", "organizations_url": "https://api.github.com/users/jantonguirao/orgs", "repos_url": "https://api.github.com/users/jantonguirao/repos", "events_url": "https://api.github.com/users/jantonguirao/events{/privacy}", "received_events_url": "https://api.github.com/users/jantonguirao/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
null
2021-09-22T11:16:31
2021-09-22T18:29:26
2021-09-22T18:29:26
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2869", "html_url": "https://github.com/NVIDIA/NeMo/pull/2869", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2869.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2869.patch", "merged_at": "2021-09-22T18:29:26" }
Fixes the default floor value used for DALI log calculation, to match the one used in the torch based implementation (features.py). Sets the ddof and eps for normalization step, to match what is used in other implementations Signed-off-by: Joaquin Anton <[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/2869/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2869/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2867
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2867/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2867/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2867/events
https://github.com/NVIDIA/NeMo/pull/2867
1,003,366,148
PR_kwDOC_bI7s4sFmvJ
2,867
bug fix for update to match sde
{ "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
2021-09-21T22:04:52
2021-09-22T00:46:37
2021-09-22T00:46:31
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2867", "html_url": "https://github.com/NVIDIA/NeMo/pull/2867", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2867.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2867.patch", "merged_at": "2021-09-22T00:46:31" }
Signed-off-by: ekmb <[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/2867/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2867/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2866
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2866/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2866/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2866/events
https://github.com/NVIDIA/NeMo/pull/2866
1,003,339,038
PR_kwDOC_bI7s4sFgxO
2,866
Linear warmup cosine anneal schedule
{ "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
2021-09-21T21:45:59
2022-09-22T17:09:22
2021-09-21T21:46:07
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2866", "html_url": "https://github.com/NVIDIA/NeMo/pull/2866", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2866.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2866.patch", "merged_at": null }
Re-opening this PR because the last one was merged to megatron_gpt
{ "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/2866/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2866/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2865
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2865/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2865/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2865/events
https://github.com/NVIDIA/NeMo/pull/2865
1,003,336,994
PR_kwDOC_bI7s4sFgUh
2,865
Linear warmup cosine anneal schedule
{ "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
2021-09-21T21:44:34
2022-09-22T17:09:22
2021-09-21T21:44:47
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2865", "html_url": "https://github.com/NVIDIA/NeMo/pull/2865", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2865.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2865.patch", "merged_at": null }
Re-opening this PR for main because the last one was merged to megatron_gpt.
{ "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/2865/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2865/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2864
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2864/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2864/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2864/events
https://github.com/NVIDIA/NeMo/pull/2864
1,003,225,415
PR_kwDOC_bI7s4sFH76
2,864
Fix window_stride calculation in DALI pipeline & Fix dither generatio…
{ "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
2021-09-21T20:28:57
2021-09-21T20:29:13
2021-09-21T20:29:10
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2864", "html_url": "https://github.com/NVIDIA/NeMo/pull/2864", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2864.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2864.patch", "merged_at": "2021-09-21T20:29:10" }
…n (#2858) Signed-off-by: Joaquin Anton <[email protected]> Co-authored-by: Somshubra Majumdar <[email protected]> (cherry picked from commit 6987b6cfc9c9769f61116d0ac5a49088798266f8)
{ "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/2864/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2864/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2863
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2863/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2863/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2863/events
https://github.com/NVIDIA/NeMo/pull/2863
1,003,126,596
PR_kwDOC_bI7s4sEyDu
2,863
Fix abs_pos of Conformer
{ "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
2021-09-21T19:25:42
2022-01-19T07:07:19
2021-09-21T22:45:31
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2863", "html_url": "https://github.com/NVIDIA/NeMo/pull/2863", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2863.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2863.patch", "merged_at": "2021-09-21T22:45:31" }
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/2863/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2863/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2862
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2862/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2862/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2862/events
https://github.com/NVIDIA/NeMo/issues/2862
1,003,088,480
I_kwDOC_bI7s47yepg
2,862
Speaker Verification
{ "login": "CaioRochaGoes", "id": 49493322, "node_id": "MDQ6VXNlcjQ5NDkzMzIy", "avatar_url": "https://avatars.githubusercontent.com/u/49493322?v=4", "gravatar_id": "", "url": "https://api.github.com/users/CaioRochaGoes", "html_url": "https://github.com/CaioRochaGoes", "followers_url": "https://api.github.com/users/CaioRochaGoes/followers", "following_url": "https://api.github.com/users/CaioRochaGoes/following{/other_user}", "gists_url": "https://api.github.com/users/CaioRochaGoes/gists{/gist_id}", "starred_url": "https://api.github.com/users/CaioRochaGoes/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/CaioRochaGoes/subscriptions", "organizations_url": "https://api.github.com/users/CaioRochaGoes/orgs", "repos_url": "https://api.github.com/users/CaioRochaGoes/repos", "events_url": "https://api.github.com/users/CaioRochaGoes/events{/privacy}", "received_events_url": "https://api.github.com/users/CaioRochaGoes/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": "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
2021-09-21T19:01:33
2021-10-27T13:53:23
2021-10-27T13:53:23
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hello everyone, how are you? I've been messing with Speaker_Recogniton_Verification.ipynb together with DiegoJota's issue: https://github.com/NVIDIA/NeMo/issues/2719. I got good results with the following script for extracting embs ``` verification_model = nemo_asr.models.ExtractSpeakerEmbeddingsModel.restore_from('Train_Verification.nemo') emb = verification_model.get_embedding(Person1.wav).cpu()[0] emb2 = verification_model.get_embedding(Person2.wav).cpu()[0] score = np.dot(emb, emb2) / ((np.dot(emb, emb) * np.dot(emb2, emb2)) ** 0.5) score = (score + 1) / 2 ``` As I said I got good results managing to impose a limit for scores higher than 0.7 being considered good within the recognition between two different audios from the same speaker, examples: AudioCaio1.wav x AudioCaio2.wav score: 0.74455544 AudioCaio1.wav x AudioCaio3.wav score: 0.73555545 AudioCaio1.wav x AudioCaio4.wav score: 0.78555545 ...... But in cases of being different speakers the scores are very close to 0.69, 0.63, 0.67.... examples: AudioCaio1.wav x AudioDiego1.wav score: 0.695478 AudioCaio1.wav x AudioDiego2.wav score: 0.635495 AudioCaio1.wav x AudioAntonio1.wav score: 0.627564 AudioCaio1.wav x AudioAntonio2.wav score: 0.687899 AudioCaio1.wav x AudioJose1.wav score: 0.656455 AudioCaio1.wav x AudioJose2.wav score: 0.679564 ..... We arrived at this result through the training present in Speaker_Recogniton_Verification which we generate the "Train_Verification.nemo" used in the verification_model = nemo_asr.models.ExtractSpeakerEmbeddingsModel.restore_from() script above. As the results saw that the error margin is very close, we want to increase this error margin. Would it be possible to improve the margin of error through a more diversified training? Or with audios of a certain size? Would you have any recommended amount of training base? Should the people I'm evaluating be present within the training set? We didn't find many recommendations or documentation talking about how to be trained in recognition matters. For information - We use the script only for voices in Portuguese, we do not intend to use it for voices in English or other languages.
{ "login": "CaioRochaGoes", "id": 49493322, "node_id": "MDQ6VXNlcjQ5NDkzMzIy", "avatar_url": "https://avatars.githubusercontent.com/u/49493322?v=4", "gravatar_id": "", "url": "https://api.github.com/users/CaioRochaGoes", "html_url": "https://github.com/CaioRochaGoes", "followers_url": "https://api.github.com/users/CaioRochaGoes/followers", "following_url": "https://api.github.com/users/CaioRochaGoes/following{/other_user}", "gists_url": "https://api.github.com/users/CaioRochaGoes/gists{/gist_id}", "starred_url": "https://api.github.com/users/CaioRochaGoes/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/CaioRochaGoes/subscriptions", "organizations_url": "https://api.github.com/users/CaioRochaGoes/orgs", "repos_url": "https://api.github.com/users/CaioRochaGoes/repos", "events_url": "https://api.github.com/users/CaioRochaGoes/events{/privacy}", "received_events_url": "https://api.github.com/users/CaioRochaGoes/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/2862/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2862/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2861
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2861/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2861/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2861/events
https://github.com/NVIDIA/NeMo/pull/2861
1,002,849,150
PR_kwDOC_bI7s4sD05B
2,861
add zero shot intent model
{ "login": "carolmanderson", "id": 25518180, "node_id": "MDQ6VXNlcjI1NTE4MTgw", "avatar_url": "https://avatars.githubusercontent.com/u/25518180?v=4", "gravatar_id": "", "url": "https://api.github.com/users/carolmanderson", "html_url": "https://github.com/carolmanderson", "followers_url": "https://api.github.com/users/carolmanderson/followers", "following_url": "https://api.github.com/users/carolmanderson/following{/other_user}", "gists_url": "https://api.github.com/users/carolmanderson/gists{/gist_id}", "starred_url": "https://api.github.com/users/carolmanderson/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/carolmanderson/subscriptions", "organizations_url": "https://api.github.com/users/carolmanderson/orgs", "repos_url": "https://api.github.com/users/carolmanderson/repos", "events_url": "https://api.github.com/users/carolmanderson/events{/privacy}", "received_events_url": "https://api.github.com/users/carolmanderson/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
null
2021-09-21T16:45:52
2021-09-27T22:41:10
2021-09-27T22:41:10
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2861", "html_url": "https://github.com/NVIDIA/NeMo/pull/2861", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2861.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2861.patch", "merged_at": "2021-09-27T22:41:10" }
- New model class ZeroShotIntentModel is a subclass of TextClassificationModel - Allows training/inference with either three classes ("entailment", "contradiction", and "neutral") or two classes ("entailment" and "not_entailment") - ZeroShotIntentDataset and ZeroShotIntentInferenceDataset are subclasses of GLUEDataset - For inference, users can specify multi_class = True or False and can supply their own hypothesis template - `list_available_models` is not yet implemented. Tutorial notebook also needs to be updated with the name(s) of pretrained models users can get from NGC. These do not exist yet.
{ "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/2861/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2861/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2860
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2860/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2860/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2860/events
https://github.com/NVIDIA/NeMo/pull/2860
1,002,699,050
PR_kwDOC_bI7s4sDTzK
2,860
Fix loading and resample audio in get_samples
{ "login": "agemagician", "id": 6087313, "node_id": "MDQ6VXNlcjYwODczMTM=", "avatar_url": "https://avatars.githubusercontent.com/u/6087313?v=4", "gravatar_id": "", "url": "https://api.github.com/users/agemagician", "html_url": "https://github.com/agemagician", "followers_url": "https://api.github.com/users/agemagician/followers", "following_url": "https://api.github.com/users/agemagician/following{/other_user}", "gists_url": "https://api.github.com/users/agemagician/gists{/gist_id}", "starred_url": "https://api.github.com/users/agemagician/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/agemagician/subscriptions", "organizations_url": "https://api.github.com/users/agemagician/orgs", "repos_url": "https://api.github.com/users/agemagician/repos", "events_url": "https://api.github.com/users/agemagician/events{/privacy}", "received_events_url": "https://api.github.com/users/agemagician/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
null
2021-09-21T15:20:13
2021-09-29T07:56:48
2021-09-29T07:56:48
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2860", "html_url": "https://github.com/NVIDIA/NeMo/pull/2860", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2860.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2860.patch", "merged_at": null }
There are several bugs in this file: 1. librosa library is not imported. 2. librosa.core.resample is expecting float32 array and not int. 3. librosa.core.resample returns float32 array, so no need to re-convert it.
{ "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/2860/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2860/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2859
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2859/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2859/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2859/events
https://github.com/NVIDIA/NeMo/pull/2859
1,002,531,076
PR_kwDOC_bI7s4sCu96
2,859
MixerTTS, MixerTTSDataset and small updates in tts tokenizers
{ "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-09-21T13:51:55
2021-10-25T14:51:04
2021-10-25T14:50:48
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2859", "html_url": "https://github.com/NVIDIA/NeMo/pull/2859", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2859.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2859.patch", "merged_at": "2021-10-25T14:50:48" }
* Mixer-TTS (with extended version, Mixer-TTS-X): https://arxiv.org/abs/2110.03584 * MixerTTSDataset * Small updates in nemo/collections/tts/torch/tts_tokenizers.py
{ "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/2859/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2859/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2858
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2858/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2858/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2858/events
https://github.com/NVIDIA/NeMo/pull/2858
1,002,401,601
PR_kwDOC_bI7s4sCSsA
2,858
Fix window_stride calculation in DALI pipeline & Fix dither generation
{ "login": "jantonguirao", "id": 3891217, "node_id": "MDQ6VXNlcjM4OTEyMTc=", "avatar_url": "https://avatars.githubusercontent.com/u/3891217?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jantonguirao", "html_url": "https://github.com/jantonguirao", "followers_url": "https://api.github.com/users/jantonguirao/followers", "following_url": "https://api.github.com/users/jantonguirao/following{/other_user}", "gists_url": "https://api.github.com/users/jantonguirao/gists{/gist_id}", "starred_url": "https://api.github.com/users/jantonguirao/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jantonguirao/subscriptions", "organizations_url": "https://api.github.com/users/jantonguirao/orgs", "repos_url": "https://api.github.com/users/jantonguirao/repos", "events_url": "https://api.github.com/users/jantonguirao/events{/privacy}", "received_events_url": "https://api.github.com/users/jantonguirao/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
null
2021-09-21T12:41:04
2021-09-21T20:17:29
2021-09-21T20:17:29
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2858", "html_url": "https://github.com/NVIDIA/NeMo/pull/2858", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2858.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2858.patch", "merged_at": "2021-09-21T20:17:29" }
Fixes a bug in the calculation of the window stride uses for spectrogram calculation in the DALI implementation. Fixes a bug in the generation of gaussian noise (dither). Generate noise with the shape of the audio, instead of a single sample (bug) Signed-off-by: Joaquin Anton <[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/2858/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2858/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2857
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2857/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2857/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2857/events
https://github.com/NVIDIA/NeMo/issues/2857
1,001,599,190
I_kwDOC_bI7s47szDW
2,857
BPE timestamp extraction example
{ "login": "samhardyhey", "id": 18030446, "node_id": "MDQ6VXNlcjE4MDMwNDQ2", "avatar_url": "https://avatars.githubusercontent.com/u/18030446?v=4", "gravatar_id": "", "url": "https://api.github.com/users/samhardyhey", "html_url": "https://github.com/samhardyhey", "followers_url": "https://api.github.com/users/samhardyhey/followers", "following_url": "https://api.github.com/users/samhardyhey/following{/other_user}", "gists_url": "https://api.github.com/users/samhardyhey/gists{/gist_id}", "starred_url": "https://api.github.com/users/samhardyhey/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/samhardyhey/subscriptions", "organizations_url": "https://api.github.com/users/samhardyhey/orgs", "repos_url": "https://api.github.com/users/samhardyhey/repos", "events_url": "https://api.github.com/users/samhardyhey/events{/privacy}", "received_events_url": "https://api.github.com/users/samhardyhey/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": "tango4j", "id": 13211483, "node_id": "MDQ6VXNlcjEzMjExNDgz", "avatar_url": "https://avatars.githubusercontent.com/u/13211483?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tango4j", "html_url": "https://github.com/tango4j", "followers_url": "https://api.github.com/users/tango4j/followers", "following_url": "https://api.github.com/users/tango4j/following{/other_user}", "gists_url": "https://api.github.com/users/tango4j/gists{/gist_id}", "starred_url": "https://api.github.com/users/tango4j/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tango4j/subscriptions", "organizations_url": "https://api.github.com/users/tango4j/orgs", "repos_url": "https://api.github.com/users/tango4j/repos", "events_url": "https://api.github.com/users/tango4j/events{/privacy}", "received_events_url": "https://api.github.com/users/tango4j/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "tango4j", "id": 13211483, "node_id": "MDQ6VXNlcjEzMjExNDgz", "avatar_url": "https://avatars.githubusercontent.com/u/13211483?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tango4j", "html_url": "https://github.com/tango4j", "followers_url": "https://api.github.com/users/tango4j/followers", "following_url": "https://api.github.com/users/tango4j/following{/other_user}", "gists_url": "https://api.github.com/users/tango4j/gists{/gist_id}", "starred_url": "https://api.github.com/users/tango4j/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/tango4j/subscriptions", "organizations_url": "https://api.github.com/users/tango4j/orgs", "repos_url": "https://api.github.com/users/tango4j/repos", "events_url": "https://api.github.com/users/tango4j/events{/privacy}", "received_events_url": "https://api.github.com/users/tango4j/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
null
2021-09-21T00:26:47
2021-11-01T00:05:54
2021-11-01T00:05:54
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Is your feature request related to a problem? Please describe.** Not a problem, just seeking some guidance on how to replicate the timestamp extraction code featured within the [Offline_ASR](https://github.com/NVIDIA/NeMo/blob/main/tutorials/asr/Offline_ASR.ipynb) notebook. Currently experiencing difficulties adapting the code from that notebook to my use-case (BPE tokenisation). **Describe the solution you'd like** Code from the Offline_ASR notebook, with BPE-centric adaptations. **Describe alternatives you've considered** As above. Minimal example below, adapted and tweaked from original Offline_ASR notebook: ``` import nemo.collections.asr as nemo_asr import numpy as np def get_space_timestamps(output): # get timestamps for space symbols - char log probs across time sequences probs = output.y_sequence.detach().cpu().numpy() spaces = [] state = '' idx_state = 0 if np.argmax(probs[0]) == 1: # tokenizer dependant; retrieve the "space" token index state = 'space' for idx in range(1, probs.shape[0]): current_char_idx = np.argmax(probs[idx]) # and not blank if state == 'space' and current_char_idx != 128: spaces.append([idx_state, idx-1]) state = '' if state == '': if current_char_idx == 1: state = 'space' idx_state = idx if state == 'space': spaces.append([idx_state, len(pred)-1]) return spaces def format_word_timestamps(transcript, space_timestamps, offset, time_stride): # split the transcript into words words = transcript.split() # cut words, assign timestamp formatted_words = [] pos_prev = 0 for j, spot in enumerate(space_timestamps): pos_end = offset + (spot[0]+spot[1])/2*time_stride # format words as records formatted_words.append( {'word': words[j], 'start': pos_prev, 'end': pos_end}) pos_prev = pos_end return formatted_words # load model asr_model = nemo_asr.models.ASRModel.from_pretrained("stt_en_conformer_ctc_large") time_stride = asr_model.cfg.preprocessor.window_size # shipped with model config? offset = -0.18 # taken from notebook # retrieve transcript and logprobs output = asr_model.transcribe(paths2audio_files=['path/to/audio_file.wav'], return_hypotheses=True)[0] # take first spaces = get_space_timestamps(output) # [[55, 55], [75, 75], [122, 124]] time_formatted_words = format_word_timestamps(output.text, spaces, offset, time_stride) # formats a very small portion of transcript: # [{'word': 'in', 'start': 0, 'end': 1.195}, # {'word': 'this', 'start': 1.195, 'end': 1.695}, # {'word': 'type', 'start': 1.695, 'end': 2.895}] ``` **Additional context** I feel like I'm probably doing something really silly here, some additional information comparing Quartznet example vocab/alignments and Conformer vocab/alignments: ``` # transcript "in this type of system when people get their jobs because of a favor or because of somebody that they know not meaning that this in itself is corrupt that they're incompetent but they're beholdent on a system of favoritism of connectedness" # stt_en_conformer_ctc_large - 128 conformer_vocab = ['<unk>', '▁', '##s', '##t', '##e', '##a', '##i', '##d', '##o', '##m', '##l', 'a', 'the', '##n', '##p', '##y', '##u', '##er', '##h', '##re', '##c', '##r', 'i', 's', '##ing', "##'", 'to', '##k', '##g', 'and', '##f', '##an', '##ed', '##w', 'of', 'w', 'in', 'you', '##or', '##v', 'f', 'b', '##in', '##b', '##ar', '##en', '##ve', '##es', 'it', 'that', '##al', '##ll', 'be', 'co', 'he', '##le', '##ch', 'do', 'we', '##ly', '##it', 'g', '##ent', '##ur', '##on', '##ic', 'c', 'on', '##un', '##th', 'ha', 'was', 't', 'is', 'for', 'ma', '##ri', 'know', 're', '##ra', 'th', '##us', '##ce', 'but', 'go', '##ro', 'mo', 'st', 'me', 'they', 'so', 'yeah', 'ca', '##ir', 'have', 'like', 'di', 'ho', '##ion', 'with', 'lo', 'not', 'no', 'de', 'ne', 'pa', '##ation', 'this', 'what', 'some', 'uh', 'pro', 'my', '##j', 'his', 'ex', 'just', 'um', 'po', 'la', 'think', 'she', '##ough', 'from', '##q', 'out', '##x', '##z'] # example alignments - 447 conformer_alignments = [128, 128, 128, 128, 128, 36, 128, 128, 128, 128, 128, 107, 128, 128, 128, 128, 128, 128, 128, 72, 128, 15, 128, 14, 4, 4, 128, 34, 128, 128, 128, 128, 128, 23, 128, 128, 15, 2, 128, 3, 128, 4, 9, 128, 128, 128, 128, 128, 128, 128, 35, 18, 45, 128, 128, 1, 14, 4, 4, 8, 14, 55, 128, 128, 61, 4, 128, 3, 128, 128, 12, 128, 93, 128, 128, 1, 113, 128, 8, 128, 43, 128, 128, 2, 128, 128, 128, 128, 128, 52, 128, 128, 20, 128, 5, 81, 4, 4, 128, 128, 128, 34, 128, 128, 128, 11, 128, 128, 128, 128, 40, 128, 128, 5, 128, 39, 128, 128, 38, 128, 128, 128, 1, 128, 128, 38, 128, 128, 128, 52, 128, 128, 20, 128, 5, 81, 4, 4, 128, 128, 128, 128, 128, 128, 34, 128, 128, 128, 128, 128, 128, 128, 128, 128, 109, 128, 128, 128, 43, 8, 128, 7, 15, 15, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 49, 128, 128, 128, 128, 128, 89, 128, 128, 128, 128, 77, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 101, 128, 128, 128, 128, 128, 88, 128, 128, 31, 128, 24, 128, 128, 49, 128, 128, 128, 128, 107, 128, 128, 128, 128, 128, 128, 36, 128, 128, 48, 128, 128, 128, 2, 4, 10, 10, 30, 128, 128, 128, 73, 128, 128, 53, 128, 21, 128, 128, 21, 21, 16, 14, 3, 3, 128, 49, 128, 128, 128, 128, 89, 128, 25, 19, 128, 128, 36, 128, 128, 128, 20, 8, 8, 9, 128, 14, 128, 4, 128, 3, 128, 128, 62, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 83, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 89, 128, 128, 25, 19, 128, 128, 128, 128, 128, 52, 128, 128, 128, 18, 8, 8, 10, 7, 7, 128, 128, 62, 128, 128, 128, 128, 128, 67, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 11, 128, 128, 128, 128, 23, 128, 15, 2, 128, 3, 128, 4, 128, 9, 128, 128, 128, 128, 128, 128, 34, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 40, 128, 5, 5, 39, 128, 128, 38, 128, 60, 128, 128, 128, 6, 2, 2, 128, 128, 9, 128, 128, 128, 128, 128, 128, 128, 128, 128, 128, 34, 128, 128, 128, 128, 53, 128, 13, 128, 128, 13, 128, 4, 20, 3, 128, 128, 32, 128, 13, 128, 47, 2, 128, 128, 128, 128, 128, 128, 128] # quartznet - 28 quartznet_vocab = [' ', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', "'"] # quartznet alignments - 889 quartznet_alignments = [28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 9, 14, 28, 28, 28, 28, 28, 0, 28, 20, 8, 9, 28, 19, 28, 28, 28, 28, 28, 28, 28, 28, 28, 0, 0, 0, 0, 28, 28, 28, 28, 20, 28, 25, 28, 16, 5, 28, 28, 28, 28, 0, 0, 15, 6, 0, 0, 0, 0, 0, 0, 0, 28, 28, 28, 28, 28, 28, 19, 28, 25, 28, 19, 28, 28, 28, 28, 28, 20, 28, 5, 28, 13, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 8, 5, 14, 28, 0, 0, 0, 0, 0, 0, 28, 16, 5, 15, 16, 16, 12, 5, 28, 28, 0, 0, 0, 0, 0, 7, 5, 20, 28, 0, 0, 0, 0, 20, 8, 5, 9, 18, 28, 28, 0, 0, 0, 0, 28, 28, 10, 28, 15, 28, 2, 28, 28, 19, 19, 28, 28, 28, 28, 28, 28, 28, 28, 0, 0, 0, 0, 0, 0, 0, 0, 28, 28, 2, 5, 28, 28, 28, 28, 28, 3, 1, 21, 19, 5, 5, 28, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 6, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 28, 28, 28, 28, 28, 6, 28, 1, 28, 28, 28, 28, 22, 28, 15, 28, 18, 18, 28, 28, 28, 28, 28, 28, 0, 0, 0, 0, 0, 15, 18, 0, 0, 0, 0, 0, 0, 28, 28, 2, 5, 28, 28, 28, 28, 3, 28, 1, 21, 19, 5, 5, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 28, 28, 19, 19, 15, 13, 5, 5, 28, 28, 2, 28, 15, 4, 28, 28, 28, 25, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 8, 1, 20, 0, 0, 0, 0, 0, 0, 0, 20, 8, 5, 25, 28, 0, 0, 0, 0, 0, 0, 11, 11, 14, 15, 28, 23, 28, 28, 28, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 15, 20, 0, 0, 0, 0, 0, 0, 28, 13, 28, 5, 1, 1, 28, 14, 28, 9, 28, 14, 7, 28, 28, 0, 0, 20, 8, 1, 20, 0, 0, 0, 0, 0, 0, 0, 20, 8, 9, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 14, 28, 0, 0, 0, 28, 28, 9, 20, 28, 28, 28, 28, 28, 28, 19, 28, 5, 28, 12, 28, 6, 28, 28, 28, 0, 0, 28, 9, 19, 28, 0, 0, 0, 0, 0, 28, 28, 3, 28, 15, 28, 18, 28, 28, 18, 18, 21, 28, 16, 28, 20, 28, 28, 28, 28, 28, 28, 28, 5, 4, 28, 0, 0, 0, 0, 0, 0, 28, 28, 22, 28, 5, 28, 18, 18, 28, 28, 25, 28, 28, 0, 28, 9, 14, 28, 28, 28, 28, 28, 28, 28, 3, 28, 15, 28, 13, 28, 28, 16, 28, 5, 28, 28, 28, 20, 28, 5, 28, 14, 20, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 21, 20, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 20, 8, 5, 25, 28, 28, 18, 18, 28, 28, 28, 28, 28, 28, 28, 0, 0, 28, 28, 28, 2, 28, 5, 28, 28, 28, 28, 28, 8, 28, 15, 28, 12, 28, 28, 4, 4, 28, 9, 28, 14, 28, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 28, 28, 28, 28, 28, 19, 28, 25, 28, 19, 19, 28, 28, 28, 20, 28, 5, 28, 13, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 0, 0, 0, 0, 0, 0, 0, 15, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 28, 28, 6, 28, 1, 28, 28, 28, 28, 22, 28, 15, 18, 18, 28, 9, 28, 28, 28, 28, 20, 28, 9, 28, 19, 28, 28, 28, 28, 28, 28, 28, 13, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15, 6, 0, 0, 0, 0, 0, 0, 0, 0, 28, 28, 3, 28, 15, 14, 28, 28, 28, 14, 28, 5, 28, 3, 28, 28, 20, 28, 5, 28, 4, 28, 28, 28, 28, 14, 28, 5, 28, 19, 28, 19, 28, 28, 28, 28, 28] ``` Any help much appreciated!
{ "login": "samhardyhey", "id": 18030446, "node_id": "MDQ6VXNlcjE4MDMwNDQ2", "avatar_url": "https://avatars.githubusercontent.com/u/18030446?v=4", "gravatar_id": "", "url": "https://api.github.com/users/samhardyhey", "html_url": "https://github.com/samhardyhey", "followers_url": "https://api.github.com/users/samhardyhey/followers", "following_url": "https://api.github.com/users/samhardyhey/following{/other_user}", "gists_url": "https://api.github.com/users/samhardyhey/gists{/gist_id}", "starred_url": "https://api.github.com/users/samhardyhey/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/samhardyhey/subscriptions", "organizations_url": "https://api.github.com/users/samhardyhey/orgs", "repos_url": "https://api.github.com/users/samhardyhey/repos", "events_url": "https://api.github.com/users/samhardyhey/events{/privacy}", "received_events_url": "https://api.github.com/users/samhardyhey/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/2857/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/2857/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2856
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2856/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2856/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2856/events
https://github.com/NVIDIA/NeMo/pull/2856
1,001,453,865
PR_kwDOC_bI7s4r_Lj_
2,856
Nmt encoder decoder hidden size 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
2021-09-20T21:41:28
2021-09-28T16:12:55
2021-09-28T16:08:25
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2856", "html_url": "https://github.com/NVIDIA/NeMo/pull/2856", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2856.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2856.patch", "merged_at": "2021-09-28T16:08:25" }
1. Enabled encoder/decoder with different size in bottleneck architecture. 2. Validating encoder/decoder are with the same hidden_size in non-bottleneck parent class.
{ "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/2856/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2856/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2855
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2855/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2855/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2855/events
https://github.com/NVIDIA/NeMo/pull/2855
1,001,213,349
PR_kwDOC_bI7s4r-aLF
2,855
Remove file
{ "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
2021-09-20T17:21:36
2021-09-20T18:17:48
2021-09-20T18:17:46
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2855", "html_url": "https://github.com/NVIDIA/NeMo/pull/2855", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2855.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2855.patch", "merged_at": "2021-09-20T18:17:45" }
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/2855/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2855/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2854
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2854/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2854/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2854/events
https://github.com/NVIDIA/NeMo/pull/2854
1,001,135,903
PR_kwDOC_bI7s4r-KWI
2,854
TN/ITN update
{ "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
2021-09-20T16:00:10
2021-09-22T20:44:27
2021-09-22T20:44:24
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2854", "html_url": "https://github.com/NVIDIA/NeMo/pull/2854", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2854.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2854.patch", "merged_at": "2021-09-22T20:44:24" }
- inference from a raw text file without labels added - post-processing added to neural TN/ITN and WFST TN - deleted redundant entries from Ru data
{ "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/2854/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2854/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2853
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2853/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2853/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2853/events
https://github.com/NVIDIA/NeMo/issues/2853
1,000,818,517
I_kwDOC_bI7s47p0dV
2,853
[BUG] DALI result is worse than normal pytorch data loader
{ "login": "agemagician", "id": 6087313, "node_id": "MDQ6VXNlcjYwODczMTM=", "avatar_url": "https://avatars.githubusercontent.com/u/6087313?v=4", "gravatar_id": "", "url": "https://api.github.com/users/agemagician", "html_url": "https://github.com/agemagician", "followers_url": "https://api.github.com/users/agemagician/followers", "following_url": "https://api.github.com/users/agemagician/following{/other_user}", "gists_url": "https://api.github.com/users/agemagician/gists{/gist_id}", "starred_url": "https://api.github.com/users/agemagician/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/agemagician/subscriptions", "organizations_url": "https://api.github.com/users/agemagician/orgs", "repos_url": "https://api.github.com/users/agemagician/repos", "events_url": "https://api.github.com/users/agemagician/events{/privacy}", "received_events_url": "https://api.github.com/users/agemagician/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
null
2021-09-20T10:42:59
2021-09-22T16:53:14
2021-09-22T13:05:09
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hello, When running the same training or even the same validation script without DALI, we get the expected WER. However, when we enable DALI using the same configuration, we get much worse WER. I have created a Google Colab example that replicates this issue, which can be found here: https://colab.research.google.com/drive/1Rz42EeQVDHhTso3kWvBp1wQc6x1FxXgY?usp=sharing To make the debugging more straightforward, I have disabled the training on the example. So simply, it performs testing with DALI and without DALI. This is related to issue #2817 , which was fixed by @titu1994 .
{ "login": "agemagician", "id": 6087313, "node_id": "MDQ6VXNlcjYwODczMTM=", "avatar_url": "https://avatars.githubusercontent.com/u/6087313?v=4", "gravatar_id": "", "url": "https://api.github.com/users/agemagician", "html_url": "https://github.com/agemagician", "followers_url": "https://api.github.com/users/agemagician/followers", "following_url": "https://api.github.com/users/agemagician/following{/other_user}", "gists_url": "https://api.github.com/users/agemagician/gists{/gist_id}", "starred_url": "https://api.github.com/users/agemagician/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/agemagician/subscriptions", "organizations_url": "https://api.github.com/users/agemagician/orgs", "repos_url": "https://api.github.com/users/agemagician/repos", "events_url": "https://api.github.com/users/agemagician/events{/privacy}", "received_events_url": "https://api.github.com/users/agemagician/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/2853/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2853/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2852
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2852/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2852/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2852/events
https://github.com/NVIDIA/NeMo/issues/2852
1,000,626,170
I_kwDOC_bI7s47pFf6
2,852
Question in get_plurals and get_singulars in text normalization of en.
{ "login": "npuichigo", "id": 11533479, "node_id": "MDQ6VXNlcjExNTMzNDc5", "avatar_url": "https://avatars.githubusercontent.com/u/11533479?v=4", "gravatar_id": "", "url": "https://api.github.com/users/npuichigo", "html_url": "https://github.com/npuichigo", "followers_url": "https://api.github.com/users/npuichigo/followers", "following_url": "https://api.github.com/users/npuichigo/following{/other_user}", "gists_url": "https://api.github.com/users/npuichigo/gists{/gist_id}", "starred_url": "https://api.github.com/users/npuichigo/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/npuichigo/subscriptions", "organizations_url": "https://api.github.com/users/npuichigo/orgs", "repos_url": "https://api.github.com/users/npuichigo/repos", "events_url": "https://api.github.com/users/npuichigo/events{/privacy}", "received_events_url": "https://api.github.com/users/npuichigo/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-09-20T06:49:27
2021-11-30T23:07:50
2021-11-30T23:07:50
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Should both functions be something like `fst @ SINGULAR_TO_PLURAL` instead of `SINGULAR_TO_PLURAL @ fst`? Besides, it seems that these functions are not used actually. https://github.com/NVIDIA/NeMo/blob/main/nemo_text_processing/text_normalization/en/graph_utils.py#L129 https://github.com/NVIDIA/NeMo/blob/main/nemo_text_processing/text_normalization/en/graph_utils.py#L129
{ "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/2852/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2852/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2848
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2848/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2848/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2848/events
https://github.com/NVIDIA/NeMo/issues/2848
999,997,592
I_kwDOC_bI7s47msCY
2,848
nmt_webapp cant start?
{ "login": "jaffe-fly", "id": 49515380, "node_id": "MDQ6VXNlcjQ5NTE1Mzgw", "avatar_url": "https://avatars.githubusercontent.com/u/49515380?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jaffe-fly", "html_url": "https://github.com/jaffe-fly", "followers_url": "https://api.github.com/users/jaffe-fly/followers", "following_url": "https://api.github.com/users/jaffe-fly/following{/other_user}", "gists_url": "https://api.github.com/users/jaffe-fly/gists{/gist_id}", "starred_url": "https://api.github.com/users/jaffe-fly/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jaffe-fly/subscriptions", "organizations_url": "https://api.github.com/users/jaffe-fly/orgs", "repos_url": "https://api.github.com/users/jaffe-fly/repos", "events_url": "https://api.github.com/users/jaffe-fly/events{/privacy}", "received_events_url": "https://api.github.com/users/jaffe-fly/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-09-18T10:24:36
2021-09-23T02:48:37
2021-09-23T02:48:37
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** python nmt_service.py occcur that ![image](https://user-images.githubusercontent.com/49515380/133885574-5b293afd-6883-468b-aa74-bdf9adcbf648.png) config.json en-zh:"NGC/nmt_en_zh_transformer6x6" zh-en:"NGC/nmt_zh_en_transformer6x6"
{ "login": "jaffe-fly", "id": 49515380, "node_id": "MDQ6VXNlcjQ5NTE1Mzgw", "avatar_url": "https://avatars.githubusercontent.com/u/49515380?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jaffe-fly", "html_url": "https://github.com/jaffe-fly", "followers_url": "https://api.github.com/users/jaffe-fly/followers", "following_url": "https://api.github.com/users/jaffe-fly/following{/other_user}", "gists_url": "https://api.github.com/users/jaffe-fly/gists{/gist_id}", "starred_url": "https://api.github.com/users/jaffe-fly/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jaffe-fly/subscriptions", "organizations_url": "https://api.github.com/users/jaffe-fly/orgs", "repos_url": "https://api.github.com/users/jaffe-fly/repos", "events_url": "https://api.github.com/users/jaffe-fly/events{/privacy}", "received_events_url": "https://api.github.com/users/jaffe-fly/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/2848/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2848/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2847
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2847/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2847/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2847/events
https://github.com/NVIDIA/NeMo/pull/2847
999,803,464
PR_kwDOC_bI7s4r6cAx
2,847
Fix TransformerDecoder export
{ "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-09-18T00:22:58
2021-09-28T18:58:05
2021-09-22T19:25:01
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2847", "html_url": "https://github.com/NVIDIA/NeMo/pull/2847", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2847.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2847.patch", "merged_at": null }
Fixes export for TransformerDecoder.
{ "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/2847/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2847/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2846
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2846/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2846/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2846/events
https://github.com/NVIDIA/NeMo/pull/2846
999,604,016
PR_kwDOC_bI7s4r51BF
2,846
Linear warmup with cosine annealing and constant holding
{ "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
2021-09-17T18:08:36
2022-09-22T17:09:22
2021-09-17T20:23:59
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2846", "html_url": "https://github.com/NVIDIA/NeMo/pull/2846", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2846.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2846.patch", "merged_at": "2021-09-17T20:23:59" }
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/2846/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2846/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2845
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2845/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2845/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2845/events
https://github.com/NVIDIA/NeMo/pull/2845
999,497,147
PR_kwDOC_bI7s4r5gBr
2,845
Update model names
{ "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-09-17T15:48:23
2021-09-20T01:58:08
2021-09-20T01:58:05
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2845", "html_url": "https://github.com/NVIDIA/NeMo/pull/2845", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2845.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2845.patch", "merged_at": "2021-09-20T01:58:05" }
null
{ "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/2845/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2845/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2844
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2844/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2844/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2844/events
https://github.com/NVIDIA/NeMo/issues/2844
999,436,747
I_kwDOC_bI7s47kjHL
2,844
Joint Intent notebook error
{ "login": "Iagodel", "id": 47003942, "node_id": "MDQ6VXNlcjQ3MDAzOTQy", "avatar_url": "https://avatars.githubusercontent.com/u/47003942?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Iagodel", "html_url": "https://github.com/Iagodel", "followers_url": "https://api.github.com/users/Iagodel/followers", "following_url": "https://api.github.com/users/Iagodel/following{/other_user}", "gists_url": "https://api.github.com/users/Iagodel/gists{/gist_id}", "starred_url": "https://api.github.com/users/Iagodel/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/Iagodel/subscriptions", "organizations_url": "https://api.github.com/users/Iagodel/orgs", "repos_url": "https://api.github.com/users/Iagodel/repos", "events_url": "https://api.github.com/users/Iagodel/events{/privacy}", "received_events_url": "https://api.github.com/users/Iagodel/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-09-17T14:45:49
2021-11-10T05:22:05
2021-11-10T05:22:05
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hello everybody, I trying to run 'Joint_Intent_and_Slot_Classification.ipynb' and looks okay until the train part, when starts the evaluation part, return this error. ![MicrosoftTeams-image (4)](https://user-images.githubusercontent.com/47003942/133801257-44c743fc-e91a-4d7f-b856-08a1c9d3f070.png) ![MicrosoftTeams-image (3)](https://user-images.githubusercontent.com/47003942/133801198-c6d4c462-26f1-482a-8e43-1ad77af61207.png) This script is on 'r1.3.0' version, and everything is okay when I run on 'r1.2.0'. I just run the original script in both cases. Could be a bug? Am I doing something wrong?
{ "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/2844/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2844/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2843
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2843/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2843/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2843/events
https://github.com/NVIDIA/NeMo/pull/2843
999,343,975
PR_kwDOC_bI7s4r5C4V
2,843
pkl name fix
{ "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
2021-09-17T13:15:37
2021-09-17T17:34:37
2021-09-17T17:34:35
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2843", "html_url": "https://github.com/NVIDIA/NeMo/pull/2843", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2843.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2843.patch", "merged_at": "2021-09-17T17:34:35" }
Signed-off-by: ekmb <[email protected]>
{ "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/2843/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2843/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2842
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2842/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2842/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2842/events
https://github.com/NVIDIA/NeMo/issues/2842
999,321,767
I_kwDOC_bI7s47kHCn
2,842
speaker_reco_infer.py - pytorch version issue?
{ "login": "briebe", "id": 33237635, "node_id": "MDQ6VXNlcjMzMjM3NjM1", "avatar_url": "https://avatars.githubusercontent.com/u/33237635?v=4", "gravatar_id": "", "url": "https://api.github.com/users/briebe", "html_url": "https://github.com/briebe", "followers_url": "https://api.github.com/users/briebe/followers", "following_url": "https://api.github.com/users/briebe/following{/other_user}", "gists_url": "https://api.github.com/users/briebe/gists{/gist_id}", "starred_url": "https://api.github.com/users/briebe/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/briebe/subscriptions", "organizations_url": "https://api.github.com/users/briebe/orgs", "repos_url": "https://api.github.com/users/briebe/repos", "events_url": "https://api.github.com/users/briebe/events{/privacy}", "received_events_url": "https://api.github.com/users/briebe/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
2021-09-17T12:53:42
2022-02-11T20:30:02
2022-02-11T20:30:02
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** **speaker_reco_infer.py loads the model and manifestfiles and then breaks, I guess its again a pytorch issue? wanted to use the model from yesterday:** [NeMo W 2021-09-17 12:18:42 patch_utils:49] torch.stft() signature has been updated for PyTorch 1.7+ Please update PyTorch to remain compatible with later versions of NeMo. RuntimeError: Argument #4: Padding size should be less than the corresponding input dimension, but got: padding (256, 256) at dimension 2 of input [1, 1, 2] **Steps/Code to reproduce bug** Container: nvcr.io/nvidia/nemo:1.2.0 but installed: python -m pip install git+https://github.com/NVIDIA/NeMo.git@'main' python -m pip install pytorch_lightning==1.4.2 (like used/working in the goolge colab, I also tried nemo 1.2 and pytorch-lightning 1.3.8 and nemo 1.3 and recent 1.4.7 later on) run: https://github.com/NVIDIA/NeMo/blob/48fe9e69feba7651694fd6ae0a096a0655ed601c/examples/speaker_tasks/recognition/speaker_reco_infer.py with: model, train.json from: https://colab.research.google.com/github/NVIDIA/NeMo/blob/main/tutorials/speaker_tasks/Speaker_Identification_Verification.ipynb added: test.json and bonian.wav {"audio_filepath": "bonian.wav", "offset": 0, "duration": 11.370666666666667, "label": ""} **Expected behavior** working :-) **Environment overview (please complete the following information)** - Environment location: [Bare-metal, Docker, Cloud(specify cloud provider - AWS, Azure, GCP, Collab)] - Method of NeMo install: [pip install or from source]. Please specify exact commands you used to install. - If method of install is [Docker], provide `docker pull` & `docker run` commands used **Environment details** If NVIDIA docker image is used you don't need to specify these. Otherwise, please provide: - OS version nemo 1.2 container - PyTorch version tryed 1.3.8, 1.4.2, 1.4.7 - Python version 3.8.10 **Additional context** https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/asr/speaker_recognition/results.html A little bit more explanation to the inference part would be nice, like a link to the script that i was using here, and also how to use the embedding that is created at the end of the jupyter notebook
{ "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/2842/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2842/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2840
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2840/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2840/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2840/events
https://github.com/NVIDIA/NeMo/issues/2840
998,960,262
I_kwDOC_bI7s47iuyG
2,840
Speaker Diarization Finetune
{ "login": "aniket7joshi", "id": 29221227, "node_id": "MDQ6VXNlcjI5MjIxMjI3", "avatar_url": "https://avatars.githubusercontent.com/u/29221227?v=4", "gravatar_id": "", "url": "https://api.github.com/users/aniket7joshi", "html_url": "https://github.com/aniket7joshi", "followers_url": "https://api.github.com/users/aniket7joshi/followers", "following_url": "https://api.github.com/users/aniket7joshi/following{/other_user}", "gists_url": "https://api.github.com/users/aniket7joshi/gists{/gist_id}", "starred_url": "https://api.github.com/users/aniket7joshi/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/aniket7joshi/subscriptions", "organizations_url": "https://api.github.com/users/aniket7joshi/orgs", "repos_url": "https://api.github.com/users/aniket7joshi/repos", "events_url": "https://api.github.com/users/aniket7joshi/events{/privacy}", "received_events_url": "https://api.github.com/users/aniket7joshi/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": "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
2021-09-17T05:32:53
2021-11-30T23:07:36
2021-11-30T23:07:36
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I ran **Speaker_Diarization_Inference.ipynb** notebook for getting diarization results on my audio data using the pretrained model. But as my data is quite noisy, the diarization results are not at as expected. Is there any way I can finetune the diarization module for my data? If you can provide a notebook for finetuning the model, it would be really helpful.
{ "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/2840/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2840/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2839
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2839/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2839/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2839/events
https://github.com/NVIDIA/NeMo/pull/2839
998,898,484
PR_kwDOC_bI7s4r3uD4
2,839
HiFiGAN and Tacotron Finetuning
{ "login": "paarthneekhara", "id": 7913368, "node_id": "MDQ6VXNlcjc5MTMzNjg=", "avatar_url": "https://avatars.githubusercontent.com/u/7913368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/paarthneekhara", "html_url": "https://github.com/paarthneekhara", "followers_url": "https://api.github.com/users/paarthneekhara/followers", "following_url": "https://api.github.com/users/paarthneekhara/following{/other_user}", "gists_url": "https://api.github.com/users/paarthneekhara/gists{/gist_id}", "starred_url": "https://api.github.com/users/paarthneekhara/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/paarthneekhara/subscriptions", "organizations_url": "https://api.github.com/users/paarthneekhara/orgs", "repos_url": "https://api.github.com/users/paarthneekhara/repos", "events_url": "https://api.github.com/users/paarthneekhara/events{/privacy}", "received_events_url": "https://api.github.com/users/paarthneekhara/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
null
2021-09-17T03:49:13
2021-10-13T20:41:57
2021-10-13T20:41:57
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2839", "html_url": "https://github.com/NVIDIA/NeMo/pull/2839", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2839.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2839.patch", "merged_at": null }
Also has configurable duration and pitch loss coefficients for FastPitch
{ "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/2839/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2839/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2838
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2838/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2838/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2838/events
https://github.com/NVIDIA/NeMo/pull/2838
998,893,826
PR_kwDOC_bI7s4r3tPg
2,838
HiFiGAN and Tacotron finetuning, configurable dur and pitch loss coefficients for FastPitch
{ "login": "paarthneekhara", "id": 7913368, "node_id": "MDQ6VXNlcjc5MTMzNjg=", "avatar_url": "https://avatars.githubusercontent.com/u/7913368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/paarthneekhara", "html_url": "https://github.com/paarthneekhara", "followers_url": "https://api.github.com/users/paarthneekhara/followers", "following_url": "https://api.github.com/users/paarthneekhara/following{/other_user}", "gists_url": "https://api.github.com/users/paarthneekhara/gists{/gist_id}", "starred_url": "https://api.github.com/users/paarthneekhara/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/paarthneekhara/subscriptions", "organizations_url": "https://api.github.com/users/paarthneekhara/orgs", "repos_url": "https://api.github.com/users/paarthneekhara/repos", "events_url": "https://api.github.com/users/paarthneekhara/events{/privacy}", "received_events_url": "https://api.github.com/users/paarthneekhara/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
null
2021-09-17T03:37:35
2021-09-17T03:42:51
2021-09-17T03:42:51
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2838", "html_url": "https://github.com/NVIDIA/NeMo/pull/2838", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2838.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2838.patch", "merged_at": null }
null
{ "login": "paarthneekhara", "id": 7913368, "node_id": "MDQ6VXNlcjc5MTMzNjg=", "avatar_url": "https://avatars.githubusercontent.com/u/7913368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/paarthneekhara", "html_url": "https://github.com/paarthneekhara", "followers_url": "https://api.github.com/users/paarthneekhara/followers", "following_url": "https://api.github.com/users/paarthneekhara/following{/other_user}", "gists_url": "https://api.github.com/users/paarthneekhara/gists{/gist_id}", "starred_url": "https://api.github.com/users/paarthneekhara/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/paarthneekhara/subscriptions", "organizations_url": "https://api.github.com/users/paarthneekhara/orgs", "repos_url": "https://api.github.com/users/paarthneekhara/repos", "events_url": "https://api.github.com/users/paarthneekhara/events{/privacy}", "received_events_url": "https://api.github.com/users/paarthneekhara/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/2838/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2838/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2837
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2837/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2837/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2837/events
https://github.com/NVIDIA/NeMo/pull/2837
998,771,812
PR_kwDOC_bI7s4r3W-p
2,837
Update collection of pretrained models for RNNT
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1994/followers", "following_url": "https://api.github.com/users/titu1994/following{/other_user}", "gists_url": "https://api.github.com/users/titu1994/gists{/gist_id}", "starred_url": "https://api.github.com/users/titu1994/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/titu1994/subscriptions", "organizations_url": "https://api.github.com/users/titu1994/orgs", "repos_url": "https://api.github.com/users/titu1994/repos", "events_url": "https://api.github.com/users/titu1994/events{/privacy}", "received_events_url": "https://api.github.com/users/titu1994/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
null
2021-09-16T23:44:35
2021-09-17T01:50:31
2021-09-17T01:50:25
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2837", "html_url": "https://github.com/NVIDIA/NeMo/pull/2837", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2837.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2837.patch", "merged_at": "2021-09-17T01:50:25" }
# Changelog - Add pretrained checkpoints of RNNT models - ContextNet RNNT trained on ASR SET - ContextNet RNNT trained on MLS - Conformer RNNT trained on ASR SET - Conformer RNNT trained on MLS - Add pretrained model for ECAPA TDNN (Speaker model) 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/2837/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2837/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2836
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2836/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2836/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2836/events
https://github.com/NVIDIA/NeMo/pull/2836
998,546,939
PR_kwDOC_bI7s4r2pE3
2,836
New pretrained NMT model links
{ "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
2021-09-16T19:17:03
2022-08-30T02:09:54
2021-09-17T00:07:39
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2836", "html_url": "https://github.com/NVIDIA/NeMo/pull/2836", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2836.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2836.patch", "merged_at": "2021-09-17T00:07:39" }
null
{ "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/2836/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2836/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2835
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2835/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2835/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2835/events
https://github.com/NVIDIA/NeMo/issues/2835
998,508,662
I_kwDOC_bI7s47hAh2
2,835
Maximum LR in ASR YAML is not used correctly
{ "login": "agemagician", "id": 6087313, "node_id": "MDQ6VXNlcjYwODczMTM=", "avatar_url": "https://avatars.githubusercontent.com/u/6087313?v=4", "gravatar_id": "", "url": "https://api.github.com/users/agemagician", "html_url": "https://github.com/agemagician", "followers_url": "https://api.github.com/users/agemagician/followers", "following_url": "https://api.github.com/users/agemagician/following{/other_user}", "gists_url": "https://api.github.com/users/agemagician/gists{/gist_id}", "starred_url": "https://api.github.com/users/agemagician/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/agemagician/subscriptions", "organizations_url": "https://api.github.com/users/agemagician/orgs", "repos_url": "https://api.github.com/users/agemagician/repos", "events_url": "https://api.github.com/users/agemagician/events{/privacy}", "received_events_url": "https://api.github.com/users/agemagician/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
null
2021-09-16T18:32:10
2022-05-17T05:26:15
2021-09-16T18:58:46
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hello, I am fine-tuning the conformer model, and I have noticed that the defined LR in the Yaml file is not used and another lower LR is actually used during training. The defined LR is 0.005, but the actual reported LR on wandb is around 0.00000206 . The warm-up rate is used correctly. Only the maximum LR is not correct during training. Are you performing any kind of changes of the LR based on the number of the GPUs or the accumulate_grad_batches ? ![image](https://user-images.githubusercontent.com/6087313/133666510-84a3009f-70e4-4a7f-9c89-fe278ba0d303.png) ``` # It contains the default values for training a Conformer-CTC ASR model, large size (~120M) with CTC loss and sub-word encoding. # Architecture and training config: # Default learning parameters in this config are set for effective batch size of 2K. To train it with smaller effective # batch sizes, you may need to re-tune the learning parameters or use higher accumulate_grad_batches. # Here are the recommended configs for different variants of Conformer-CTC, other parameters are the same as in this config file. # One extra layer (compared to original paper) is added to the medium and large variants to compensate for replacing the LSTM decoder with a linear one. # # +-------------+---------+---------+----------+------------+-----+ # | Model | d_model | n_heads | n_layers | time_masks | lr | # +=============+=========+========+===========+============+=====+ # | Small (13M)| 176 | 4 | 16 | 5 | 5.0 | # +-------------+---------+--------+-----------+------------+-----+ # | Medium (30M)| 256 | 4 | 18 | 5 | 5.0 | # +-------------+---------+--------+-----------+------------+-----+ # | Large (121M)| 512 | 8 | 18 | 10 | 2.0 | # +---------------------------------------------------------------+ # # If you do not want to train with AMP, you may use weight decay of 0.0 or reduce the number of time maskings to 2 # with time_width=100. It may help when you want to train for fewer epochs and need faster convergence. # With weight_decay=0.0, learning rate may need to get reduced to 2.0. # You may find more info about Conformer-CTC here: https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/asr/models.html#conformer-ctc # Pre-trained models of Conformer-CTC can be found here: https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/asr/results.html # The checkpoint of the large model trained on LibriSpeech with this recipe can be found here: https://ngc.nvidia.com/catalog/models/nvidia:nemo:stt_en_conformer_ctc_large_ls name: "Conformer-CTC-BPE-Small" model: sample_rate: 16000 log_prediction: true # enables logging sample predictions in the output during training ctc_reduction: 'mean_batch' train_ds: manifest_filepath: /mnt/local/extra/users/ael/dl/data/en/train_filtered_flac.json sample_rate: ${model.sample_rate} batch_size: 8 # you may increase batch_size if your memory allows shuffle: true num_workers: 4 pin_memory: true use_start_end_token: false trim_silence: false max_duration: 17 # it is set for LibriSpeech, you may need to update it for your dataset min_duration: 0.1 is_tarred: false #use_dali: true validation_ds: manifest_filepath: - /home/jho/nemo/github_ahmed/NeMo/tasks/en/weighted_combined1/datasets/librispeech_dev_clean.json - /home/jho/nemo/github_ahmed/NeMo/tasks/en/weighted_combined1/datasets/librispeech_dev_other.json sample_rate: ${model.sample_rate} batch_size: 8 # you may increase batch_size if your memory allows shuffle: false num_workers: 4 pin_memory: true use_start_end_token: false is_tarred: false tarred_audio_filepaths: '' #use_dali: true test_ds: manifest_filepath: - /home/jho/nemo/github_ahmed/NeMo/tasks/en/weighted_combined1/datasets/librispeech_dev_clean.json - /home/jho/nemo/github_ahmed/NeMo/tasks/en/weighted_combined1/datasets/librispeech_dev_other.json sample_rate: ${model.sample_rate} batch_size: 8 # you may increase batch_size if your memory allows shuffle: false num_workers: 4 pin_memory: true use_start_end_token: false is_tarred: false tarred_audio_filepaths: '' #use_dali: true # recommend small vocab size of 128 or 256 when using 4x sub-sampling # you may find more detail on how to train a tokenizer at: /scripts/tokenizers/process_asr_text_tokenizer.py tokenizer: dir: /home/ael/Scripts/nemo/training/pretrained_models/stt_en_conformer_ctc_small/ # path to directory which contains either tokenizer.model (bpe) or vocab.txt (wpe) type: bpe # Can be either bpe (SentencePiece tokenizer) or wpe (WordPiece tokenizer) preprocessor: _target_: nemo.collections.asr.modules.AudioToMelSpectrogramPreprocessor sample_rate: ${model.sample_rate} normalize: "per_feature" window_size: 0.025 window_stride: 0.01 window: "hann" features: 80 n_fft: 512 log: true frame_splicing: 1 dither: 0.00001 pad_to: 0 pad_value: 0.0 spec_augment: _target_: nemo.collections.asr.modules.SpectrogramAugmentation freq_masks: 2 # set to zero to disable it # you may use lower time_masks for smaller models to have a faster convergence time_masks: 2 # set to zero to disable it freq_width: 27 time_width: 0.05 encoder: _target_: nemo.collections.asr.modules.ConformerEncoder feat_in: ${model.preprocessor.features} feat_out: -1 # you may set it if you need different output size other than the default d_model n_layers: 16 d_model: 176 # Sub-sampling params subsampling: striding # vggnet or striding, vggnet may give better results but needs more memory subsampling_factor: 4 # must be power of 2 subsampling_conv_channels: -1 # -1 sets it to d_model # Feed forward module's params ff_expansion_factor: 4 # Multi-headed Attention Module's params self_attention_model: rel_pos # rel_pos or abs_pos n_heads: 4 # may need to be lower for smaller d_models # [left, right] specifies the number of steps to be seen from left and right of each step in self-attention att_context_size: [-1, -1] # -1 means unlimited context xscaling: true # scales up the input embeddings by sqrt(d_model) untie_biases: true # unties the biases of the TransformerXL layers pos_emb_max_len: 5000 # Convolution module's params conv_kernel_size: 31 ### regularization dropout: 0.1 # The dropout used in most of the Conformer Modules dropout_emb: 0.0 # The dropout used for embeddings dropout_att: 0.1 # The dropout for multi-headed attention modules decoder: _target_: nemo.collections.asr.modules.ConvASRDecoder feat_in: null num_classes: -1 vocabulary: [] optim: name: adamw lr: 0.005 # optimizer arguments betas: [0.9, 0.98] # less necessity for weight_decay as we already have large augmentations with SpecAug # you may need weight_decay for large models, stable AMP training, small datasets, or when lower augmentations are used # weight decay of 0.0 with lr of 2.0 also works fine weight_decay: 0.0 # scheduler setup sched: name: NoamAnnealing d_model: ${model.encoder.d_model} # scheduler config override warmup_steps: null warmup_ratio: 0.05 min_lr: 1e-6 trainer: gpus: -1 # number of GPUs, -1 would use all available GPUs num_nodes: 1 max_epochs: 15 max_steps: null # computed at runtime if not set val_check_interval: 0.5 # Set to 0.25 to check 4 times per epoch, or an int for number of iterations accelerator: ddp accumulate_grad_batches: 8 gradient_clip_val: 0.0 amp_level: O0 # O1/O2 for mixed precision precision: 32 # Should be set to 16 for O1 and O2 to enable the AMP. log_every_n_steps: 100 # Interval of logging. progress_bar_refresh_rate: 10 resume_from_checkpoint: null # The path to a checkpoint file to continue the training, restores the whole state including the epoch, step, LR schedulers, apex, etc. num_sanity_val_steps: 1 # number of steps to perform validation steps for sanity check the validation process before starting the training, setting to 0 disables it check_val_every_n_epoch: 1 # number of evaluations on validation every n epochs sync_batchnorm: true checkpoint_callback: false # Provided by exp_manager logger: false # Provided by exp_manager plugins: ddp_sharded exp_manager: exp_dir: /mnt/local/extra/users/ael/dl/data/nemo/models/en/ name: ${name} create_tensorboard_logger: true create_checkpoint_callback: true checkpoint_callback_params: # in case of multiple validation sets, first one is used monitor: "val_wer" mode: "min" save_top_k: 3 # you need to set these two to True to continue the training resume_if_exists: true resume_ignore_no_checkpoint: true # You may use this section to create a W&B logger create_wandb_logger: true wandb_logger_kwargs: name: conformer-small-bpe-en-balanced-16k project: asr-en hydra: run: dir: /mnt/local/extra/users/ael/dl/data/nemo/models/en/ ```
{ "login": "agemagician", "id": 6087313, "node_id": "MDQ6VXNlcjYwODczMTM=", "avatar_url": "https://avatars.githubusercontent.com/u/6087313?v=4", "gravatar_id": "", "url": "https://api.github.com/users/agemagician", "html_url": "https://github.com/agemagician", "followers_url": "https://api.github.com/users/agemagician/followers", "following_url": "https://api.github.com/users/agemagician/following{/other_user}", "gists_url": "https://api.github.com/users/agemagician/gists{/gist_id}", "starred_url": "https://api.github.com/users/agemagician/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/agemagician/subscriptions", "organizations_url": "https://api.github.com/users/agemagician/orgs", "repos_url": "https://api.github.com/users/agemagician/repos", "events_url": "https://api.github.com/users/agemagician/events{/privacy}", "received_events_url": "https://api.github.com/users/agemagician/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/2835/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2835/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2832
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2832/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2832/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2832/events
https://github.com/NVIDIA/NeMo/issues/2832
998,381,430
I_kwDOC_bI7s47ghd2
2,832
Add support for `LightningDataModule`
{ "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": 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-09-16T16:02:18
2022-04-05T23:39:54
2022-04-05T23:39:54
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
One of the [recommended](https://pytorch-lightning.readthedocs.io/en/latest/guides/data.html) ways of dealing with data in pytorch-lightning is using the `LigtningDataModule`. This allows decoupling the model code from the data code. Then the training code would look something like this: ```python trainer = Trainer(...) model = MyModel(...) data = MyDataModule(...) trainer.fit(model, data) ``` The biggest blocker with using this at the moment is that the Nemo ModelPT abstract class requires you to implement all the data setup methods within the model itself, if you remove them an error is thrown. I have removed the inheritance for the `MTEncDecModel` and moved all of the data preprocessing and loading to a LightningDataModule class and already observed a number of benefits: - Previously all of the data partitions would be preprocessed and loaded into memory every time the Model class gets initialized. DataModule seems to be smarter where it only prepares the data right before it's needed. So for example validation sanity check runs and only then, right before training, does training data get loaded. - As another addition to the point above, the data loading and preprocessing only happens after all of the DDP processes have been initialized allowing each process do to its own thing in parallel. Whereas before it seemed a lot more sequential and took a long time. - The setup function allows adding functionality from `MTDataPreproc` module so that all of the data tasks live within a single place. - It incentivizes us to not use trainer-specific parameters like `world_size` for data preprocessing as all of that should be handled by the DataLoader. **Describe the solution you'd like** Essentially there should at least be an option to use LigtningDataModule, and ideally, the models should use it by default to be more aligned with PyTorch recommendation. **Describe alternatives you've considered** You could also possibly solve the above error by implementing functions required by the abstract class without returning anything, but I am not sure how it would play with LightningDataModule, and it's not a very clean solution. (Came up with it while writing this up, will give it a go)
{ "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/2832/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2832/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2830
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2830/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2830/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2830/events
https://github.com/NVIDIA/NeMo/issues/2830
998,268,768
I_kwDOC_bI7s47gF9g
2,830
Quantization for CitriNet-1024-Gamma-0.25
{ "login": "meghmak13", "id": 61425421, "node_id": "MDQ6VXNlcjYxNDI1NDIx", "avatar_url": "https://avatars.githubusercontent.com/u/61425421?v=4", "gravatar_id": "", "url": "https://api.github.com/users/meghmak13", "html_url": "https://github.com/meghmak13", "followers_url": "https://api.github.com/users/meghmak13/followers", "following_url": "https://api.github.com/users/meghmak13/following{/other_user}", "gists_url": "https://api.github.com/users/meghmak13/gists{/gist_id}", "starred_url": "https://api.github.com/users/meghmak13/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/meghmak13/subscriptions", "organizations_url": "https://api.github.com/users/meghmak13/orgs", "repos_url": "https://api.github.com/users/meghmak13/repos", "events_url": "https://api.github.com/users/meghmak13/events{/privacy}", "received_events_url": "https://api.github.com/users/meghmak13/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-09-16T14:16:01
2021-10-26T23:57:43
2021-10-26T23:57:42
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** I was trying to convert the CitriNet-1024-Gamma-0.25 to TensorRT Quantized Model, while following the example workflow given under the quantization section but facing the following issue **Steps/Code to reproduce bug** root@nvidia-DGX-Station:/workspace/nemo/NeMo/examples/asr/quantization# python3 speech_to_text_calibrate.py --asr_model=citrinet-1024-gamma-0.25.nemo --dataset=test_hindi_navana.json ################################################################################ ### WARNING, path does not exist: KALDI_ROOT=/mnt/matylda5/iveselyk/Tools/kaldi-trunk ### (please add 'export KALDI_ROOT=<your_path>' in your $HOME/.profile) ### (or run as: KALDI_ROOT=<your_path> python <your_script>.py) ################################################################################ [NeMo W 2021-09-16 14:04:05 nemo_logging:349] /opt/conda/lib/python3.8/site-packages/torchaudio-0.7.0a0+42d447d-py3.8-linux-x86_64.egg/torchaudio/backend/utils.py:53: UserWarning: "sox" backend is being deprecated. The default backend will be changed to "sox_io" backend in 0.8.0 and "sox" backend will be removed in 0.9.0. Please migrate to "sox_io" backend. Please refer to https://github.com/pytorch/audio/issues/903 for the detail. warnings.warn( [NeMo W 2021-09-16 14:04:06 experimental:27] Module <class 'nemo.collections.asr.data.audio_to_text_dali.AudioToCharDALIDataset'> is experimental, not ready for production and is not fully supported. Use at your own risk. [NeMo I 2021-09-16 14:04:07 speech_to_text_calibrate:80] Using local ASR model from citrinet-1024-gamma-0.25.nemo [NeMo I 2021-09-16 14:04:19 mixins:147] Tokenizer SentencePieceTokenizer initialized with 72 tokens [NeMo W 2021-09-16 14:04:19 modelPT:138] If you intend to do training or fine-tuning, please call the ModelPT.setup_training_data() method and provide a valid configuration file to setup the train data loader. Train config : manifest_filepath: ./manifest/hindi/train_hindi_data.json sample_rate: 16000 batch_size: 16 trim_silence: true max_duration: 20.0 shuffle: true is_tarred: false tarred_audio_filepaths: null use_start_end_token: true num_workers: 8 pin_memory: true [NeMo W 2021-09-16 14:04:19 modelPT:145] If you intend to do validation, please call the ModelPT.setup_validation_data() or ModelPT.setup_multiple_validation_data() method and provide a valid configuration file to setup the validation data loader(s). Validation config : manifest_filepath: ./manifest/hindi/test_hindi_data.json sample_rate: 16000 batch_size: 8 shuffle: false use_start_end_token: true num_workers: 8 pin_memory: true trim_silence: true [NeMo W 2021-09-16 14:04:19 modelPT:151] Please call the ModelPT.setup_test_data() or ModelPT.setup_multiple_test_data() method and provide a valid configuration file to setup the test data loader(s). Test config : manifest_filepath: ./manifest/hindi/test_hindi_data.json sample_rate: 16000 batch_size: 8 shuffle: false use_start_end_token: true num_workers: 8 pin_memory: true trim_silence: true [NeMo I 2021-09-16 14:04:19 features:252] PADDING: 16 [NeMo I 2021-09-16 14:04:19 features:269] STFT using torch I0916 14:04:20.338965 140410652182336 _utils.py:72] Input is fake quantized to 8 bits in QuantConv1d with axis None! I0916 14:04:20.339134 140410652182336 _utils.py:75] Weight is fake quantized to 8 bits in QuantConv1d with axis 0! I0916 14:04:20.339357 140410652182336 tensor_quantizer.py:105] Creating Max calibrator I0916 14:04:20.339587 140410652182336 tensor_quantizer.py:105] Creating Max calibrator I0916 14:04:20.341764 140410652182336 _utils.py:72] Input is fake quantized to 8 bits in QuantConv1d with axis None! I0916 14:04:20.341858 140410652182336 _utils.py:75] Weight is fake quantized to 8 bits in QuantConv1d with axis 0! I0916 14:04:20.342052 140410652182336 tensor_quantizer.py:105] Creating Max calibrator I0916 14:04:20.342261 140410652182336 tensor_quantizer.py:105] Creating Max calibrator I0916 14:04:20.343992 140410652182336 _utils.py:126] Input is fake quantized to 8 bits in QuantAdaptiveAvgPool1d with axis None! I0916 14:04:20.344176 140410652182336 tensor_quantizer.py:105] Creating Max calibrator [NeMo W 2021-09-16 14:04:20 modelPT:138] If you intend to do training or fine-tuning, please call the ModelPT.setup_training_data() method and provide a valid configuration file to setup the train data loader. Train config : manifest_filepath: ./manifest/hindi/train_hindi_data.json sample_rate: 16000 batch_size: 16 trim_silence: true max_duration: 20.0 shuffle: true is_tarred: false tarred_audio_filepaths: null use_start_end_token: true num_workers: 8 pin_memory: true [NeMo W 2021-09-16 14:04:20 modelPT:145] If you intend to do validation, please call the ModelPT.setup_validation_data() or ModelPT.setup_multiple_validation_data() method and provide a valid configuration file to setup the validation data loader(s). Validation config : manifest_filepath: ./manifest/hindi/test_hindi_data.json sample_rate: 16000 batch_size: 8 shuffle: false use_start_end_token: true num_workers: 8 pin_memory: true trim_silence: true [NeMo W 2021-09-16 14:04:20 modelPT:151] Please call the ModelPT.setup_test_data() or ModelPT.setup_multiple_test_data() method and provide a valid configuration file to setup the test data loader(s). Test config : manifest_filepath: ./manifest/hindi/test_hindi_data.json sample_rate: 16000 batch_size: 8 shuffle: false use_start_end_token: true num_workers: 8 pin_memory: true trim_silence: true [NeMo I 2021-09-16 14:04:20 features:252] PADDING: 16 [NeMo I 2021-09-16 14:04:20 features:269] STFT using torch I0916 14:04:20.691268 140410652182336 _utils.py:72] Input is fake quantized to 8 bits in QuantConv1d with axis None! I0916 14:04:20.691397 140410652182336 _utils.py:75] Weight is fake quantized to 8 bits in QuantConv1d with axis 0! I0916 14:04:20.691546 140410652182336 tensor_quantizer.py:105] Creating Max calibrator I0916 14:04:20.691687 140410652182336 tensor_quantizer.py:105] Creating Max calibrator I0916 14:04:20.693689 140410652182336 _utils.py:72] Input is fake quantized to 8 bits in QuantConv1d with axis None! I0916 14:04:20.693774 140410652182336 _utils.py:75] Weight is fake quantized to 8 bits in QuantConv1d with axis 0! I0916 14:04:20.693904 140410652182336 tensor_quantizer.py:105] Creating Max calibrator I0916 14:04:20.694039 140410652182336 tensor_quantizer.py:105] Creating Max calibrator I0916 14:04:20.695321 140410652182336 _utils.py:126] Input is fake quantized to 8 bits in QuantAdaptiveAvgPool1d with axis None! I0916 14:04:20.695476 140410652182336 tensor_quantizer.py:105] Creating Max calibrator Traceback (most recent call last): File "/opt/conda/lib/python3.8/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 62, in _call_target return target(*args, **kwargs) File "/opt/conda/lib/python3.8/site-packages/nemo/collections/asr/modules/conv_asr.py", line 166, in __init__ JasperBlock( File "/opt/conda/lib/python3.8/site-packages/nemo/collections/asr/parts/submodules/jasper.py", line 658, in __init__ SqueezeExcite( File "/opt/conda/lib/python3.8/site-packages/nemo/collections/asr/parts/submodules/jasper.py", line 342, in __init__ self.change_context_window(context_window=context_window) File "/opt/conda/lib/python3.8/site-packages/nemo/collections/asr/parts/submodules/jasper.py", line 411, in change_context_window if not isinstance(self.pool, quant_nn.QuantAdaptiveAvgPool1d(1)): TypeError: isinstance() arg 2 must be a type or tuple of types During handling of the above exception, another exception occurred: Traceback (most recent call last): File "speech_to_text_calibrate.py", line 160, in <module> main() # noqa pylint: disable=no-value-for-parameter File "speech_to_text_calibrate.py", line 84, in main asr_model = EncDecCTCModel.restore_from(restore_path=args.asr_model, override_config_path=asr_model_cfg) File "/opt/conda/lib/python3.8/site-packages/nemo/core/classes/modelPT.py", line 481, in restore_from return cls._default_restore_from(restore_path, override_config_path, map_location, strict, return_config) File "/opt/conda/lib/python3.8/site-packages/nemo/core/classes/modelPT.py", line 434, in _default_restore_from instance = cls.from_config_dict(config=conf) File "/opt/conda/lib/python3.8/site-packages/nemo/core/classes/common.py", line 472, in from_config_dict instance = cls(cfg=config) File "/opt/conda/lib/python3.8/site-packages/nemo/collections/asr/models/ctc_models.py", line 155, in __init__ self.encoder = EncDecCTCModel.from_config_dict(self._cfg.encoder) File "/opt/conda/lib/python3.8/site-packages/nemo/core/classes/common.py", line 437, in from_config_dict instance = hydra.utils.instantiate(config=config) File "/opt/conda/lib/python3.8/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 180, in instantiate return instantiate_node(config, *args, recursive=_recursive_, convert=_convert_) File "/opt/conda/lib/python3.8/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 249, in instantiate_node return _call_target(target, *args, **kwargs) File "/opt/conda/lib/python3.8/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 64, in _call_target raise type(e)( File "/opt/conda/lib/python3.8/site-packages/hydra/_internal/instantiate/_instantiate2.py", line 62, in _call_target return target(*args, **kwargs) File "/opt/conda/lib/python3.8/site-packages/nemo/collections/asr/modules/conv_asr.py", line 166, in __init__ JasperBlock( File "/opt/conda/lib/python3.8/site-packages/nemo/collections/asr/parts/submodules/jasper.py", line 658, in __init__ SqueezeExcite( File "/opt/conda/lib/python3.8/site-packages/nemo/collections/asr/parts/submodules/jasper.py", line 342, in __init__ self.change_context_window(context_window=context_window) File "/opt/conda/lib/python3.8/site-packages/nemo/collections/asr/parts/submodules/jasper.py", line 411, in change_context_window if not isinstance(self.pool, quant_nn.QuantAdaptiveAvgPool1d(1)): TypeError: Error instantiating 'nemo.collections.asr.modules.conv_asr.ConvASREncoder' : isinstance() arg 2 must be a type or tuple of types **Environment details** If NVIDIA docker image is used you don't need to specify these. Otherwise, please provide: NGC: nvcr.io/nvidia/nemo:1.2.0 **Additional context** Add any other context about the problem here. Example: V100
{ "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/2830/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2830/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2829
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2829/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2829/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2829/events
https://github.com/NVIDIA/NeMo/issues/2829
997,998,525
I_kwDOC_bI7s47fD-9
2,829
Bugs in `CharTokenizer` class
{ "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-09-16T09:38:19
2021-10-27T15:14:45
2021-10-27T15:14:45
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** Apparently class `CharTokenizer` needs to be rewritten. 1. The tokenizer does not add special tokens such as `<EOS>` and `<CLS>` automatically, so it is not consistent with tokenizers like `yttm`. 2. To add special tokens, it is not enough to insert something like `"<EOS>"` into input text because substring `"<EOS>"` will be interpreted not like special token but as 5 tokens `['<', 'E', 'O', 'S', '>']`. So a class user has to identify a character (e.g. `'@'`) which does not occur in a tokenized text, insert it into the text in required positions, and pass this character as a special token parameter to the class constructor. It is inconvenient. 3. A vocabulary file cannot contain space character. If space character is present in `self.vocab` it will be replaced with an empty string. So space character has to be passed as a special token. This feature is not documented. 4. Special token attributes like `self.unk_token` are not defined but used in properties like `unk_id`.
{ "login": "AlexGrinch", "id": 8689095, "node_id": "MDQ6VXNlcjg2ODkwOTU=", "avatar_url": "https://avatars.githubusercontent.com/u/8689095?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AlexGrinch", "html_url": "https://github.com/AlexGrinch", "followers_url": "https://api.github.com/users/AlexGrinch/followers", "following_url": "https://api.github.com/users/AlexGrinch/following{/other_user}", "gists_url": "https://api.github.com/users/AlexGrinch/gists{/gist_id}", "starred_url": "https://api.github.com/users/AlexGrinch/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/AlexGrinch/subscriptions", "organizations_url": "https://api.github.com/users/AlexGrinch/orgs", "repos_url": "https://api.github.com/users/AlexGrinch/repos", "events_url": "https://api.github.com/users/AlexGrinch/events{/privacy}", "received_events_url": "https://api.github.com/users/AlexGrinch/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/2829/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2829/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2827
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2827/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2827/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2827/events
https://github.com/NVIDIA/NeMo/pull/2827
997,647,450
PR_kwDOC_bI7s4rz5qg
2,827
Fix DALI error encountered with pad_to=0
{ "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
2021-09-16T00:58:56
2021-09-16T21:18:49
2021-09-16T21:18:46
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2827", "html_url": "https://github.com/NVIDIA/NeMo/pull/2827", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2827.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2827.patch", "merged_at": "2021-09-16T21:18:46" }
Closes https://github.com/NVIDIA/NeMo/issues/2817 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/2827/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2827/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2826
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2826/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2826/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2826/events
https://github.com/NVIDIA/NeMo/pull/2826
997,601,110
PR_kwDOC_bI7s4rzwvc
2,826
tar dataset for TN/ITN
{ "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
2021-09-15T23:25:08
2021-09-16T17:34:03
2021-09-16T17:33:57
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2826", "html_url": "https://github.com/NVIDIA/NeMo/pull/2826", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2826.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2826.patch", "merged_at": "2021-09-16T17:33:57" }
Signed-off-by: ekmb <[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/2826/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2826/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2825
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2825/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2825/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2825/events
https://github.com/NVIDIA/NeMo/pull/2825
997,595,650
PR_kwDOC_bI7s4rzvqm
2,825
Tn tar1
{ "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
2021-09-15T23:13:40
2021-09-15T23:13:54
2021-09-15T23:13:49
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2825", "html_url": "https://github.com/NVIDIA/NeMo/pull/2825", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2825.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2825.patch", "merged_at": null }
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/2825/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2825/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2824
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2824/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2824/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2824/events
https://github.com/NVIDIA/NeMo/pull/2824
997,524,195
PR_kwDOC_bI7s4rzhjt
2,824
Tn punct train
{ "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
2021-09-15T21:12:49
2021-09-17T20:01:30
2021-09-17T20:01:25
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2824", "html_url": "https://github.com/NVIDIA/NeMo/pull/2824", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2824.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2824.patch", "merged_at": "2021-09-17T20:01:25" }
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/2824/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2824/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2823
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2823/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2823/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2823/events
https://github.com/NVIDIA/NeMo/pull/2823
997,359,996
PR_kwDOC_bI7s4rzAbU
2,823
Enforce numba compat
{ "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
2021-09-15T17:54:55
2021-09-15T21:06:56
2021-09-15T21:06:53
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2823", "html_url": "https://github.com/NVIDIA/NeMo/pull/2823", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2823.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2823.patch", "merged_at": "2021-09-15T21:06:53" }
# TODO - Revert this patch after CI update 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/2823/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2823/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2822
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2822/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2822/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2822/events
https://github.com/NVIDIA/NeMo/issues/2822
997,336,731
I_kwDOC_bI7s47ciab
2,822
AttributeError: 'NoneType' object has no attribute 'get'
{ "login": "abdul756", "id": 31019661, "node_id": "MDQ6VXNlcjMxMDE5NjYx", "avatar_url": "https://avatars.githubusercontent.com/u/31019661?v=4", "gravatar_id": "", "url": "https://api.github.com/users/abdul756", "html_url": "https://github.com/abdul756", "followers_url": "https://api.github.com/users/abdul756/followers", "following_url": "https://api.github.com/users/abdul756/following{/other_user}", "gists_url": "https://api.github.com/users/abdul756/gists{/gist_id}", "starred_url": "https://api.github.com/users/abdul756/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/abdul756/subscriptions", "organizations_url": "https://api.github.com/users/abdul756/orgs", "repos_url": "https://api.github.com/users/abdul756/repos", "events_url": "https://api.github.com/users/abdul756/events{/privacy}", "received_events_url": "https://api.github.com/users/abdul756/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
{ "login": "AlexGrinch", "id": 8689095, "node_id": "MDQ6VXNlcjg2ODkwOTU=", "avatar_url": "https://avatars.githubusercontent.com/u/8689095?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AlexGrinch", "html_url": "https://github.com/AlexGrinch", "followers_url": "https://api.github.com/users/AlexGrinch/followers", "following_url": "https://api.github.com/users/AlexGrinch/following{/other_user}", "gists_url": "https://api.github.com/users/AlexGrinch/gists{/gist_id}", "starred_url": "https://api.github.com/users/AlexGrinch/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/AlexGrinch/subscriptions", "organizations_url": "https://api.github.com/users/AlexGrinch/orgs", "repos_url": "https://api.github.com/users/AlexGrinch/repos", "events_url": "https://api.github.com/users/AlexGrinch/events{/privacy}", "received_events_url": "https://api.github.com/users/AlexGrinch/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[ { "login": "AlexGrinch", "id": 8689095, "node_id": "MDQ6VXNlcjg2ODkwOTU=", "avatar_url": "https://avatars.githubusercontent.com/u/8689095?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AlexGrinch", "html_url": "https://github.com/AlexGrinch", "followers_url": "https://api.github.com/users/AlexGrinch/followers", "following_url": "https://api.github.com/users/AlexGrinch/following{/other_user}", "gists_url": "https://api.github.com/users/AlexGrinch/gists{/gist_id}", "starred_url": "https://api.github.com/users/AlexGrinch/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/AlexGrinch/subscriptions", "organizations_url": "https://api.github.com/users/AlexGrinch/orgs", "repos_url": "https://api.github.com/users/AlexGrinch/repos", "events_url": "https://api.github.com/users/AlexGrinch/events{/privacy}", "received_events_url": "https://api.github.com/users/AlexGrinch/received_events", "type": "User", "user_view_type": "public", "site_admin": false } ]
null
null
2021-09-15T17:26:58
2021-11-30T23:07:23
2021-11-30T23:07:23
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I am facing issue when I train a tansformer LM, its giving attribute error 'NoneType' object has no attribute 'get. Please help me to resolve this I have update the tansformer config file as given below train_ds = "dummydata.txt" vocab="vocab.txt" config.model.train_ds.file_name = train_ds config.model.validation_ds.file_name = train_ds config.model.test_ds.file_name=train_ds config.model.tokenizer.vocab_file= vocab config.model.tokenizer.tokenizer_model= "tokenizer_spe_v2000" AttributeError Traceback (most recent call last) <ipython-input-43-cb4d43dca025> in <module> 2 3 ----> 4 model = nemo_nlp.models.language_modeling.TransformerLMModel(cfg=config.model, trainer=trainer) 5 /opt/conda/lib/python3.6/site-packages/nemo/collections/nlp/models/language_modeling/transformer_lm_model.py in __init__(self, cfg, trainer) 51 self.dataset_cfg = cfg.dataset 52 ---> 53 vocab_file = cfg.language_model.get("vocab_file", None) 54 55 if vocab_file is not None: AttributeError: 'NoneType' object has no attribute 'get
{ "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/2822/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2822/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2821
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2821/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2821/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2821/events
https://github.com/NVIDIA/NeMo/pull/2821
996,525,216
PR_kwDOC_bI7s4rwZ7X
2,821
import fix
{ "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-09-14T23:47:16
2021-09-17T13:39:19
2021-09-17T13:39:17
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2821", "html_url": "https://github.com/NVIDIA/NeMo/pull/2821", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2821.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2821.patch", "merged_at": "2021-09-17T13:39:17" }
Signed-off-by: nithinraok <[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/2821/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2821/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2820
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2820/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2820/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2820/events
https://github.com/NVIDIA/NeMo/pull/2820
996,341,810
PR_kwDOC_bI7s4rvy3R
2,820
Temporarily disable numba cuda tests from running
{ "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
2021-09-14T19:01:28
2021-09-14T22:20:58
2021-09-14T20:19:52
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2820", "html_url": "https://github.com/NVIDIA/NeMo/pull/2820", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2820.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2820.patch", "merged_at": "2021-09-14T20:19:52" }
# Changelog - Temporarily disable numba tests from running unti CI updates Signed-off-by: smajumdar <[email protected]>
{ "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/2820/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2820/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2819
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2819/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2819/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2819/events
https://github.com/NVIDIA/NeMo/pull/2819
996,288,688
PR_kwDOC_bI7s4rvn95
2,819
Update ContextNet RNNT configs
{ "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
2021-09-14T17:57:19
2021-09-15T22:46:22
2021-09-15T22:46:20
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2819", "html_url": "https://github.com/NVIDIA/NeMo/pull/2819", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2819.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2819.patch", "merged_at": "2021-09-15T22:46:20" }
# Changelog - Add char based ContextNet config - Update subword based ContextNet config - Fix Mandarin Citrinet pretrained model info
{ "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/2819/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2819/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2818
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2818/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2818/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2818/events
https://github.com/NVIDIA/NeMo/pull/2818
996,276,604
PR_kwDOC_bI7s4rvlvJ
2,818
Megatron GPT training with NeMo tokenizers
{ "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
2021-09-14T17:42:51
2021-09-14T18:14:11
2021-09-14T18:14:11
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2818", "html_url": "https://github.com/NVIDIA/NeMo/pull/2818", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2818.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2818.patch", "merged_at": "2021-09-14T18:14:11" }
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/2818/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2818/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2817
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2817/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2817/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2817/events
https://github.com/NVIDIA/NeMo/issues/2817
996,096,939
I_kwDOC_bI7s47Xzur
2,817
DALI Audio To Text Fails
{ "login": "agemagician", "id": 6087313, "node_id": "MDQ6VXNlcjYwODczMTM=", "avatar_url": "https://avatars.githubusercontent.com/u/6087313?v=4", "gravatar_id": "", "url": "https://api.github.com/users/agemagician", "html_url": "https://github.com/agemagician", "followers_url": "https://api.github.com/users/agemagician/followers", "following_url": "https://api.github.com/users/agemagician/following{/other_user}", "gists_url": "https://api.github.com/users/agemagician/gists{/gist_id}", "starred_url": "https://api.github.com/users/agemagician/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/agemagician/subscriptions", "organizations_url": "https://api.github.com/users/agemagician/orgs", "repos_url": "https://api.github.com/users/agemagician/repos", "events_url": "https://api.github.com/users/agemagician/events{/privacy}", "received_events_url": "https://api.github.com/users/agemagician/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
null
2021-09-14T14:36:16
2021-09-20T06:53:45
2021-09-16T21:18:46
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hello, I am trying to train the conformer model with the DALI input pipeline, but it crash at the very early start. Here is the logs: ``` [NeMo I 2021-09-14 16:32:36 mixins:147] Tokenizer SentencePieceTokenizer initialized with 128 tokens [NeMo I 2021-09-14 16:32:36 ctc_bpe_models:172] Replacing placeholder number of classes (-1) with actual number of classes - 128 [NeMo W 2021-09-14 16:32:36 nemo_logging:349] /home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/nvidia/dali/ops.py:627: DeprecationWarning: WARNING: `normal_distribution` is now deprecated. Use `random.normal` instead. op_instances.append(_OperatorInstance(input_set, self, **kwargs)) Error executing job with overrides: ['+init_from_nemo_model=/home/ael/Scripts/nemo/training/pretrained_models/stt_en_conformer_ctc_small/stt_en_conformer_ctc_small.nemo'] Traceback (most recent call last): File "/home/ael/Scripts/nemo/training/speech_to_text_bpe.py", line 101, in <module> main() File "/home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/nemo/core/config/hydra_runner.py", line 101, in wrapper _run_hydra( File "/home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/hydra/_internal/utils.py", line 377, in _run_hydra run_and_report( File "/home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/hydra/_internal/utils.py", line 214, in run_and_report raise ex File "/home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/hydra/_internal/utils.py", line 211, in run_and_report return func() File "/home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/hydra/_internal/utils.py", line 378, in <lambda> lambda: hydra.run( File "/home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/hydra/_internal/hydra.py", line 111, in run _ = ret.return_value File "/home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/hydra/core/utils.py", line 233, in return_value raise self._return_value File "/home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/hydra/core/utils.py", line 160, in run_job ret.return_value = task_function(task_cfg) File "/home/ael/Scripts/nemo/training/speech_to_text_bpe.py", line 81, in main asr_model = EncDecCTCModelBPE(cfg=cfg.model, trainer=trainer) File "/home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/nemo/collections/asr/models/ctc_bpe_models.py", line 179, in __init__ super().__init__(cfg=cfg, trainer=trainer) File "/home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/nemo/collections/asr/models/ctc_models.py", line 153, in __init__ super().__init__(cfg=cfg, trainer=trainer) File "/home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/nemo/core/classes/modelPT.py", line 120, in __init__ self.setup_training_data(self._cfg.train_ds) File "/home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/nemo/collections/asr/models/ctc_models.py", line 423, in setup_training_data self._train_dl = self._setup_dataloader_from_config(config=train_data_config) File "/home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/nemo/collections/asr/models/ctc_bpe_models.py", line 201, in _setup_dataloader_from_config dataset = audio_to_text_dataset.get_dali_bpe_dataset( File "/home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/nemo/collections/asr/data/audio_to_text_dataset.py", line 275, in get_dali_bpe_dataset dataset = audio_to_text_dali.AudioToBPEDALIDataset( File "/home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/nemo/collections/asr/data/audio_to_text_dali.py", line 645, in __init__ super().__init__( File "/home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/nemo/collections/asr/data/audio_to_text_dali.py", line 398, in __init__ self._iter = DALIPytorchIterator( File "/home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/nvidia/dali/plugin/pytorch.py", line 190, in __init__ self._first_batch = DALIGenericIterator.__next__(self) File "/home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/nvidia/dali/plugin/pytorch.py", line 201, in __next__ outputs = self._get_outputs() File "/home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/nvidia/dali/plugin/base_iterator.py", line 254, in _get_outputs outputs.append(p.share_outputs()) File "/home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/nvidia/dali/pipeline.py", line 906, in share_outputs return self._pipe.ShareOutputs() RuntimeError: Critical error in pipeline: Error when executing GPU operator Pad encountered: [/opt/dali/dali/operators/generic/pad.h:99] Assert on "a > 0" failed: Values of `align` argument must be positive. Stacktrace (11 entries): [frame 0]: /home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/nvidia/dali/libdali_operators.so(+0x55daee) [0x7ff58607aaee] [frame 1]: /home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/nvidia/dali/libdali_operators.so(+0x138c8ed) [0x7ff586ea98ed] [frame 2]: /home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/nvidia/dali/libdali_operators.so(+0x1360928) [0x7ff586e7d928] [frame 3]: /home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/nvidia/dali/libdali.so(void dali::Executor<dali::AOT_WS_Policy<dali::UniformQueuePolicy>, dali::UniformQueuePolicy>::RunHelper<dali::DeviceWorkspace>(dali::OpNode&, dali::DeviceWorkspace&)+0x845) [0x7ff584ff7745] [frame 4]: /home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/nvidia/dali/libdali.so(dali::Executor<dali::AOT_WS_Policy<dali::UniformQueuePolicy>, dali::UniformQueuePolicy>::RunGPUImpl()+0x41c) [0x7ff584ff852c] [frame 5]: /home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/nvidia/dali/libdali.so(dali::Executor<dali::AOT_WS_Policy<dali::UniformQueuePolicy>, dali::UniformQueuePolicy>::RunGPU()+0xe) [0x7ff584ff8f4e] [frame 6]: /home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/nvidia/dali/libdali.so(+0xa4ea8) [0x7ff584fa9ea8] [frame 7]: /home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/nvidia/dali/libdali.so(+0x123e8c) [0x7ff585028e8c] [frame 8]: /home/ael/anaconda3/envs/nemo-1.3.0/lib/python3.9/site-packages/nvidia/dali/libdali.so(+0x70a55f) [0x7ff58560f55f] [frame 9]: /lib/x86_64-linux-gnu/libpthread.so.0(+0x76db) [0x7ff6876676db] [frame 10]: /lib/x86_64-linux-gnu/libc.so.6(clone+0x3f) [0x7ff68739071f] ``` The same model doesn't crash at this point when I don't use DALI. The only difference is that I enable "use_dali: true" at the yaml file. Any idea what is the cause of this problem and how I can solve it ?
{ "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/2817/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2817/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2815
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2815/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2815/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2815/events
https://github.com/NVIDIA/NeMo/pull/2815
995,645,984
PR_kwDOC_bI7s4rtj49
2,815
Tn fix bugs
{ "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
2021-09-14T06:36:38
2021-09-14T17:36:30
2021-09-14T17:36:27
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2815", "html_url": "https://github.com/NVIDIA/NeMo/pull/2815", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2815.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2815.patch", "merged_at": "2021-09-14T17:36:27" }
null
{ "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/2815/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2815/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2814
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2814/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2814/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2814/events
https://github.com/NVIDIA/NeMo/pull/2814
995,555,854
PR_kwDOC_bI7s4rtSM1
2,814
remove test
{ "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
2021-09-14T03:53:39
2021-09-14T18:57:44
2021-09-14T18:57:41
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2814", "html_url": "https://github.com/NVIDIA/NeMo/pull/2814", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2814.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2814.patch", "merged_at": null }
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/2814/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2814/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2813
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2813/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2813/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2813/events
https://github.com/NVIDIA/NeMo/pull/2813
995,363,616
MDExOlB1bGxSZXF1ZXN0NzMzMTM4MjYz
2,813
Tarred dataset for text normalization model
{ "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
2021-09-13T21:35:39
2021-10-12T03:28:47
2021-09-15T23:25:30
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2813", "html_url": "https://github.com/NVIDIA/NeMo/pull/2813", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2813.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2813.patch", "merged_at": null }
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/2813/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2813/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2812
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2812/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2812/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2812/events
https://github.com/NVIDIA/NeMo/pull/2812
995,280,858
MDExOlB1bGxSZXF1ZXN0NzMzMDY2MTUy
2,812
Add conformer transducer configs
{ "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
2021-09-13T20:11:50
2022-01-12T01:37:41
2021-09-14T22:47:49
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2812", "html_url": "https://github.com/NVIDIA/NeMo/pull/2812", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2812.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2812.patch", "merged_at": "2021-09-14T22:47:49" }
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/2812/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2812/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2811
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2811/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2811/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2811/events
https://github.com/NVIDIA/NeMo/pull/2811
995,219,932
MDExOlB1bGxSZXF1ZXN0NzMzMDE1MDI5
2,811
Increased the precision of validation metric to be saved in the file names.
{ "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
2021-09-13T18:58:55
2022-01-12T01:37:37
2021-09-16T14:03:00
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2811", "html_url": "https://github.com/NVIDIA/NeMo/pull/2811", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2811.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2811.patch", "merged_at": "2021-09-16T14:03:00" }
Currently we save the value of the validation metric into the name of the checkpoints upto 2 numbers after the decimal point. For some models like ASR where we have WER and numbers are less than 1, it can cause an issue. The experiment manager cannot find the right topk checkpoints.
{ "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/2811/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2811/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2810
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2810/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2810/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2810/events
https://github.com/NVIDIA/NeMo/issues/2810
995,052,155
MDU6SXNzdWU5OTUwNTIxNTU=
2,810
Validation not running when using `TarredTranslationDataset`
{ "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
null
[]
null
null
2021-09-13T15:49:24
2021-09-15T14:15:44
2021-09-15T14:15:44
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** The validation step is not running when training a [mt_enc_dec](https://github.com/NVIDIA/NeMo/blob/r1.2.0/nemo/collections/nlp/models/machine_translation/mt_enc_dec_model.py) model using `TarredTranslationDataset`. As a result, the checkpoint call back is not invoked and no validation metrics are reported. The initial validation sanity check runs fine and then training proceeds reporting a decrease in train_loss over time, but the validation is never invoked again. **Steps/Code to reproduce bug** I am using a cleaned wmt dataset with 3.6M rows and training using ddp. Here are the relevant bits from the config: ```yaml model: ... train_ds: src_file_name: ??? tgt_file_name: ??? use_tarred_dataset: true # if true tar_file_name and meta_file_name will be used (or created automatically) # config for preprocessing training data and creating a tarred datset automatically tar_file_prefix: parallel # prefix for tar file names tar_files: null # if data has already been preprocessed (rest of config ignored) metadata_file: null # metadata for tarred dataset lines_per_dataset_fragment: 1000000 # Number of lines to consider for bucketing and padding num_batches_per_tarfile: 100 # Number of batches (pickle files) within each tarfile tar_shuffle_n: 100 # How many samples to look ahead and load to be shuffled shard_strategy: scatter # tarred dataset shard distribution strategy n_preproc_jobs: -2 # number of processes to use for data preprocessing (-2 means all but 2) tokens_in_batch: 8000 clean: true max_seq_length: 512 shuffle: true num_samples: -1 drop_last: false pin_memory: false num_workers: 0 validation_ds: src_file_name: ??? tgt_file_name: ??? tokens_in_batch: 1024 clean: false max_seq_length: 512 shuffle: false num_samples: -1 drop_last: false pin_memory: false num_workers: 8 trainer: gpus: 8 num_nodes: 1 max_steps: 500000 amp_level: O2 # O1/O2 for mixed precision precision: 16 # Should be set to 16 for O1 and O2, default is 16 as PT ignores it when am_level is O0 accelerator: ddp checkpoint_callback: false logger: false log_every_n_steps: 50 # Interval of logging. check_val_every_n_epoch: 1 ``` Here is the screenshot of the logs: ![Screenshot 2021-09-13 at 16 51 47](https://user-images.githubusercontent.com/22484212/133116307-027ccbc0-978d-4437-bea7-d20414d2d4d6.png) **Environment overview ** - Environment Location: Docker on Kubernetes - Method of NeMo install: using helm chart using nvcr.io/nvidia/nemo:1.2.0 **Additional context** Training on 8 A100 GPUs using DGX box
{ "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 }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/2810/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2810/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2808
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2808/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2808/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2808/events
https://github.com/NVIDIA/NeMo/issues/2808
994,692,416
MDU6SXNzdWU5OTQ2OTI0MTY=
2,808
How to integrate a transformer-LM with the asr model
{ "login": "abdul756", "id": 31019661, "node_id": "MDQ6VXNlcjMxMDE5NjYx", "avatar_url": "https://avatars.githubusercontent.com/u/31019661?v=4", "gravatar_id": "", "url": "https://api.github.com/users/abdul756", "html_url": "https://github.com/abdul756", "followers_url": "https://api.github.com/users/abdul756/followers", "following_url": "https://api.github.com/users/abdul756/following{/other_user}", "gists_url": "https://api.github.com/users/abdul756/gists{/gist_id}", "starred_url": "https://api.github.com/users/abdul756/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/abdul756/subscriptions", "organizations_url": "https://api.github.com/users/abdul756/orgs", "repos_url": "https://api.github.com/users/abdul756/repos", "events_url": "https://api.github.com/users/abdul756/events{/privacy}", "received_events_url": "https://api.github.com/users/abdul756/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-09-13T10:00:59
2021-09-17T01:56:56
2021-09-17T01:56:56
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
What code should i change to integrate a transformer LM with the decoder of ASR model. Please help
{ "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/2808/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2808/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2807
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2807/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2807/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2807/events
https://github.com/NVIDIA/NeMo/issues/2807
994,077,449
MDU6SXNzdWU5OTQwNzc0NDk=
2,807
[bug] Cannot resolve schedulerDictConfig Error in ASR_with_NeMo.ipynb
{ "login": "Priyanshiguptaaa", "id": 48204914, "node_id": "MDQ6VXNlcjQ4MjA0OTE0", "avatar_url": "https://avatars.githubusercontent.com/u/48204914?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Priyanshiguptaaa", "html_url": "https://github.com/Priyanshiguptaaa", "followers_url": "https://api.github.com/users/Priyanshiguptaaa/followers", "following_url": "https://api.github.com/users/Priyanshiguptaaa/following{/other_user}", "gists_url": "https://api.github.com/users/Priyanshiguptaaa/gists{/gist_id}", "starred_url": "https://api.github.com/users/Priyanshiguptaaa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/Priyanshiguptaaa/subscriptions", "organizations_url": "https://api.github.com/users/Priyanshiguptaaa/orgs", "repos_url": "https://api.github.com/users/Priyanshiguptaaa/repos", "events_url": "https://api.github.com/users/Priyanshiguptaaa/events{/privacy}", "received_events_url": "https://api.github.com/users/Priyanshiguptaaa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
null
2021-09-12T07:31:41
2021-09-21T11:22:02
2021-09-21T11:22:02
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I was trying to train the ASR Model using Nemo on Colab but I was facing this issue on this row trainer.fit(first_asr_model) ValueError: Cannot resolve schedulerDictConfig'. Available optimizers are : dict_keys(['WarmupPolicy', 'WarmupHoldPolicy', 'SquareAnnealing', 'CosineAnnealing', 'NoamAnnealing', 'WarmupAnnealing', 'InverseSquareRootAnnealing', 'SquareRootAnnealing', 'PolynomialDecayAnnealing', 'PolynomialHoldDecayAnnealing', 'StepLR', 'ExponentialLR', 'ReduceLROnPlateau', 'CyclicLR'])
{ "login": "Priyanshiguptaaa", "id": 48204914, "node_id": "MDQ6VXNlcjQ4MjA0OTE0", "avatar_url": "https://avatars.githubusercontent.com/u/48204914?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Priyanshiguptaaa", "html_url": "https://github.com/Priyanshiguptaaa", "followers_url": "https://api.github.com/users/Priyanshiguptaaa/followers", "following_url": "https://api.github.com/users/Priyanshiguptaaa/following{/other_user}", "gists_url": "https://api.github.com/users/Priyanshiguptaaa/gists{/gist_id}", "starred_url": "https://api.github.com/users/Priyanshiguptaaa/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/Priyanshiguptaaa/subscriptions", "organizations_url": "https://api.github.com/users/Priyanshiguptaaa/orgs", "repos_url": "https://api.github.com/users/Priyanshiguptaaa/repos", "events_url": "https://api.github.com/users/Priyanshiguptaaa/events{/privacy}", "received_events_url": "https://api.github.com/users/Priyanshiguptaaa/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/2807/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2807/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2806
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2806/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2806/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2806/events
https://github.com/NVIDIA/NeMo/pull/2806
993,722,232
MDExOlB1bGxSZXF1ZXN0NzMxODU0NDA0
2,806
j test
{ "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 }
[]
closed
false
null
[]
null
null
2021-09-11T02:34:38
2021-09-11T05:01:51
2021-09-11T05:01:48
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2806", "html_url": "https://github.com/NVIDIA/NeMo/pull/2806", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2806.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2806.patch", "merged_at": null }
Signed-off-by: Oleksii Kuchaiev <[email protected]>
{ "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/2806/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2806/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2805
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2805/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2805/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2805/events
https://github.com/NVIDIA/NeMo/issues/2805
993,322,669
MDU6SXNzdWU5OTMzMjI2Njk=
2,805
Take the exact tense of each word
{ "login": "DiegoJota", "id": 49459897, "node_id": "MDQ6VXNlcjQ5NDU5ODk3", "avatar_url": "https://avatars.githubusercontent.com/u/49459897?v=4", "gravatar_id": "", "url": "https://api.github.com/users/DiegoJota", "html_url": "https://github.com/DiegoJota", "followers_url": "https://api.github.com/users/DiegoJota/followers", "following_url": "https://api.github.com/users/DiegoJota/following{/other_user}", "gists_url": "https://api.github.com/users/DiegoJota/gists{/gist_id}", "starred_url": "https://api.github.com/users/DiegoJota/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/DiegoJota/subscriptions", "organizations_url": "https://api.github.com/users/DiegoJota/orgs", "repos_url": "https://api.github.com/users/DiegoJota/repos", "events_url": "https://api.github.com/users/DiegoJota/events{/privacy}", "received_events_url": "https://api.github.com/users/DiegoJota/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
null
2021-09-10T15:04:55
2021-09-10T16:29:52
2021-09-10T16:29:52
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hi I need to take the exact time each word was said to build a transcription "timeline". I saw that this script exemplifies how to accomplish this task https://colab.research.google.com/github/NVIDIA/NeMo/blob/stable/tutorials/asr/Offline_ASR.ipynb#scrollTo=a-LSg9dSL_O1 However, as it was done, I only have the information about the final time of each word and the initial time is determined by the final time of the previous word. This way I'm not getting good results, because if there is a silence interval between one word and another, the "timeline" will inform you that the next word has already started to be spoken. Is there an alternative to recover the exact time of each word?
{ "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/2805/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2805/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2804
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2804/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2804/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2804/events
https://github.com/NVIDIA/NeMo/pull/2804
993,312,813
MDExOlB1bGxSZXF1ZXN0NzMxNTE5NzQ1
2,804
2_Inference_DurationPitchControl.ipynb Typo
{ "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
2021-09-10T14:54:17
2021-09-10T14:55:39
2021-09-10T14:55:35
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2804", "html_url": "https://github.com/NVIDIA/NeMo/pull/2804", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2804.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2804.patch", "merged_at": "2021-09-10T14:55:34" }
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/2804/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2804/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2803
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2803/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2803/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2803/events
https://github.com/NVIDIA/NeMo/issues/2803
993,282,902
MDU6SXNzdWU5OTMyODI5MDI=
2,803
CTC segmentation fails with dict' object has no attribute 'get_node flag' when using other pretrained model
{ "login": "khengkok", "id": 2579383, "node_id": "MDQ6VXNlcjI1NzkzODM=", "avatar_url": "https://avatars.githubusercontent.com/u/2579383?v=4", "gravatar_id": "", "url": "https://api.github.com/users/khengkok", "html_url": "https://github.com/khengkok", "followers_url": "https://api.github.com/users/khengkok/followers", "following_url": "https://api.github.com/users/khengkok/following{/other_user}", "gists_url": "https://api.github.com/users/khengkok/gists{/gist_id}", "starred_url": "https://api.github.com/users/khengkok/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/khengkok/subscriptions", "organizations_url": "https://api.github.com/users/khengkok/orgs", "repos_url": "https://api.github.com/users/khengkok/repos", "events_url": "https://api.github.com/users/khengkok/events{/privacy}", "received_events_url": "https://api.github.com/users/khengkok/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-09-10T14:20:39
2021-09-14T17:43:34
2021-09-14T17:43:33
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Description of bug**: The cut-audio.py script fails if using models other than QuartzNet15x5Base-En, e.g. stt_en_quartznet15x5 or stt_en_jasper10x5dr. Traceback (most recent call last): File "tools/ctc_segmentation/scripts/cut_audio.py", line 299, in <module> stats = process_alignment(alignment_file, args) File "tools/ctc_segmentation/scripts/cut_audio.py", line 205, in process_alignment add_transcript_to_manifest( File "tools/ctc_segmentation/scripts/cut_audio.py", line 59, in add_transcript_to_manifest transcripts = get_transcript(manifest_original, asr_model, batch_size) File "tools/ctc_segmentation/scripts/cut_audio.py", line 93, in get_transcript asr_model.setup_test_data( File "/home/markk/miniconda3/envs/dlenv/lib/python3.8/site-packages/nemo/collections/asr/models/ctc_models.py", line 482, in setup_test_data self._test_dl = self._setup_dataloader_from_config(config=test_data_config) File "/home/markk/miniconda3/envs/dlenv/lib/python3.8/site-packages/nemo/collections/asr/models/ctc_models.py", line 348, in _setup_dataloader_from_config audio_to_text_dataset.inject_dataloader_value_from_model_config(self.cfg, config, key='sample_rate') File "/home/markk/miniconda3/envs/dlenv/lib/python3.8/site-packages/nemo/collections/asr/data/audio_to_text_dataset.py", line 55, in inject_dataloader_value_from_model_config with open_dict(dataloader_cfg): File "/home/markk/miniconda3/envs/dlenv/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/markk/miniconda3/envs/dlenv/lib/python3.8/site-packages/omegaconf/omegaconf.py", line 943, in open_dict prev_state = config._get_node_flag("struct") AttributeError: 'dict' object has no attribute '_get_node_flag' **Steps/Code to reproduce bug** The script I am using as follows: MODEL=stt_en_quartznet15x5 OUTPUT_DIR=output TOOLS_DIR=tools/ctc_segmentation/scripts DATA_DIR=data WINDOW=16000 OFFSET=0 THRESHOLD=-5 python $TOOLS_DIR/prepare_data.py \ --audio_format '.wav' \ --in_text $DATA_DIR \ --output_dir $OUTPUT_DIR/processed \ --language 'eng' \ --model $MODEL \ --audio_dir $DATA_DIR python $TOOLS_DIR/run_ctc_segmentation.py \ --output_dir $OUTPUT_DIR \ --data $OUTPUT_DIR/processed \ --model $MODEL \ --window_len $WINDOW \ --no_parallel python $TOOLS_DIR/cut_audio.py \ --output_dir $OUTPUT_DIR \ --model $MODEL \ --alignment $OUTPUT_DIR/segments/ \ --threshold $THRESHOLD \ --offset $OFFSET **Environment ** nemo v1.3.0 python 3.8.11
{ "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/2803/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2803/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2802
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2802/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2802/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2802/events
https://github.com/NVIDIA/NeMo/pull/2802
992,753,268
MDExOlB1bGxSZXF1ZXN0NzMxMDQ1Njg2
2,802
Fix maes and lr_scheduler division by zero
{ "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
2021-09-09T23:58:48
2021-09-14T17:43:25
2021-09-13T16:42:42
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2802", "html_url": "https://github.com/NVIDIA/NeMo/pull/2802", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2802.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2802.patch", "merged_at": "2021-09-13T16:42:42" }
# Bugfix - Fix maes num steps < 2, force to be >= 2 for now until auto tuning is ready - Fix lr scheduler division by 0 error if num_workers is 0 - Fix dataloader injection when provided base dictionary and not DictConfig - Fix DALI on CPU Signed-off-by: smajumdar <[email protected]>
{ "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/2802/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2802/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2801
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2801/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2801/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2801/events
https://github.com/NVIDIA/NeMo/pull/2801
992,745,768
MDExOlB1bGxSZXF1ZXN0NzMxMDM5MjM4
2,801
disable_test
{ "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
2021-09-09T23:40:50
2021-09-09T23:42:12
2021-09-09T23:42:08
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2801", "html_url": "https://github.com/NVIDIA/NeMo/pull/2801", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2801.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2801.patch", "merged_at": "2021-09-09T23:42:08" }
Signed-off-by: ekmb <[email protected]>
{ "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/2801/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2801/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2800
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2800/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2800/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2800/events
https://github.com/NVIDIA/NeMo/pull/2800
992,734,448
MDExOlB1bGxSZXF1ZXN0NzMxMDI5NjYw
2,800
Update ASR_with_SpeakerDiarization.ipynb 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
2021-09-09T23:14:28
2021-09-13T21:19:43
2021-09-13T21:04:44
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2800", "html_url": "https://github.com/NVIDIA/NeMo/pull/2800", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2800.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2800.patch", "merged_at": "2021-09-13T21:04:44" }
Updating ASR_with_SpeakerDiarization.ipynb. Currently, ASR with diarization only supports QuartzNet. We will be adding more models later on.
{ "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/2800/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2800/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2799
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2799/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2799/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2799/events
https://github.com/NVIDIA/NeMo/pull/2799
992,646,793
MDExOlB1bGxSZXF1ZXN0NzMwOTQ5NTY1
2,799
Update container and Dockerfile
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/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
2021-09-09T21:27:37
2021-09-11T19:25:56
2021-09-11T19:18:06
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2799", "html_url": "https://github.com/NVIDIA/NeMo/pull/2799", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2799.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2799.patch", "merged_at": "2021-09-11T19:18:06" }
# Changelog - bump container to 21.08 Signed-off-by: smajumdar <[email protected]>
{ "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/2799/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2799/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2798
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2798/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2798/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2798/events
https://github.com/NVIDIA/NeMo/pull/2798
992,508,662
MDExOlB1bGxSZXF1ZXN0NzMwODMwNDA4
2,798
NMT input ID validity test for negative values
{ "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
2021-09-09T18:23:43
2021-09-13T12:13:06
2021-09-11T07:11:58
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2798", "html_url": "https://github.com/NVIDIA/NeMo/pull/2798", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2798.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2798.patch", "merged_at": "2021-09-11T07:11:58" }
This PR extends validity checks of src/tgt input IDs: 1. Added a test for special tokens being valid (i.e., non-negative) for Sentencepiece tokenizer. 2. Extended MTEncDecModel id validity test to include non-negativity. 3. Added `model.validate_input_ids` to `MTEncDecModel` config to allow disabling id validity (`true` by default).
{ "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/2798/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2798/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2797
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2797/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2797/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2797/events
https://github.com/NVIDIA/NeMo/issues/2797
992,069,228
MDU6SXNzdWU5OTIwNjkyMjg=
2,797
AttributeError: 'dict' object has no attribute '_get_node_flag'
{ "login": "lalalalallalaladadada", "id": 24775504, "node_id": "MDQ6VXNlcjI0Nzc1NTA0", "avatar_url": "https://avatars.githubusercontent.com/u/24775504?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lalalalallalaladadada", "html_url": "https://github.com/lalalalallalaladadada", "followers_url": "https://api.github.com/users/lalalalallalaladadada/followers", "following_url": "https://api.github.com/users/lalalalallalaladadada/following{/other_user}", "gists_url": "https://api.github.com/users/lalalalallalaladadada/gists{/gist_id}", "starred_url": "https://api.github.com/users/lalalalallalaladadada/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/lalalalallalaladadada/subscriptions", "organizations_url": "https://api.github.com/users/lalalalallalaladadada/orgs", "repos_url": "https://api.github.com/users/lalalalallalaladadada/repos", "events_url": "https://api.github.com/users/lalalalallalaladadada/events{/privacy}", "received_events_url": "https://api.github.com/users/lalalalallalaladadada/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-09-09T10:39:12
2021-09-14T17:44:03
2021-09-14T17:44:03
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hi, I installed the nemo 1.3.0 latest version recently and find there is an attribute error as shown below. Although I have reinstall my environment for a few times, it still have this error. Has anyone encounter this recently with NeMo 1.3.0? my code: quartznet = nemo_asr.models.EncDecCTCModel.restore_from("./model/QuartzNet15x5-Zh-NR.nemo",strict=False) error: AttributeError: 'dict' object has no attribute '_get_node_flag'
{ "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/2797/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2797/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2796
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2796/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2796/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2796/events
https://github.com/NVIDIA/NeMo/pull/2796
991,905,115
MDExOlB1bGxSZXF1ZXN0NzMwMzA4NTc5
2,796
fixed typo
{ "login": "kiranscaria", "id": 29411721, "node_id": "MDQ6VXNlcjI5NDExNzIx", "avatar_url": "https://avatars.githubusercontent.com/u/29411721?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kiranscaria", "html_url": "https://github.com/kiranscaria", "followers_url": "https://api.github.com/users/kiranscaria/followers", "following_url": "https://api.github.com/users/kiranscaria/following{/other_user}", "gists_url": "https://api.github.com/users/kiranscaria/gists{/gist_id}", "starred_url": "https://api.github.com/users/kiranscaria/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/kiranscaria/subscriptions", "organizations_url": "https://api.github.com/users/kiranscaria/orgs", "repos_url": "https://api.github.com/users/kiranscaria/repos", "events_url": "https://api.github.com/users/kiranscaria/events{/privacy}", "received_events_url": "https://api.github.com/users/kiranscaria/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
[]
closed
false
null
[]
null
null
2021-09-09T07:40:59
2021-09-10T05:08:04
2021-09-09T07:57:32
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2796", "html_url": "https://github.com/NVIDIA/NeMo/pull/2796", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2796.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2796.patch", "merged_at": "2021-09-09T07:57:32" }
Fixed a spelling mistake. <img width="979" alt="typo fix" src="https://user-images.githubusercontent.com/29411721/132643791-53cb2ae7-01bf-4357-87ff-72d5e31b89ee.png"> Signed-off-by: kiranscaria <[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/2796/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2796/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2795
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2795/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2795/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2795/events
https://github.com/NVIDIA/NeMo/pull/2795
991,372,909
MDExOlB1bGxSZXF1ZXN0NzI5ODQ2MDk2
2,795
Itn es dco fix
{ "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
2021-09-08T17:34:12
2021-09-08T18:13:39
2021-09-08T18:13:34
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2795", "html_url": "https://github.com/NVIDIA/NeMo/pull/2795", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2795.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2795.patch", "merged_at": null }
null
{ "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/2795/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2795/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2794
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2794/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2794/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2794/events
https://github.com/NVIDIA/NeMo/issues/2794
991,026,715
MDU6SXNzdWU5OTEwMjY3MTU=
2,794
Cannot reproduce environment
{ "login": "azayz", "id": 40893766, "node_id": "MDQ6VXNlcjQwODkzNzY2", "avatar_url": "https://avatars.githubusercontent.com/u/40893766?v=4", "gravatar_id": "", "url": "https://api.github.com/users/azayz", "html_url": "https://github.com/azayz", "followers_url": "https://api.github.com/users/azayz/followers", "following_url": "https://api.github.com/users/azayz/following{/other_user}", "gists_url": "https://api.github.com/users/azayz/gists{/gist_id}", "starred_url": "https://api.github.com/users/azayz/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/azayz/subscriptions", "organizations_url": "https://api.github.com/users/azayz/orgs", "repos_url": "https://api.github.com/users/azayz/repos", "events_url": "https://api.github.com/users/azayz/events{/privacy}", "received_events_url": "https://api.github.com/users/azayz/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-09-08T11:20:50
2021-09-09T23:43:48
2021-09-09T23:43:48
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I can't reproduce the environment to run the code in this tutorial https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/zh/latest/nlp/bert_pretraining.html , I have followed pip installation instructions but I keep getting errors when I import things AttributeError: module 'nemo.collections.nlp.data' has no attribute 'NemoBertTokenizer' >>> ckpt_callback = nemo.core.CheckpointCallback(folder=nf.checkpoint_dir, ... load_from_folder=args.load_dir) Traceback (most recent call last): File "<stdin>", line 1, in <module> NameError: name 'nemo' is not defined >>> import nemo >>> ckpt_callback = nemo.core.CheckpointCallback(folder=nf.checkpoint_dir, ... load_from_folder=args.load_dir) Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: module 'nemo.core' has no attribute 'CheckpointCallback'
{ "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/2794/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2794/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2793
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2793/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2793/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2793/events
https://github.com/NVIDIA/NeMo/issues/2793
990,828,970
MDU6SXNzdWU5OTA4Mjg5NzA=
2,793
Get features from given input wav using preprocessor of an asr model.
{ "login": "Shashika007", "id": 15320876, "node_id": "MDQ6VXNlcjE1MzIwODc2", "avatar_url": "https://avatars.githubusercontent.com/u/15320876?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Shashika007", "html_url": "https://github.com/Shashika007", "followers_url": "https://api.github.com/users/Shashika007/followers", "following_url": "https://api.github.com/users/Shashika007/following{/other_user}", "gists_url": "https://api.github.com/users/Shashika007/gists{/gist_id}", "starred_url": "https://api.github.com/users/Shashika007/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/Shashika007/subscriptions", "organizations_url": "https://api.github.com/users/Shashika007/orgs", "repos_url": "https://api.github.com/users/Shashika007/repos", "events_url": "https://api.github.com/users/Shashika007/events{/privacy}", "received_events_url": "https://api.github.com/users/Shashika007/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-09-08T07:56:55
2021-09-08T20:08:33
2021-09-08T20:08:33
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** For inference, i would like to try the feature extractor part individually using [.get_features()](https://github.com/NVIDIA/NeMo/blob/65bcb68640469d1c77d7882520511546e67fc514/nemo/collections/asr/modules/audio_preprocessing.py) function that's already implemented. As i understood, the inputs for this function are input_signal and the length. But, when i give the inputs, i get an error as i explained in below. I want to know if this method can be work. **Steps/Code to reproduce bug** 0. Setup your environment. - nemo installation (commit - cd6a691607894f13cafcbe7994d1b2809ccb7aa4) pip3 install git+https://github.com/NVIDIA/NeMo.git@cd6a691607894f13cafcbe7994d1b2809ccb7aa4 pip3 install torch==1.7.1 torchaudio==0.7.2 1. Download the STT En Jasper10x5dr (.nemo) model. ``` wget --content-disposition https://api.ngc.nvidia.com/v2/models/nvidia/nemo/stt_en_jasper10x5dr/versions/1.0.0rc1/zip -O stt_en_jasper10x5dr_1.0.0rc1.zip ``` 2. Extract the file into your workspace. ``` unzip stt_en_jasper10x5dr_1.0.0rc1.zip ``` 3. Import the nemo asr models. ``` import nemo.collections.asr as nemo_asr ``` 4. Restore the model ``` asr_model = nemo_asr.models.EncDecCTCModel.restore_from('stt_en_jasper10x5dr.nemo') ``` 5. Import torch and torchaudio ``` import torch import torchaudio ``` 6. Download the test file (.wav) ``` SAMPLE_WAV_SPEECH_PATH = '1919-142785-0028.wav' !wget https://dldata-public.s3.us-east-2.amazonaws.com/1919-142785-0028.wav device = 'gpu' ``` 7. Get input signal and the length out from the wav file ``` waveform, sample_rate = torchaudio.load(SAMPLE_WAV_SPEECH_PATH) # cpu tensor into device (gpu) waveform = waveform.to(torch.device('cuda')) # generate the length as tensor si, ei = torchaudio.info(SAMPLE_WAV_SPEECH_PATH) length = si.length length = torch.cuda.IntTensor(length) ``` 7. Call get_features() function ``` with torch.no_grad(): feature = self.asr_model.preprocessor.get_features(input_signal=waveform,length=length).to(device).eval() ``` **Expected behavior** It gives me an error saying CUDA out of memory. ``` Traceback (most recent call last): File "/jasper/triton/triton_client.py", line 351, in <module> STTInferClass_th.infer(filenames) File "/jasper/triton/triton_client.py", line 314, in infer self.get_features_nemo(filenames) File "/jasper/triton/triton_client.py", line 305, in get_features_nemo feature = self.asr_model.preprocessor.get_features(input_signal=waveform,length=y).to(device).eval() File "/usr/local/lib/python3.8/dist-packages/nemo/collections/asr/modules/audio_preprocessing.py", line 259, in get_features return self.featurizer(input_signal, length) File "/usr/local/lib/python3.8/dist-packages/torch/nn/modules/module.py", line 727, in _call_impl result = self.forward(*input, **kwargs) File "/usr/local/lib/python3.8/dist-packages/torch/autograd/grad_mode.py", line 26, in decorate_context return func(*args, **kwargs) File "/usr/local/lib/python3.8/dist-packages/nemo/collections/asr/parts/preprocessing/features.py", line 422, in forward x = x.masked_fill(mask.unsqueeze(1).type(torch.bool).to(device=x.device), self.pad_value) RuntimeError: CUDA out of memory. Tried to allocate 5.59 GiB (GPU 0; 14.76 GiB total capacity; 5.69 GiB already allocated; 1.28 GiB free; 11.28 GiB reserved in total by PyTorch) ``` **nvidia-smi** ![Screenshot from 2021-09-08 14-45-26](https://user-images.githubusercontent.com/15320876/132468074-c1bcf62c-2643-451e-a369-a7ecc7a2588d.png) **Environment overview (please complete the following information)** - Environment location: [Cloud(AWS), EC2 T4 Instance] - Method of NeMo install: [pip3 install git+https://github.com/NVIDIA/NeMo.git@cd6a691607894f13cafcbe7994d1b2809ccb7aa4]. . **Environment details** - OS version - Ubuntu 20.04 - PyTorch version - 1.7.1 - Python version - 3.8 Thank you,
{ "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/2793/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2793/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2792
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2792/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2792/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2792/events
https://github.com/NVIDIA/NeMo/pull/2792
990,780,578
MDExOlB1bGxSZXF1ZXN0NzI5MzM5MjUy
2,792
New TTSDataset, tts tokenizers and g2ps
{ "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-09-08T06:52:34
2021-09-20T13:38:40
2021-09-20T13:20:13
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/2792", "html_url": "https://github.com/NVIDIA/NeMo/pull/2792", "diff_url": "https://github.com/NVIDIA/NeMo/pull/2792.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/2792.patch", "merged_at": "2021-09-20T13:20:13" }
This PR adds TTSDataset, english tokenizers (char and phoneme) and g2ps, base tokenizer and g2p classes for any other language. I have fixed many bugs in [nemo/collections/asr/data/vocabs.py](https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/asr/data/vocabs.py) and decided to put result in TTS code, because I want to add new classes to [nemo/collections/tts/torch/data.py](https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/tts/torch/data.py) and suggest to use it as default for TTS pipelines.
{ "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/2792/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2792/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/2791
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2791/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2791/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2791/events
https://github.com/NVIDIA/NeMo/issues/2791
990,715,955
MDU6SXNzdWU5OTA3MTU5NTU=
2,791
fastpitch_hifigan_e2e.py requires /fastpitch/durations/ and /fastpitch/pitch_char/ .pt files?
{ "login": "alansrobotlab", "id": 17631249, "node_id": "MDQ6VXNlcjE3NjMxMjQ5", "avatar_url": "https://avatars.githubusercontent.com/u/17631249?v=4", "gravatar_id": "", "url": "https://api.github.com/users/alansrobotlab", "html_url": "https://github.com/alansrobotlab", "followers_url": "https://api.github.com/users/alansrobotlab/followers", "following_url": "https://api.github.com/users/alansrobotlab/following{/other_user}", "gists_url": "https://api.github.com/users/alansrobotlab/gists{/gist_id}", "starred_url": "https://api.github.com/users/alansrobotlab/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/alansrobotlab/subscriptions", "organizations_url": "https://api.github.com/users/alansrobotlab/orgs", "repos_url": "https://api.github.com/users/alansrobotlab/repos", "events_url": "https://api.github.com/users/alansrobotlab/events{/privacy}", "received_events_url": "https://api.github.com/users/alansrobotlab/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-09-08T04:59:41
2021-09-12T12:06:00
2021-09-09T16:56:54
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
fastpich_hifigan_e2e.py (just like fastpitch.py) requires some extra processing setup steps and I can't find what generates the missing durations and pitch_char .pt files. Can anyone give me a hint? There was an earlier defect closed that talked about needing to run tacotron2 training first. I did that for a couple of epochs and none of the required files were generated. https://github.com/NVIDIA/NeMo/issues/2352 File "/home/alansrobotlab/anaconda3/envs/nemo/lib/python3.8/site-packages/nemo/collections/asr/data/audio_to_text.py", line 734, in __getitem__ return (audio, audio_len, text, text_len, torch.load(durs_path), torch.load(pitch_path), speaker, audio_path) audio_to_text.py __getitem__ def __getitem__(self, item): audio, audio_len, text, text_len = super().__getitem__(item) # noqa audio_path = self.manifest_processor.collection[item].audio_file durs_path = audio_path.replace('/wavs/', '/fastpitch/durations/').replace('.wav', '.pt') pitch_path = audio_path.replace('/wavs/', '/fastpitch/pitch_char/').replace('.wav', '.pt') speaker = None if self.manifest_processor.collection[item].speaker is not None: speaker = torch.zeros_like(text_len).fill_(self.manifest_processor.collection[item].speaker) return (audio, audio_len, text, text_len, torch.load(durs_path), torch.load(pitch_path), speaker, audio_path) Complete error from run: ``` root@f62e1306b3c4:/workspace# python fastpitch_ fastpitch_6097.py fastpitch_hifigan_e2e_6097.py fastpitch_pyt_fp32_ckpt_v1_1_21.05.0.zip fastpitch_durs_6097.py fastpitch_pitch_6097.py fastpitch_spect_6097.py root@f62e1306b3c4:/workspace# python fastpitch_hifigan_e2e_6097.py [NeMo W 2021-09-07 21:52:43 experimental:27] Module <class 'nemo.collections.asr.data.audio_to_text_dali._AudioTextDALIDataset'> is experimental, not ready for production and is not fully supported. Use at your own risk. Using native 16bit precision. GPU available: True, used: True TPU available: False, using: 0 TPU cores IPU available: False, using: 0 IPUs [NeMo I 2021-09-07 21:52:43 exp_manager:220] Experiments will be logged at /workspace/nemo_experiments/FastPitch_HiFiGAN_E2E/2021-09-07_21-52-43 [NeMo I 2021-09-07 21:52:43 exp_manager:569] TensorboardLogger has been set up [NeMo W 2021-09-07 21:52:43 nemo_logging:349] /opt/conda/lib/python3.8/site-packages/pytorch_lightning/callbacks/model_checkpoint.py:240: LightningDeprecationWarning: `ModelCheckpoint(every_n_val_epochs)` is deprecated in v1.4 and will be removed in v1.6. Please use `every_n_epochs` instead. rank_zero_deprecation( [NeMo I 2021-09-07 21:52:47 collections:173] Dataset loaded with 39373 files totalling 29.95 hours [NeMo I 2021-09-07 21:52:47 collections:174] 0 files were filtered totalling 0.00 hours [NeMo I 2021-09-07 21:52:47 collections:173] Dataset loaded with 100 files totalling 0.10 hours [NeMo I 2021-09-07 21:52:47 collections:174] 0 files were filtered totalling 0.00 hours [NeMo I 2021-09-07 21:52:47 features:252] PADDING: 1 [NeMo I 2021-09-07 21:52:47 features:269] STFT using torch [NeMo I 2021-09-07 21:52:47 features:271] STFT using exact pad [NeMo I 2021-09-07 21:52:47 features:252] PADDING: 1 [NeMo I 2021-09-07 21:52:47 features:269] STFT using torch [NeMo I 2021-09-07 21:52:47 features:271] STFT using exact pad initializing ddp: GLOBAL_RANK: 0, MEMBER: 1/2 Using native 16bit precision. initializing ddp: GLOBAL_RANK: 1, MEMBER: 2/2 Added key: store_based_barrier_key:1 to store for rank: 1 Added key: store_based_barrier_key:1 to store for rank: 0 ---------------------------------------------------------------------------------------------------- distributed_backend=nccl All DDP processes registered. Starting ddp with 2 processes ---------------------------------------------------------------------------------------------------- LOCAL_RANK: 1 - CUDA_VISIBLE_DEVICES: [0,1] LOCAL_RANK: 0 - CUDA_VISIBLE_DEVICES: [0,1] [NeMo I 2021-09-07 21:52:56 fastpitch_hifigan_e2e:184] MAX STEPS: 462000.0 | Name | Type | Params ----------------------------------------------------------------- 0 | preprocessor | FilterbankFeatures | 0 1 | melspec_fn | FilterbankFeatures | 0 2 | encoder | FFTransformerEncoder | 21.9 M 3 | duration_predictor | TemporalPredictor | 493 K 4 | pitch_predictor | TemporalPredictor | 493 K 5 | generator | Generator | 15.0 M 6 | multiperioddisc | MultiPeriodDiscriminator | 41.1 M 7 | multiscaledisc | MultiScaleDiscriminator | 29.6 M 8 | mel_val_loss | L1MelLoss | 0 9 | feat_matching_loss | FeatureMatchingLoss | 0 10 | disc_loss | DiscriminatorLoss | 0 11 | gen_loss | GeneratorLoss | 0 12 | pitch_emb | Conv1d | 1.5 K 13 | pitchloss | PitchLoss | 0 14 | durationloss | DurationLoss | 0 ----------------------------------------------------------------- 108 M Trainable params 0 Non-trainable params 108 M Total params 434.563 Total estimated model params size (MB) Validation sanity check: 0%| | 0/1 [00:00<?, ?it/s]Error executing job with overrides: [] Error executing job with overrides: [] Traceback (most recent call last): File "fastpitch_hifigan_e2e_6097.py", line 32, in main trainer.fit(model) File "/opt/conda/lib/python3.8/site-packages/pytorch_lightning/trainer/trainer.py", line 552, in fit self._run(model) File "/opt/conda/lib/python3.8/site-packages/pytorch_lightning/trainer/trainer.py", line 917, in _run self._dispatch() File "/opt/conda/lib/python3.8/site-packages/pytorch_lightning/trainer/trainer.py", line 985, in _dispatch self.accelerator.start_training(self) File "/opt/conda/lib/python3.8/site-packages/pytorch_lightning/accelerators/accelerator.py", line 92, in start_training self.training_type_plugin.start_training(trainer) File "/opt/conda/lib/python3.8/site-packages/pytorch_lightning/plugins/training_type/training_type_plugin.py", line 161, in start_training self._results = trainer.run_stage() File "/opt/conda/lib/python3.8/site-packages/pytorch_lightning/trainer/trainer.py", line 995, in run_stage return self._run_train() File "/opt/conda/lib/python3.8/site-packages/pytorch_lightning/trainer/trainer.py", line 1030, in _run_train self._run_sanity_check(self.lightning_module) File "/opt/conda/lib/python3.8/site-packages/pytorch_lightning/trainer/trainer.py", line 1114, in _run_sanity_check self._evaluation_loop.run() File "/opt/conda/lib/python3.8/site-packages/pytorch_lightning/loops/base.py", line 111, in run self.advance(*args, **kwargs) File "/opt/conda/lib/python3.8/site-packages/pytorch_lightning/loops/dataloader/evaluation_loop.py", line 110, in advance dl_outputs = self.epoch_loop.run( File "/opt/conda/lib/python3.8/site-packages/pytorch_lightning/loops/base.py", line 111, in run self.advance(*args, **kwargs) File "/opt/conda/lib/python3.8/site-packages/pytorch_lightning/loops/epoch/evaluation_epoch_loop.py", line 93, in advance batch_idx, batch = next(dataloader_iter) File "/opt/conda/lib/python3.8/site-packages/torch/utils/data/dataloader.py", line 518, in __next__ data = self._next_data() File "/opt/conda/lib/python3.8/site-packages/torch/utils/data/dataloader.py", line 1200, in _next_data return self._process_data(data) File "/opt/conda/lib/python3.8/site-packages/torch/utils/data/dataloader.py", line 1226, in _process_data data.reraise() File "/opt/conda/lib/python3.8/site-packages/torch/_utils.py", line 434, in reraise raise self.exc_type(msg) FileNotFoundError: Caught FileNotFoundError in DataLoader worker process 0. Original Traceback (most recent call last): File "/opt/conda/lib/python3.8/site-packages/torch/utils/data/_utils/worker.py", line 202, in _worker_loop data = fetcher.fetch(index) File "/opt/conda/lib/python3.8/site-packages/torch/utils/data/_utils/fetch.py", line 44, in fetch data = [self.dataset[idx] for idx in possibly_batched_index] File "/opt/conda/lib/python3.8/site-packages/torch/utils/data/_utils/fetch.py", line 44, in <listcomp> data = [self.dataset[idx] for idx in possibly_batched_index] File "/opt/conda/lib/python3.8/site-packages/nemo/collections/asr/data/audio_to_text.py", line 734, in __getitem__ return (audio, audio_len, text, text_len, torch.load(durs_path), torch.load(pitch_path), speaker, audio_path) File "/opt/conda/lib/python3.8/site-packages/torch/serialization.py", line 579, in load with _open_file_like(f, 'rb') as opened_file: File "/opt/conda/lib/python3.8/site-packages/torch/serialization.py", line 230, in _open_file_like return _open_file(name_or_buffer, mode) File "/opt/conda/lib/python3.8/site-packages/torch/serialization.py", line 211, in __init__ super(_open_file, self).__init__(open(name, mode)) FileNotFoundError: [Errno 2] No such file or directory: 'hi_fi_tts_v0/audio/6097_clean/fastpitch/durations/nada_lily_00_haggard_0063.pt' Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace. Traceback (most recent call last): File "/workspace/fastpitch_hifigan_e2e_6097.py", line 32, in main trainer.fit(model) File "/opt/conda/lib/python3.8/site-packages/pytorch_lightning/trainer/trainer.py", line 552, in fit self._run(model) File "/opt/conda/lib/python3.8/site-packages/pytorch_lightning/trainer/trainer.py", line 917, in _run self._dispatch() File "/opt/conda/lib/python3.8/site-packages/pytorch_lightning/trainer/trainer.py", line 985, in _dispatch self.accelerator.start_training(self) File "/opt/conda/lib/python3.8/site-packages/pytorch_lightning/accelerators/accelerator.py", line 92, in start_training self.training_type_plugin.start_training(trainer) File "/opt/conda/lib/python3.8/site-packages/pytorch_lightning/plugins/training_type/training_type_plugin.py", line 161, in start_training self._results = trainer.run_stage() File "/opt/conda/lib/python3.8/site-packages/pytorch_lightning/trainer/trainer.py", line 995, in run_stage return self._run_train() File "/opt/conda/lib/python3.8/site-packages/pytorch_lightning/trainer/trainer.py", line 1030, in _run_train self._run_sanity_check(self.lightning_module) File "/opt/conda/lib/python3.8/site-packages/pytorch_lightning/trainer/trainer.py", line 1114, in _run_sanity_check self._evaluation_loop.run() File "/opt/conda/lib/python3.8/site-packages/pytorch_lightning/loops/base.py", line 111, in run self.advance(*args, **kwargs) File "/opt/conda/lib/python3.8/site-packages/pytorch_lightning/loops/dataloader/evaluation_loop.py", line 110, in advance dl_outputs = self.epoch_loop.run( File "/opt/conda/lib/python3.8/site-packages/pytorch_lightning/loops/base.py", line 111, in run self.advance(*args, **kwargs) File "/opt/conda/lib/python3.8/site-packages/pytorch_lightning/loops/epoch/evaluation_epoch_loop.py", line 93, in advance batch_idx, batch = next(dataloader_iter) File "/opt/conda/lib/python3.8/site-packages/torch/utils/data/dataloader.py", line 518, in __next__ data = self._next_data() File "/opt/conda/lib/python3.8/site-packages/torch/utils/data/dataloader.py", line 1200, in _next_data return self._process_data(data) File "/opt/conda/lib/python3.8/site-packages/torch/utils/data/dataloader.py", line 1226, in _process_data data.reraise() File "/opt/conda/lib/python3.8/site-packages/torch/_utils.py", line 434, in reraise raise self.exc_type(msg) FileNotFoundError: Caught FileNotFoundError in DataLoader worker process 0. Original Traceback (most recent call last): File "/opt/conda/lib/python3.8/site-packages/torch/utils/data/_utils/worker.py", line 202, in _worker_loop data = fetcher.fetch(index) File "/opt/conda/lib/python3.8/site-packages/torch/utils/data/_utils/fetch.py", line 44, in fetch data = [self.dataset[idx] for idx in possibly_batched_index] File "/opt/conda/lib/python3.8/site-packages/torch/utils/data/_utils/fetch.py", line 44, in <listcomp> data = [self.dataset[idx] for idx in possibly_batched_index] File "/opt/conda/lib/python3.8/site-packages/nemo/collections/asr/data/audio_to_text.py", line 734, in __getitem__ return (audio, audio_len, text, text_len, torch.load(durs_path), torch.load(pitch_path), speaker, audio_path) File "/opt/conda/lib/python3.8/site-packages/torch/serialization.py", line 579, in load with _open_file_like(f, 'rb') as opened_file: File "/opt/conda/lib/python3.8/site-packages/torch/serialization.py", line 230, in _open_file_like return _open_file(name_or_buffer, mode) File "/opt/conda/lib/python3.8/site-packages/torch/serialization.py", line 211, in __init__ super(_open_file, self).__init__(open(name, mode)) FileNotFoundError: [Errno 2] No such file or directory: 'hi_fi_tts_v0/audio/6097_clean/fastpitch/durations/nada_lily_00_haggard_0077.pt' Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace. ```
{ "login": "alansrobotlab", "id": 17631249, "node_id": "MDQ6VXNlcjE3NjMxMjQ5", "avatar_url": "https://avatars.githubusercontent.com/u/17631249?v=4", "gravatar_id": "", "url": "https://api.github.com/users/alansrobotlab", "html_url": "https://github.com/alansrobotlab", "followers_url": "https://api.github.com/users/alansrobotlab/followers", "following_url": "https://api.github.com/users/alansrobotlab/following{/other_user}", "gists_url": "https://api.github.com/users/alansrobotlab/gists{/gist_id}", "starred_url": "https://api.github.com/users/alansrobotlab/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/alansrobotlab/subscriptions", "organizations_url": "https://api.github.com/users/alansrobotlab/orgs", "repos_url": "https://api.github.com/users/alansrobotlab/repos", "events_url": "https://api.github.com/users/alansrobotlab/events{/privacy}", "received_events_url": "https://api.github.com/users/alansrobotlab/received_events", "type": "User", "user_view_type": "public", "site_admin": false }
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/2791/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/2791/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/2790
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/2790/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/2790/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/2790/events
https://github.com/NVIDIA/NeMo/issues/2790
990,613,854
MDU6SXNzdWU5OTA2MTM4NTQ=
2,790
Exporting feature extractor (Preprocessor) as a .onnx model.
{ "login": "Shashika007", "id": 15320876, "node_id": "MDQ6VXNlcjE1MzIwODc2", "avatar_url": "https://avatars.githubusercontent.com/u/15320876?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Shashika007", "html_url": "https://github.com/Shashika007", "followers_url": "https://api.github.com/users/Shashika007/followers", "following_url": "https://api.github.com/users/Shashika007/following{/other_user}", "gists_url": "https://api.github.com/users/Shashika007/gists{/gist_id}", "starred_url": "https://api.github.com/users/Shashika007/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/Shashika007/subscriptions", "organizations_url": "https://api.github.com/users/Shashika007/orgs", "repos_url": "https://api.github.com/users/Shashika007/repos", "events_url": "https://api.github.com/users/Shashika007/events{/privacy}", "received_events_url": "https://api.github.com/users/Shashika007/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-09-08T02:30:42
2021-09-14T17:44:17
2021-09-14T17:44:17
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Is your feature request related to a problem? Please describe.** I have follow your [example](https://github.com/NVIDIA/NeMo/blob/v1.0.0b3/scripts/convasr_to_onnx.py) to convert a single asr model (.nemo) into encoder and decoder. But, it does not allow to export the Preprocessor model as .onnx. When i checked the functions that attached to Preprocessor, the .export() function is not implemented. Is there a reason why don't you allow to export the Preprocessor part out from asr model? **Describe the solution you'd like** I would like to find out how to export the Preprocessor to .onnx format trough a .export() function as you already implemented for encoder and decoder as follows (Referred from [example](https://github.com/NVIDIA/NeMo/blob/v1.0.0b3/scripts/convasr_to_onnx.py)). ![Screenshot from 2021-09-08 09-07-43](https://user-images.githubusercontent.com/15320876/132434732-ac1de0ed-d1d4-432a-a8b0-7ed048676199.png) **Describe alternatives you've considered** There's a way to split the asr model (.nemo) to sub modules using [.extract_state_dict_from()](https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/v1.0.0b4/api-docs/nemo.html#nemo.core.ModelPT.extract_state_dict_from) and it saves as a ckpt. Is there a way to convert the preprocessor.ckpt that can load as a triton model ? ![Screenshot from 2021-09-08 09-24-52](https://user-images.githubusercontent.com/15320876/132436238-37b29291-421a-451d-bf4c-db6d27b2810b.png) ![Screenshot from 2021-09-08 09-24-15](https://user-images.githubusercontent.com/15320876/132436195-591dad94-94d8-440a-9ca0-ee5bd7fa15e4.png)
{ "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/2790/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/2790/timeline
null
completed
false