url
stringlengths
52
53
repository_url
stringclasses
1 value
labels_url
stringlengths
66
67
comments_url
stringlengths
61
62
events_url
stringlengths
59
60
html_url
stringlengths
40
43
id
int64
719M
2.8B
node_id
stringlengths
18
32
number
int64
1.28k
11.9k
title
stringlengths
1
350
user
dict
labels
listlengths
0
10
state
stringclasses
2 values
locked
bool
2 classes
assignee
dict
assignees
listlengths
0
3
milestone
null
comments
listlengths
0
30
created_at
timestamp[s]
updated_at
timestamp[s]
closed_at
timestamp[s]
author_association
stringclasses
4 values
sub_issues_summary
dict
active_lock_reason
stringclasses
1 value
draft
bool
2 classes
pull_request
dict
body
stringlengths
0
73.4k
closed_by
dict
reactions
dict
timeline_url
stringlengths
61
62
performed_via_github_app
null
state_reason
stringclasses
3 values
is_pull_request
bool
2 classes
https://api.github.com/repos/NVIDIA/NeMo/issues/4906
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4906/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4906/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4906/events
https://github.com/NVIDIA/NeMo/pull/4906
1,367,069,777
PR_kwDOC_bI7s4-o7Nr
4,906
Update the prompt learning to handle large lanague model
{ "login": "yidong72", "id": 43824965, "node_id": "MDQ6VXNlcjQzODI0OTY1", "avatar_url": "https://avatars.githubusercontent.com/u/43824965?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yidong72", "html_url": "https://github.com/yidong72", "followers_url": "https://api.github.com/users/yid...
[]
closed
false
null
[]
null
null
2022-09-08T22:52:35
2022-09-14T02:13:01
2022-09-13T23:37:38
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4906", "html_url": "https://github.com/NVIDIA/NeMo/pull/4906", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4906.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4906.patch", "merged_at": "2022-09-13T23:37:38" }
# What does this PR do ? Added the following features: 1. Allow the model to load from the unpacked nemo file 2. Remove LM model weights from optimizer 3. It can apply various activation checkpoint optimizations to the large LM 4. When Pytorch Lightning restore the model, the weights are in fp32 format for s...
{ "login": "vadam5", "id": 78445382, "node_id": "MDQ6VXNlcjc4NDQ1Mzgy", "avatar_url": "https://avatars.githubusercontent.com/u/78445382?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vadam5", "html_url": "https://github.com/vadam5", "followers_url": "https://api.github.com/users/vadam5/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4906/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4906/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4905
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4905/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4905/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4905/events
https://github.com/NVIDIA/NeMo/pull/4905
1,367,024,900
PR_kwDOC_bI7s4-oxoB
4,905
Fix saving the last checkpoint when using val check interval
{ "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/Se...
[ { "id": 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": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/Se...
[ { "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api...
null
null
2022-09-08T21:50:09
2022-09-09T18:53:14
2022-09-09T04:14:44
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4905", "html_url": "https://github.com/NVIDIA/NeMo/pull/4905", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4905.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4905.patch", "merged_at": "2022-09-09T04:14:44" }
# What does this PR do ? When saving a checkpoint and the validation check interval isn't divisible by the number of batches, we can miss saving the final checkpoint. This ensures we save the final checkpoint. I've noticed that the epoch saved in the checkpoint is incremented. Not sure if this will be an issue, b...
{ "login": "okuchaiev", "id": 22035961, "node_id": "MDQ6VXNlcjIyMDM1OTYx", "avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4", "gravatar_id": "", "url": "https://api.github.com/users/okuchaiev", "html_url": "https://github.com/okuchaiev", "followers_url": "https://api.github.com/users/...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4905/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4905/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4904
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4904/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4904/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4904/events
https://github.com/NVIDIA/NeMo/pull/4904
1,366,990,704
PR_kwDOC_bI7s4-oqLq
4,904
Add mixed-representation config to PhonemizerTokenizer
{ "login": "rlangman", "id": 9942053, "node_id": "MDQ6VXNlcjk5NDIwNTM=", "avatar_url": "https://avatars.githubusercontent.com/u/9942053?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rlangman", "html_url": "https://github.com/rlangman", "followers_url": "https://api.github.com/users/rlang...
[]
closed
false
null
[]
null
null
2022-09-08T21:08:33
2022-12-09T16:14:54
2022-09-10T14:38:07
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4904", "html_url": "https://github.com/NVIDIA/NeMo/pull/4904", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4904.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4904.patch", "merged_at": "2022-09-10T14:38:07" }
Signed-off-by: Ryan <rlangman@nvidia.com> # What does this PR do ? Extends the IPATokenizer and PhonemizerTokenizer classes so we can do mixed-representation grapheme/phoneme training for non-English languages. **Collection**: [TTS] # Changelog - Add phoneme_probability argument to PhonemizerTokenizer, wi...
{ "login": "rlangman", "id": 9942053, "node_id": "MDQ6VXNlcjk5NDIwNTM=", "avatar_url": "https://avatars.githubusercontent.com/u/9942053?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rlangman", "html_url": "https://github.com/rlangman", "followers_url": "https://api.github.com/users/rlang...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4904/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4904/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4903
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4903/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4903/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4903/events
https://github.com/NVIDIA/NeMo/issues/4903
1,366,146,698
I_kwDOC_bI7s5Rbb6K
4,903
Identifying Spoken Language
{ "login": "Sasha-Bachynskyi", "id": 93126453, "node_id": "U_kgDOBYz_NQ", "avatar_url": "https://avatars.githubusercontent.com/u/93126453?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Sasha-Bachynskyi", "html_url": "https://github.com/Sasha-Bachynskyi", "followers_url": "https://api.gith...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
null
[]
null
null
2022-09-08T11:47:22
2023-02-22T23:20:17
2022-10-05T17:10:50
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hello, developers. Is there a model or something to identify spoken language? For example, how to identify whether a speaker speaks English or Russian. I looked for it in the tutorials and found nothing. I will appreciate any help
{ "login": "fayejf", "id": 36722593, "node_id": "MDQ6VXNlcjM2NzIyNTkz", "avatar_url": "https://avatars.githubusercontent.com/u/36722593?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fayejf", "html_url": "https://github.com/fayejf", "followers_url": "https://api.github.com/users/fayejf/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4903/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4903/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4902
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4902/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4902/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4902/events
https://github.com/NVIDIA/NeMo/pull/4902
1,365,489,530
PR_kwDOC_bI7s4-jdK5
4,902
[TTS] fix wrong g2p path.
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/us...
[]
closed
false
null
[]
null
null
2022-09-08T03:57:54
2022-09-08T18:13:42
2022-09-08T15:59:24
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4902", "html_url": "https://github.com/NVIDIA/NeMo/pull/4902", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4902.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4902.patch", "merged_at": "2022-09-08T15:59:24" }
Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com> # What does this PR do ? fixed wrong g2p path. Previously in https://github.com/NVIDIA/NeMo/pull/4690, g2p modules were moved to `nemo_text_processing.g2p.modules`. **Collection**: [Note which collection this PR will affect] # Chang...
{ "login": "redoctopus", "id": 4268876, "node_id": "MDQ6VXNlcjQyNjg4NzY=", "avatar_url": "https://avatars.githubusercontent.com/u/4268876?v=4", "gravatar_id": "", "url": "https://api.github.com/users/redoctopus", "html_url": "https://github.com/redoctopus", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4902/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4902/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4901
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4901/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4901/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4901/events
https://github.com/NVIDIA/NeMo/pull/4901
1,365,401,098
PR_kwDOC_bI7s4-jKVE
4,901
removed unused imports for all domains.
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/us...
[]
closed
false
null
[]
null
null
2022-09-08T01:34:41
2022-09-08T20:46:53
2022-09-08T20:41:11
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4901", "html_url": "https://github.com/NVIDIA/NeMo/pull/4901", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4901.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4901.patch", "merged_at": "2022-09-08T20:41:11" }
Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com> # What does this PR do ? LGTM.com detected 100 ish unused imports. Clean up to remove those warnings. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in t...
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/us...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4901/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4901/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4900
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4900/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4900/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4900/events
https://github.com/NVIDIA/NeMo/pull/4900
1,365,301,290
PR_kwDOC_bI7s4-i0at
4,900
Support distributed Adam with T5 and support overlapped grad reductions with pipeline parallelism
{ "login": "timmoon10", "id": 4406448, "node_id": "MDQ6VXNlcjQ0MDY0NDg=", "avatar_url": "https://avatars.githubusercontent.com/u/4406448?v=4", "gravatar_id": "", "url": "https://api.github.com/users/timmoon10", "html_url": "https://github.com/timmoon10", "followers_url": "https://api.github.com/users/ti...
[]
closed
false
null
[]
null
null
2022-09-07T23:21:59
2022-10-21T04:49:29
2022-10-21T04:49:29
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4900", "html_url": "https://github.com/NVIDIA/NeMo/pull/4900", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4900.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4900.patch", "merged_at": "2022-10-21T04:49:29" }
# What does this PR do ? Generalize distributed Adam support for GPT-3 to T5 and other Megatron-LM models. It also implements several performance optimizations. **Collection**: NLP # Changelog - When params are BF16, distributed Adam will store 16-bit param remainders instead of FP32 main params - Decouples d...
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4900/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4900/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4897
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4897/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4897/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4897/events
https://github.com/NVIDIA/NeMo/pull/4897
1,365,282,412
PR_kwDOC_bI7s4-iwTV
4,897
Fix question answering docs r1p11
{ "login": "Zhilin123", "id": 29811458, "node_id": "MDQ6VXNlcjI5ODExNDU4", "avatar_url": "https://avatars.githubusercontent.com/u/29811458?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Zhilin123", "html_url": "https://github.com/Zhilin123", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
null
null
2022-09-07T22:51:33
2022-09-08T00:19:47
2022-09-08T00:19:36
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4897", "html_url": "https://github.com/NVIDIA/NeMo/pull/4897", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4897.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4897.patch", "merged_at": "2022-09-08T00:19:36" }
# What does this PR do ? Fix bug in documentation **Collection**: nlp # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready f...
{ "login": "Zhilin123", "id": 29811458, "node_id": "MDQ6VXNlcjI5ODExNDU4", "avatar_url": "https://avatars.githubusercontent.com/u/29811458?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Zhilin123", "html_url": "https://github.com/Zhilin123", "followers_url": "https://api.github.com/users/...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4897/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4897/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4896
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4896/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4896/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4896/events
https://github.com/NVIDIA/NeMo/issues/4896
1,365,282,109
I_kwDOC_bI7s5RYI09
4,896
Addition of word in Citrinet Model
{ "login": "sharaddobariya05", "id": 50762494, "node_id": "MDQ6VXNlcjUwNzYyNDk0", "avatar_url": "https://avatars.githubusercontent.com/u/50762494?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sharaddobariya05", "html_url": "https://github.com/sharaddobariya05", "followers_url": "https://...
[]
closed
false
null
[]
null
null
2022-09-07T22:51:16
2022-09-08T06:29:57
2022-09-08T06:29:57
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
stt_en_citrinet_512 and stt_en_citrinet_1024 both are trained on large English speech data, is there any way we can add few more words such as name(Example Hanuman or Ganesha), pronunciation of these words might be different depends upon the language , if we have enough speech data to add these words for improvement 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/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4896/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4896/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4895
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4895/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4895/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4895/events
https://github.com/NVIDIA/NeMo/pull/4895
1,365,273,957
PR_kwDOC_bI7s4-iu4n
4,895
Update tutorials.rst for question answering
{ "login": "Zhilin123", "id": 29811458, "node_id": "MDQ6VXNlcjI5ODExNDU4", "avatar_url": "https://avatars.githubusercontent.com/u/29811458?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Zhilin123", "html_url": "https://github.com/Zhilin123", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
null
null
2022-09-07T22:44:43
2022-09-08T00:20:00
2022-09-08T00:19:57
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4895", "html_url": "https://github.com/NVIDIA/NeMo/pull/4895", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4895.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4895.patch", "merged_at": "2022-09-08T00:19:57" }
# What does this PR do ? Documentation bug fix. **Collection**: nlp # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR is "Ready f...
{ "login": "Zhilin123", "id": 29811458, "node_id": "MDQ6VXNlcjI5ODExNDU4", "avatar_url": "https://avatars.githubusercontent.com/u/29811458?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Zhilin123", "html_url": "https://github.com/Zhilin123", "followers_url": "https://api.github.com/users/...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4895/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4895/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4894
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4894/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4894/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4894/events
https://github.com/NVIDIA/NeMo/pull/4894
1,365,157,954
PR_kwDOC_bI7s4-iYZR
4,894
Fixing Megatron BERT output dimensions to [batch x sec x hidden]
{ "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...
[]
closed
false
null
[]
null
null
2022-09-07T20:39:01
2022-09-07T21:33:18
2022-09-07T21:32:11
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4894", "html_url": "https://github.com/NVIDIA/NeMo/pull/4894", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4894.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4894.patch", "merged_at": "2022-09-07T21:32:11" }
Signed-off-by: Micha Livne <mlivne@cs.toronto.edu> # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potential...
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4894/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4894/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4893
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4893/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4893/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4893/events
https://github.com/NVIDIA/NeMo/pull/4893
1,365,004,984
PR_kwDOC_bI7s4-h3WO
4,893
Enable mlflow logger
{ "login": "whrichd", "id": 43883260, "node_id": "MDQ6VXNlcjQzODgzMjYw", "avatar_url": "https://avatars.githubusercontent.com/u/43883260?v=4", "gravatar_id": "", "url": "https://api.github.com/users/whrichd", "html_url": "https://github.com/whrichd", "followers_url": "https://api.github.com/users/whrich...
[]
closed
false
null
[]
null
null
2022-09-07T17:55:34
2022-11-09T18:45:40
2022-11-09T18:45:30
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4893", "html_url": "https://github.com/NVIDIA/NeMo/pull/4893", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4893.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4893.patch", "merged_at": "2022-11-09T18:45:29" }
Signed-off-by: whrichd <trabeitwrq@gmail.com> # What does this PR do ? MLFlow is already a dependancy in Pytorch Lightning, so some small changes enables MLFlow tracking, a free alternative to WnB. **Collection**: utils # Changelog - Changed exp_manager.py # Usage * Add the MLflow logger just as how y...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4893/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4893/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4892
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4892/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4892/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4892/events
https://github.com/NVIDIA/NeMo/pull/4892
1,364,949,438
PR_kwDOC_bI7s4-hrXt
4,892
added utf8 encoding
{ "login": "vadam5", "id": 78445382, "node_id": "MDQ6VXNlcjc4NDQ1Mzgy", "avatar_url": "https://avatars.githubusercontent.com/u/78445382?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vadam5", "html_url": "https://github.com/vadam5", "followers_url": "https://api.github.com/users/vadam5/fo...
[]
closed
false
null
[]
null
null
2022-09-07T16:59:13
2022-09-07T18:03:04
2022-09-07T18:03:00
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4892", "html_url": "https://github.com/NVIDIA/NeMo/pull/4892", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4892.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4892.patch", "merged_at": "2022-09-07T18:03:00" }
Signed-off-by: Virginia Adams <vadams@nvidia.com> Writes T5 prompt learning prediction file with utf-8 encoding. Add a one line overview of what this PR aims to accomplish. **Collection**: NLP # Changelog - T5 prompt learning eval script # Usage * You can potentially add a usage example below ```p...
{ "login": "MaximumEntropy", "id": 9114321, "node_id": "MDQ6VXNlcjkxMTQzMjE=", "avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MaximumEntropy", "html_url": "https://github.com/MaximumEntropy", "followers_url": "https://api.gith...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4892/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4892/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4891
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4891/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4891/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4891/events
https://github.com/NVIDIA/NeMo/pull/4891
1,364,936,191
PR_kwDOC_bI7s4-hooD
4,891
Update label_models.py
{ "login": "stevehuang52", "id": 105218074, "node_id": "U_kgDOBkWAGg", "avatar_url": "https://avatars.githubusercontent.com/u/105218074?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stevehuang52", "html_url": "https://github.com/stevehuang52", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
null
null
2022-09-07T16:45:44
2022-09-08T00:20:35
2022-09-08T00:16:16
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4891", "html_url": "https://github.com/NVIDIA/NeMo/pull/4891", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4891.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4891.patch", "merged_at": "2022-09-08T00:16:16" }
# What does this PR do ? - Removed AUROC metric since it's slow and cost a lot of memory to store the logits&labels. - Fixed macro-accuracy metric usage for multiple validation manifests. - Refactored validation and test function since they share the same code but just different tags in display ("val_" vs. "test_...
{ "login": "fayejf", "id": 36722593, "node_id": "MDQ6VXNlcjM2NzIyNTkz", "avatar_url": "https://avatars.githubusercontent.com/u/36722593?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fayejf", "html_url": "https://github.com/fayejf", "followers_url": "https://api.github.com/users/fayejf/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4891/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4891/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4889
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4889/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4889/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4889/events
https://github.com/NVIDIA/NeMo/issues/4889
1,364,176,363
I_kwDOC_bI7s5RT63r
4,889
Deploying to Riva with self-trained ASR model, but unable to infer audio
{ "login": "hanchi-gao", "id": 56921951, "node_id": "MDQ6VXNlcjU2OTIxOTUx", "avatar_url": "https://avatars.githubusercontent.com/u/56921951?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hanchi-gao", "html_url": "https://github.com/hanchi-gao", "followers_url": "https://api.github.com/use...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", ...
closed
false
null
[]
null
null
2022-09-07T06:48:10
2022-10-23T02:14:29
2022-10-23T02:14:29
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** I used NeMo to train a Mandarin ASR model (QuartzNet), and then I converted it to .rmir format through the tutorial. I deployed .rmir to riva (I only have this model enabled), but the client cannot successfully call the ASR model on the server side, there will be the following error ![error](h...
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4889/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4889/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4888
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4888/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4888/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4888/events
https://github.com/NVIDIA/NeMo/issues/4888
1,364,012,012
I_kwDOC_bI7s5RTSvs
4,888
[Speaker Recognition and Verification] got runtime error on training
{ "login": "triumph9989", "id": 48488138, "node_id": "MDQ6VXNlcjQ4NDg4MTM4", "avatar_url": "https://avatars.githubusercontent.com/u/48488138?v=4", "gravatar_id": "", "url": "https://api.github.com/users/triumph9989", "html_url": "https://github.com/triumph9989", "followers_url": "https://api.github.com/...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", ...
closed
false
null
[]
null
null
2022-09-07T02:41:33
2022-10-20T02:13:56
2022-10-20T02:13:56
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I tried to learn training speaker embedding extractor from [https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/starthere/tutorials.html](url) Domain: ASR title: Speaker Recognition and Verification It's no problem before cell [20] cell [20]: `trainer.fit(speaker_model)` bug: ``` INFO:pytorch_li...
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4888/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4888/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4887
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4887/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4887/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4887/events
https://github.com/NVIDIA/NeMo/pull/4887
1,363,747,459
PR_kwDOC_bI7s4-drZN
4,887
Fixed output of BERT to be [batch x seq x hidden]
{ "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...
[]
closed
false
null
[]
null
null
2022-09-06T19:54:06
2022-09-07T20:08:22
2022-09-07T20:08:18
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4887", "html_url": "https://github.com/NVIDIA/NeMo/pull/4887", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4887.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4887.patch", "merged_at": "2022-09-07T20:08:18" }
Signed-off-by: Micha Livne <mlivne@cs.toronto.edu> # What does this PR do ? This PR Fixes the output of BERT to be [batch x seq x hidden] instead of [se x batch x hidden] **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this ...
{ "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...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4887/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4887/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4886
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4886/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4886/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4886/events
https://github.com/NVIDIA/NeMo/pull/4886
1,363,694,522
PR_kwDOC_bI7s4-dgOT
4,886
[TTS] add missing WikiHomograph data entries to CMUdict, updates to match new ipa set
{ "login": "ekmb", "id": 10428420, "node_id": "MDQ6VXNlcjEwNDI4NDIw", "avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ekmb", "html_url": "https://github.com/ekmb", "followers_url": "https://api.github.com/users/ekmb/followers"...
[]
closed
false
null
[]
null
null
2022-09-06T19:00:27
2022-09-06T21:11:58
2022-09-06T21:11:56
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4886", "html_url": "https://github.com/NVIDIA/NeMo/pull/4886", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4886.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4886.patch", "merged_at": "2022-09-06T21:11:56" }
Signed-off-by: ekmb <ebakhturina@nvidia.com> # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add...
{ "login": "ekmb", "id": 10428420, "node_id": "MDQ6VXNlcjEwNDI4NDIw", "avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ekmb", "html_url": "https://github.com/ekmb", "followers_url": "https://api.github.com/users/ekmb/followers"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4886/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4886/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4885
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4885/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4885/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4885/events
https://github.com/NVIDIA/NeMo/issues/4885
1,363,619,494
I_kwDOC_bI7s5RRy6m
4,885
Convert rnnt asr model to tensorrt
{ "login": "catalwaysright", "id": 60195620, "node_id": "MDQ6VXNlcjYwMTk1NjIw", "avatar_url": "https://avatars.githubusercontent.com/u/60195620?v=4", "gravatar_id": "", "url": "https://api.github.com/users/catalwaysright", "html_url": "https://github.com/catalwaysright", "followers_url": "https://api.gi...
[ { "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/...
[ { "login": "okuchaiev", "id": 22035961, "node_id": "MDQ6VXNlcjIyMDM1OTYx", "avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4", "gravatar_id": "", "url": "https://api.github.com/users/okuchaiev", "html_url": "https://github.com/okuchaiev", "followers_url": "https://a...
null
null
2022-09-06T17:43:11
2022-09-08T03:39:39
2022-09-08T03:39:39
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I am working on converting the RNNT model to tensorrt for my application and I have convert the torch model to ONNX as suggested. However, I am stuck on converting ONNX to trt model right now. I tried lots of methods and still failed. Is it possible to convert? Did anyone succeed on converting this model to tensorrt? W...
{ "login": "catalwaysright", "id": 60195620, "node_id": "MDQ6VXNlcjYwMTk1NjIw", "avatar_url": "https://avatars.githubusercontent.com/u/60195620?v=4", "gravatar_id": "", "url": "https://api.github.com/users/catalwaysright", "html_url": "https://github.com/catalwaysright", "followers_url": "https://api.gi...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4885/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4885/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4884
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4884/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4884/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4884/events
https://github.com/NVIDIA/NeMo/pull/4884
1,363,596,150
PR_kwDOC_bI7s4-dLUE
4,884
Fix Megatron NMT consumed samples and ckpt_to_nemo split rank
{ "login": "MaximumEntropy", "id": 9114321, "node_id": "MDQ6VXNlcjkxMTQzMjE=", "avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MaximumEntropy", "html_url": "https://github.com/MaximumEntropy", "followers_url": "https://api.gith...
[]
closed
false
null
[]
null
null
2022-09-06T17:18:48
2022-09-06T19:10:20
2022-09-06T19:10:17
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4884", "html_url": "https://github.com/NVIDIA/NeMo/pull/4884", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4884.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4884.patch", "merged_at": "2022-09-06T19:10:17" }
Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> # What does this PR do ? Fixes bugs in Megatron NMT due to incorrect split rank in the checkpoint file and split rank in ckpt->nemo conversion. **Collection**: NLP # Changelog - Add specific line by line info of high level changes in this ...
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4884/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4884/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4883
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4883/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4883/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4883/events
https://github.com/NVIDIA/NeMo/issues/4883
1,363,317,364
I_kwDOC_bI7s5RQpJ0
4,883
Q: How to reset optimizer/LR to finetune?
{ "login": "jonasla", "id": 12822166, "node_id": "MDQ6VXNlcjEyODIyMTY2", "avatar_url": "https://avatars.githubusercontent.com/u/12822166?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jonasla", "html_url": "https://github.com/jonasla", "followers_url": "https://api.github.com/users/jonasl...
[]
closed
true
null
[]
null
null
2022-09-06T13:47:27
2022-09-09T04:16:42
2022-09-09T04:16:42
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hi, I trained a MT model following the example from `enc_dec_nmt.py`, so far all good. Now I'd like to load one of the checkpoints generated from this training, keep training the model weights, but restarting the optimizer / LR / global trainer step / etc. I've tried different approaches, but in all cases the traini...
null
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4883/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4883/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4882
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4882/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4882/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4882/events
https://github.com/NVIDIA/NeMo/issues/4882
1,363,283,827
I_kwDOC_bI7s5RQg9z
4,882
Conformer Transducer - Call to cuLaunchKernel results in CUDA_ERROR_INVALID_VALUE
{ "login": "shahin-trunk", "id": 58107095, "node_id": "MDQ6VXNlcjU4MTA3MDk1", "avatar_url": "https://avatars.githubusercontent.com/u/58107095?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shahin-trunk", "html_url": "https://github.com/shahin-trunk", "followers_url": "https://api.github.c...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
null
[]
null
null
2022-09-06T13:24:14
2022-09-08T03:55:11
2022-09-08T03:55:11
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** Error while training conformer transducer bpe ASR model. **Steps/Code to reproduce bug** Use the attached config and initiate the training. After a few steps before epoch completion the following `Call to cuLaunchKernel results in CUDA_ERROR_INVALID_VALUE` error occurs and the training get...
{ "login": "shahin-trunk", "id": 58107095, "node_id": "MDQ6VXNlcjU4MTA3MDk1", "avatar_url": "https://avatars.githubusercontent.com/u/58107095?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shahin-trunk", "html_url": "https://github.com/shahin-trunk", "followers_url": "https://api.github.c...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4882/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4882/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4881
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4881/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4881/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4881/events
https://github.com/NVIDIA/NeMo/pull/4881
1,363,062,737
PR_kwDOC_bI7s4-bZoP
4,881
Changes to MSDD code after review, fix test log call
{ "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/Se...
[]
closed
false
{ "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/Se...
[ { "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api...
null
null
2022-09-06T10:26:15
2022-09-07T09:07:01
2022-09-06T23:26:03
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4881", "html_url": "https://github.com/NVIDIA/NeMo/pull/4881", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4881.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4881.patch", "merged_at": "2022-09-06T23:26:03" }
# What does this PR do ? Going through the MSDD code I noticed a few off the bat code changes to be made + fix the `self.log` call in the multi_test function. cc @tango4j @nithinraok # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://...
{ "login": "nithinraok", "id": 19668129, "node_id": "MDQ6VXNlcjE5NjY4MTI5", "avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nithinraok", "html_url": "https://github.com/nithinraok", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4881/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4881/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4880
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4880/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4880/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4880/events
https://github.com/NVIDIA/NeMo/issues/4880
1,362,830,667
I_kwDOC_bI7s5ROyVL
4,880
significant parameter for tts with male speaker
{ "login": "alexandercesarr", "id": 105767588, "node_id": "U_kgDOBk3ipA", "avatar_url": "https://avatars.githubusercontent.com/u/105767588?v=4", "gravatar_id": "", "url": "https://api.github.com/users/alexandercesarr", "html_url": "https://github.com/alexandercesarr", "followers_url": "https://api.githu...
[ { "id": 1719393562, "node_id": "MDU6TGFiZWwxNzE5MzkzNTYy", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/feature", "name": "feature", "color": "68F3F0", "default": false, "description": "request/PR for a new feature" }, { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8...
closed
false
{ "login": "redoctopus", "id": 4268876, "node_id": "MDQ6VXNlcjQyNjg4NzY=", "avatar_url": "https://avatars.githubusercontent.com/u/4268876?v=4", "gravatar_id": "", "url": "https://api.github.com/users/redoctopus", "html_url": "https://github.com/redoctopus", "followers_url": "https://api.github.com/users...
[ { "login": "redoctopus", "id": 4268876, "node_id": "MDQ6VXNlcjQyNjg4NzY=", "avatar_url": "https://avatars.githubusercontent.com/u/4268876?v=4", "gravatar_id": "", "url": "https://api.github.com/users/redoctopus", "html_url": "https://github.com/redoctopus", "followers_url": "https://...
null
null
2022-09-06T07:28:58
2022-11-17T02:10:44
2022-11-17T02:10:44
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hi, I am trying to train a TTS model (mixertts+univnet). the dataset contains male speakers voices. Is there a parameter that needs to be changed to train these models with male speakers voices? Because the tone of the output voices are not very good. Thanks in advance.
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4880/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4880/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4879
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4879/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4879/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4879/events
https://github.com/NVIDIA/NeMo/issues/4879
1,362,805,878
I_kwDOC_bI7s5ROsR2
4,879
cannot train new model with TTS tacotron2
{ "login": "Lanzik", "id": 21003446, "node_id": "MDQ6VXNlcjIxMDAzNDQ2", "avatar_url": "https://avatars.githubusercontent.com/u/21003446?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Lanzik", "html_url": "https://github.com/Lanzik", "followers_url": "https://api.github.com/users/Lanzik/fo...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" }, { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", ...
closed
false
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/us...
[ { "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https...
null
null
2022-09-06T07:06:09
2022-10-02T17:49:17
2022-10-02T17:49:17
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
# I want to train new model with my dataset for other language # one case in my dataset json file is: `{"audio_filepath": "./wav/4.wav", "duration": 5.6750625, "is_phoneme": 1, "original_text": "gAme sevvOm d%r b/rnamerizI | $enAxte moqe@iyy%te fe@lIye hozE @%st | ", "normalized_text": "gAme sevvOm d%r b/rnamerizI | ...
{ "login": "Lanzik", "id": 21003446, "node_id": "MDQ6VXNlcjIxMDAzNDQ2", "avatar_url": "https://avatars.githubusercontent.com/u/21003446?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Lanzik", "html_url": "https://github.com/Lanzik", "followers_url": "https://api.github.com/users/Lanzik/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4879/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4879/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4878
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4878/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4878/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4878/events
https://github.com/NVIDIA/NeMo/issues/4878
1,362,635,085
I_kwDOC_bI7s5ROClN
4,878
We will train the ASR model in Mandarin,But got a error of TypeError("__init__() got an unexpected keyword argument 'causal_downsampling'")
{ "login": "hanchi-gao", "id": 56921951, "node_id": "MDQ6VXNlcjU2OTIxOTUx", "avatar_url": "https://avatars.githubusercontent.com/u/56921951?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hanchi-gao", "html_url": "https://github.com/hanchi-gao", "followers_url": "https://api.github.com/use...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
null
[]
null
null
2022-09-06T02:54:55
2022-09-07T04:02:48
2022-09-07T04:02:48
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** Hi everyone, I want to train an ASR model (Conformer_CTC_bpe) in Mandarin. I generated vocab.txt using "process_asr_text_tokenizer.py", modified "/conf/conformer/conformer_ctc_bpe.yaml" and executed "examples/asr/asr_ctc/speech_to_text_ctc_bpe.py". but got a TypeError `TypeError("__init__() got...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4878/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4878/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4877
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4877/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4877/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4877/events
https://github.com/NVIDIA/NeMo/issues/4877
1,361,859,813
I_kwDOC_bI7s5RLFTl
4,877
RuntimeError: stft input and window must be on the same device but got self on cuda:1 and window on cuda:0
{ "login": "answer1201", "id": 23027105, "node_id": "MDQ6VXNlcjIzMDI3MTA1", "avatar_url": "https://avatars.githubusercontent.com/u/23027105?v=4", "gravatar_id": "", "url": "https://api.github.com/users/answer1201", "html_url": "https://github.com/answer1201", "followers_url": "https://api.github.com/use...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", ...
closed
false
null
[]
null
null
2022-09-05T12:22:09
2022-10-30T02:13:24
2022-10-30T02:13:24
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
>>> >>> trainer = pl.Trainer(strategy='dp', gpus=4, max_epochs=1) GPU available: True, used: True TPU available: False, using: 0 TPU cores IPU available: False, using: 0 IPUs HPU available: False, using: 0 HPUs >>> trainer.fit(quartznet) RuntimeError: Caught RuntimeError in replica 1 on device 1. Original Trac...
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4877/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4877/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4876
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4876/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4876/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4876/events
https://github.com/NVIDIA/NeMo/pull/4876
1,361,718,590
PR_kwDOC_bI7s4-W2pZ
4,876
Add sync for logging calls to ensure aggregation across devices
{ "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/Se...
[ { "id": 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": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/Se...
[ { "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api...
null
null
2022-09-05T10:19:26
2022-09-08T16:54:23
2022-09-08T16:54:20
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4876", "html_url": "https://github.com/NVIDIA/NeMo/pull/4876", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4876.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4876.patch", "merged_at": "2022-09-08T16:54:20" }
# What does this PR do ? After speaking to @nithinraok a few places do not have sync calls when logging (some are taken care off by the underlying Metrics, or they are already synced across processes like global steps). I've been a bit cautious and not touched the return objects from `validation_step` or `test_st...
{ "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/Se...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4876/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4876/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4872
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4872/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4872/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4872/events
https://github.com/NVIDIA/NeMo/issues/4872
1,360,826,340
I_kwDOC_bI7s5RHI_k
4,872
How to enable kenlm weight accounting with Conformer-CTC acoustic model on BPE tokens?
{ "login": "psydok", "id": 47638600, "node_id": "MDQ6VXNlcjQ3NjM4NjAw", "avatar_url": "https://avatars.githubusercontent.com/u/47638600?v=4", "gravatar_id": "", "url": "https://api.github.com/users/psydok", "html_url": "https://github.com/psydok", "followers_url": "https://api.github.com/users/psydok/fo...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
null
[]
null
null
2022-09-03T11:08:36
2022-09-09T13:45:26
2022-09-09T13:45:26
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Trained Conformer-CTC on BPE tokens, tried to make a prediction based on kenlm. But all the predictions turned out to be just nonsense from one word. As I understand it, this is due to the fact that models on BPE tokens return an underscore instead of a space. Tell me, can this problem be somehow elegantly solved i...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4872/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4872/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4871
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4871/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4871/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4871/events
https://github.com/NVIDIA/NeMo/pull/4871
1,360,617,809
PR_kwDOC_bI7s4-Tc5s
4,871
ipa bug 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"...
[]
closed
false
null
[]
null
null
2022-09-02T21:15:27
2022-09-02T23:47:13
2022-09-02T23:47:10
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4871", "html_url": "https://github.com/NVIDIA/NeMo/pull/4871", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4871.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4871.patch", "merged_at": "2022-09-02T23:47:10" }
Signed-off-by: ekmb <ebakhturina@nvidia.com> # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add...
{ "login": "ekmb", "id": 10428420, "node_id": "MDQ6VXNlcjEwNDI4NDIw", "avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ekmb", "html_url": "https://github.com/ekmb", "followers_url": "https://api.github.com/users/ekmb/followers"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4871/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4871/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4870
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4870/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4870/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4870/events
https://github.com/NVIDIA/NeMo/pull/4870
1,360,615,152
PR_kwDOC_bI7s4-TcVg
4,870
[ASR] Generate multichannel noise
{ "login": "anteju", "id": 108555623, "node_id": "U_kgDOBnhtZw", "avatar_url": "https://avatars.githubusercontent.com/u/108555623?v=4", "gravatar_id": "", "url": "https://api.github.com/users/anteju", "html_url": "https://github.com/anteju", "followers_url": "https://api.github.com/users/anteju/follower...
[]
closed
false
null
[]
null
null
2022-09-02T21:10:46
2022-09-13T16:17:58
2022-09-13T16:17:58
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4870", "html_url": "https://github.com/NVIDIA/NeMo/pull/4870", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4870.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4870.patch", "merged_at": "2022-09-13T16:17:58" }
# What does this PR do ? This PR adds tools for generating multi-channel microphone signal approximately matching the desired spatial coherence **Collection**: ASR # Changelog - Adds functions for generating an approximate noise field - Unit tests for spatial coherence calculation and noise generation # ...
{ "login": "jbalam-nv", "id": 4916480, "node_id": "MDQ6VXNlcjQ5MTY0ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/4916480?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jbalam-nv", "html_url": "https://github.com/jbalam-nv", "followers_url": "https://api.github.com/users/jb...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4870/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4870/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4869
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4869/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4869/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4869/events
https://github.com/NVIDIA/NeMo/pull/4869
1,360,484,748
PR_kwDOC_bI7s4-TAmP
4,869
IPA G2P bugfixes
{ "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...
[]
closed
false
null
[]
null
null
2022-09-02T18:12:25
2022-09-02T21:01:24
2022-09-02T21:01:20
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4869", "html_url": "https://github.com/NVIDIA/NeMo/pull/4869", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4869.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4869.patch", "merged_at": "2022-09-02T21:01:20" }
Fix uppercasing bug that led to heteronyms list mismatch, bad path in IPA FastPitch config Signed-off-by: Jocelyn Huang <jocelynh@nvidia.com> **Collection**: TTS # Changelog - The IPA G2P class uppercases words by default (to avoid IPA symbol conflicts), but they would not match anything in the lowercased h...
{ "login": "redoctopus", "id": 4268876, "node_id": "MDQ6VXNlcjQyNjg4NzY=", "avatar_url": "https://avatars.githubusercontent.com/u/4268876?v=4", "gravatar_id": "", "url": "https://api.github.com/users/redoctopus", "html_url": "https://github.com/redoctopus", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4869/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4869/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4868
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4868/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4868/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4868/events
https://github.com/NVIDIA/NeMo/issues/4868
1,360,447,540
I_kwDOC_bI7s5RFsg0
4,868
[TTS][German][Single Speaker] Generated audio far away from original Thorsten voice
{ "login": "eqikkwkp25-cyber", "id": 73107516, "node_id": "MDQ6VXNlcjczMTA3NTE2", "avatar_url": "https://avatars.githubusercontent.com/u/73107516?v=4", "gravatar_id": "", "url": "https://api.github.com/users/eqikkwkp25-cyber", "html_url": "https://github.com/eqikkwkp25-cyber", "followers_url": "https://...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" }, { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", ...
closed
false
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/us...
[ { "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https...
null
null
2022-09-02T17:25:05
2022-09-09T19:03:23
2022-09-09T19:01:25
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** Using the main branch of Nemo and TTS inference with Fastpitch and Hifigan / German single speaker model results in bad audio. **Steps/Code to reproduce bug** git clone https://github.com/NVIDIA/NeMo/ cd NeMo python3.8 -m venv venv source venv/bin/activate pip3 install a-lot-of-miss...
{ "login": "eqikkwkp25-cyber", "id": 73107516, "node_id": "MDQ6VXNlcjczMTA3NTE2", "avatar_url": "https://avatars.githubusercontent.com/u/73107516?v=4", "gravatar_id": "", "url": "https://api.github.com/users/eqikkwkp25-cyber", "html_url": "https://github.com/eqikkwkp25-cyber", "followers_url": "https://...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4868/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4868/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4867
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4867/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4867/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4867/events
https://github.com/NVIDIA/NeMo/issues/4867
1,360,396,924
I_kwDOC_bI7s5RFgJ8
4,867
Learning rate does not change
{ "login": "psydok", "id": 47638600, "node_id": "MDQ6VXNlcjQ3NjM4NjAw", "avatar_url": "https://avatars.githubusercontent.com/u/47638600?v=4", "gravatar_id": "", "url": "https://api.github.com/users/psydok", "html_url": "https://github.com/psydok", "followers_url": "https://api.github.com/users/psydok/fo...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", ...
closed
false
null
[]
null
null
2022-09-02T16:23:51
2022-10-17T02:13:38
2022-10-17T02:13:38
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Can you please tell me why the learning rate does not change when the fine-tuning model is launched? ```python cfg = OmegaConf.load("conformer_ctc/config.yaml") trainer = pl.Trainer( logger=logger, **cfg.trainer, callbacks=[ model_checkpoint_callback ] ) model = nemo_asr.models.EncDecC...
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4867/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4867/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4866
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4866/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4866/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4866/events
https://github.com/NVIDIA/NeMo/pull/4866
1,360,353,431
PR_kwDOC_bI7s4-SlEl
4,866
Fix mha
{ "login": "yzhang123", "id": 4204271, "node_id": "MDQ6VXNlcjQyMDQyNzE=", "avatar_url": "https://avatars.githubusercontent.com/u/4204271?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yzhang123", "html_url": "https://github.com/yzhang123", "followers_url": "https://api.github.com/users/yz...
[]
closed
false
null
[]
null
null
2022-09-02T15:38:27
2022-09-02T20:14:40
2022-09-02T20:14:37
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4866", "html_url": "https://github.com/NVIDIA/NeMo/pull/4866", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4866.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4866.patch", "merged_at": "2022-09-02T20:14:37" }
# What does this PR do ? fix mha
{ "login": "yzhang123", "id": 4204271, "node_id": "MDQ6VXNlcjQyMDQyNzE=", "avatar_url": "https://avatars.githubusercontent.com/u/4204271?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yzhang123", "html_url": "https://github.com/yzhang123", "followers_url": "https://api.github.com/users/yz...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4866/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4866/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4865
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4865/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4865/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4865/events
https://github.com/NVIDIA/NeMo/pull/4865
1,360,327,408
PR_kwDOC_bI7s4-Sfon
4,865
Fix error with class method reference in msdd
{ "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/Se...
[ { "id": 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": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/Se...
[ { "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api...
null
null
2022-09-02T15:14:16
2022-09-02T19:17:04
2022-09-02T19:17:01
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4865", "html_url": "https://github.com/NVIDIA/NeMo/pull/4865", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4865.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4865.patch", "merged_at": "2022-09-02T19:17:01" }
# What does this PR do ? Small error when referring to the available models. This isn't tested yet since no models are yet available for MSDD, but I think soon @tango4j will introduce them! # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](http...
{ "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/Se...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4865/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4865/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4864
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4864/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4864/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4864/events
https://github.com/NVIDIA/NeMo/pull/4864
1,360,292,157
PR_kwDOC_bI7s4-SYFC
4,864
Add AMI dataset script
{ "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/Se...
[]
closed
false
{ "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/Se...
[ { "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api...
null
null
2022-09-02T14:43:39
2022-09-07T20:36:19
2022-09-07T20:36:16
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4864", "html_url": "https://github.com/NVIDIA/NeMo/pull/4864", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4864.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4864.patch", "merged_at": "2022-09-07T20:36:16" }
# What does this PR do ? Adds a script to streamline downloading/parsing AMI. @tango4j suggested adding microphone array audio as well, just need to figure out how to format this. **Collection**: ASR # Changelog - Add script to download the AMI dataset for Speaker Diarization # Before your PR is "Ready fo...
{ "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/Se...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4864/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4864/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4863
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4863/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4863/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4863/events
https://github.com/NVIDIA/NeMo/issues/4863
1,359,746,121
I_kwDOC_bI7s5RDBRJ
4,863
Error when training ASR with Transducers on GPU
{ "login": "stalevna", "id": 53433879, "node_id": "MDQ6VXNlcjUzNDMzODc5", "avatar_url": "https://avatars.githubusercontent.com/u/53433879?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stalevna", "html_url": "https://github.com/stalevna", "followers_url": "https://api.github.com/users/sta...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
null
[]
null
null
2022-09-02T06:08:23
2022-10-06T01:16:35
2022-10-06T01:16:35
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
![image](https://user-images.githubusercontent.com/53433879/188069192-c4997fe2-43fb-4c72-aa8e-a3e6163e07bd.png) when training ASR with Transducers and leaving **freq_masks: 2 time_masks: 10** instead of zeroing them out an error occurs ![image](https://user-images.githubusercontent.com/53433879/188069618...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4863/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4863/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4862
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4862/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4862/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4862/events
https://github.com/NVIDIA/NeMo/issues/4862
1,359,714,764
I_kwDOC_bI7s5RC5nM
4,862
Speaker Diarization - Audio Length Limit
{ "login": "sjsakshi", "id": 53194868, "node_id": "MDQ6VXNlcjUzMTk0ODY4", "avatar_url": "https://avatars.githubusercontent.com/u/53194868?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sjsakshi", "html_url": "https://github.com/sjsakshi", "followers_url": "https://api.github.com/users/sjs...
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
null
2022-09-02T05:18:30
2022-10-30T04:58:00
2022-10-30T02:13:26
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hi, Thanks for the prompt reply on helping me out with diarization with unknown speakers. I just had a question - is there a limit on the length of audio file that can be processed for speaker diarization , or any speaker model in general with nemo. If I have files with 1.5 hrs length, can they be effectively ...
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4862/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4862/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4861
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4861/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4861/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4861/events
https://github.com/NVIDIA/NeMo/pull/4861
1,359,436,682
PR_kwDOC_bI7s4-PhWe
4,861
Update Speaker Diarization notebooks with unknown oracle_num_speakers
{ "login": "fayejf", "id": 36722593, "node_id": "MDQ6VXNlcjM2NzIyNTkz", "avatar_url": "https://avatars.githubusercontent.com/u/36722593?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fayejf", "html_url": "https://github.com/fayejf", "followers_url": "https://api.github.com/users/fayejf/fo...
[]
closed
false
null
[]
null
null
2022-09-01T21:38:37
2022-09-01T23:24:37
2022-09-01T23:24:31
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4861", "html_url": "https://github.com/NVIDIA/NeMo/pull/4861", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4861.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4861.patch", "merged_at": "2022-09-01T23:24:31" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: ASR # Changelog - Update Speaker Diarization notebooks with unknown oracle_num_speakers. - Use multiscale diarization in tutorials. - Add flexibility for vad result plotting # Usage * Notebook change ...
{ "login": "fayejf", "id": 36722593, "node_id": "MDQ6VXNlcjM2NzIyNTkz", "avatar_url": "https://avatars.githubusercontent.com/u/36722593?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fayejf", "html_url": "https://github.com/fayejf", "followers_url": "https://api.github.com/users/fayejf/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4861/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4861/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4860
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4860/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4860/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4860/events
https://github.com/NVIDIA/NeMo/pull/4860
1,359,393,670
PR_kwDOC_bI7s4-PYIG
4,860
Fix uppercasing mismatch for IPA heteronyms
{ "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...
[]
closed
false
null
[]
null
null
2022-09-01T20:52:35
2022-09-01T22:31:58
2022-09-01T22:31:55
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4860", "html_url": "https://github.com/NVIDIA/NeMo/pull/4860", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4860.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4860.patch", "merged_at": "2022-09-01T22:31:55" }
Signed-off-by: Jocelyn Huang <jocelynh@nvidia.com> # What does this PR do ? Fixes bug where lowercase heteronyms wouldn't match with uppercased graphemes in IPA G2P. (Graphemes were uppercased to avoid conflicts with IPA symbols, but the heteronyms list is lowercased, so they would never match.) **Collection**...
{ "login": "redoctopus", "id": 4268876, "node_id": "MDQ6VXNlcjQyNjg4NzY=", "avatar_url": "https://avatars.githubusercontent.com/u/4268876?v=4", "gravatar_id": "", "url": "https://api.github.com/users/redoctopus", "html_url": "https://github.com/redoctopus", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4860/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4860/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4859
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4859/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4859/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4859/events
https://github.com/NVIDIA/NeMo/pull/4859
1,359,281,616
PR_kwDOC_bI7s4-O_sa
4,859
Fix mha bug
{ "login": "yzhang123", "id": 4204271, "node_id": "MDQ6VXNlcjQyMDQyNzE=", "avatar_url": "https://avatars.githubusercontent.com/u/4204271?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yzhang123", "html_url": "https://github.com/yzhang123", "followers_url": "https://api.github.com/users/yz...
[]
closed
false
null
[]
null
null
2022-09-01T19:03:54
2022-09-02T15:36:01
2022-09-02T15:35:52
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4859", "html_url": "https://github.com/NVIDIA/NeMo/pull/4859", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4859.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4859.patch", "merged_at": "2022-09-02T15:35:52" }
# What does this PR do ? fix bug in multi head attention forward function
{ "login": "yzhang123", "id": 4204271, "node_id": "MDQ6VXNlcjQyMDQyNzE=", "avatar_url": "https://avatars.githubusercontent.com/u/4204271?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yzhang123", "html_url": "https://github.com/yzhang123", "followers_url": "https://api.github.com/users/yz...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4859/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4859/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4858
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4858/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4858/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4858/events
https://github.com/NVIDIA/NeMo/pull/4858
1,358,621,982
PR_kwDOC_bI7s4-MwZj
4,858
Missing types in clustering
{ "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/Se...
[]
closed
false
{ "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/Se...
[ { "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api...
null
null
2022-09-01T10:33:55
2022-09-01T12:09:27
2022-09-01T12:09:24
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4858", "html_url": "https://github.com/NVIDIA/NeMo/pull/4858", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4858.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4858.patch", "merged_at": "2022-09-01T12:09:24" }
# What does this PR do ? When going through the code saw a couple of missing types in the class, doesn't hurt to add them. # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTRIBUTING.md) - [ ] Did ...
{ "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/Se...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4858/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4858/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4857
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4857/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4857/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4857/events
https://github.com/NVIDIA/NeMo/issues/4857
1,358,512,929
I_kwDOC_bI7s5Q-UMh
4,857
Kenlm Language model with citrinet model(Subword Tokenization) is not working (Issue in deployment on riva).
{ "login": "sac-skz", "id": 101621669, "node_id": "U_kgDOBg6fpQ", "avatar_url": "https://avatars.githubusercontent.com/u/101621669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sac-skz", "html_url": "https://github.com/sac-skz", "followers_url": "https://api.github.com/users/sac-skz/foll...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
[ { "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.gi...
null
null
2022-09-01T09:10:12
2022-09-06T11:05:53
2022-09-06T11:05:53
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I am trying to deploy my asr system in Riva and facing issue in deploying custom Kenlm language model. Steps followed - : **Nemo model training** **:** Model : citrinet_512 Tokenizer : subword (bpe of sentence piece tokenizer) Language model : Kenlm 3 gram language : Filipino **Issue :** Nemo provides ...
{ "login": "sac-skz", "id": 101621669, "node_id": "U_kgDOBg6fpQ", "avatar_url": "https://avatars.githubusercontent.com/u/101621669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sac-skz", "html_url": "https://github.com/sac-skz", "followers_url": "https://api.github.com/users/sac-skz/foll...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4857/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4857/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4856
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4856/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4856/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4856/events
https://github.com/NVIDIA/NeMo/issues/4856
1,358,307,062
I_kwDOC_bI7s5Q9h72
4,856
What all parameters need to be changed and how in config, if i want to change min_duration in SSL_CONFORMER_PRETRAINING
{ "login": "mujhenahiata", "id": 94825377, "node_id": "U_kgDOBabroQ", "avatar_url": "https://avatars.githubusercontent.com/u/94825377?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mujhenahiata", "html_url": "https://github.com/mujhenahiata", "followers_url": "https://api.github.com/users...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
{ "login": "sam1373", "id": 24465107, "node_id": "MDQ6VXNlcjI0NDY1MTA3", "avatar_url": "https://avatars.githubusercontent.com/u/24465107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sam1373", "html_url": "https://github.com/sam1373", "followers_url": "https://api.github.com/users/sam137...
[ { "login": "sam1373", "id": 24465107, "node_id": "MDQ6VXNlcjI0NDY1MTA3", "avatar_url": "https://avatars.githubusercontent.com/u/24465107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sam1373", "html_url": "https://github.com/sam1373", "followers_url": "https://api.git...
null
null
2022-09-01T06:12:18
2022-09-02T06:04:33
2022-09-02T06:04:33
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
link to config: https://github.com/NVIDIA/NeMo/blob/main/examples/asr/conf/ssl/conformer/conformer_ssl.yaml when I change min duration to let's say 1.6 sec I get errors like RuntimeError: shape '[8, 44, -1]' is invalid for input of size 143360 RuntimeError: cannot sample n_sample > prob_dist.size(-1) samples wi...
{ "login": "mujhenahiata", "id": 94825377, "node_id": "U_kgDOBabroQ", "avatar_url": "https://avatars.githubusercontent.com/u/94825377?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mujhenahiata", "html_url": "https://github.com/mujhenahiata", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4856/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4856/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4855
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4855/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4855/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4855/events
https://github.com/NVIDIA/NeMo/issues/4855
1,358,292,719
I_kwDOC_bI7s5Q9ebv
4,855
CUSOLVER_STATUS_INTERNAL_ERROR
{ "login": "Lagstill", "id": 89288089, "node_id": "MDQ6VXNlcjg5Mjg4MDg5", "avatar_url": "https://avatars.githubusercontent.com/u/89288089?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Lagstill", "html_url": "https://github.com/Lagstill", "followers_url": "https://api.github.com/users/Lag...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
null
[]
null
null
2022-09-01T05:57:34
2022-09-02T10:44:16
2022-09-02T10:43:46
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** For few audio file has this error when calling speaker diariation function, Error Message as below: Error:cusolver error: CUSOLVER_STATUS_INTERNAL_ERROR, when calling cusolverDnSsyevd(handle, jobz, uplo, n, A, lda, W, work, lwork, info) **Steps/Code to reproduce bug** The error might be occur...
{ "login": "Lagstill", "id": 89288089, "node_id": "MDQ6VXNlcjg5Mjg4MDg5", "avatar_url": "https://avatars.githubusercontent.com/u/89288089?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Lagstill", "html_url": "https://github.com/Lagstill", "followers_url": "https://api.github.com/users/Lag...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4855/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4855/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4854
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4854/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4854/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4854/events
https://github.com/NVIDIA/NeMo/pull/4854
1,358,117,786
PR_kwDOC_bI7s4-LE2s
4,854
Joint rnnt/ctc training
{ "login": "iankur", "id": 17414021, "node_id": "MDQ6VXNlcjE3NDE0MDIx", "avatar_url": "https://avatars.githubusercontent.com/u/17414021?v=4", "gravatar_id": "", "url": "https://api.github.com/users/iankur", "html_url": "https://github.com/iankur", "followers_url": "https://api.github.com/users/iankur/fo...
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
null
2022-09-01T01:22:04
2022-10-16T02:13:48
2022-10-16T02:13:48
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4854", "html_url": "https://github.com/NVIDIA/NeMo/pull/4854", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4854.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4854.patch", "merged_at": null }
Signed-off-by: Ankur Kumar <ankukumar@nvidia.com> # What does this PR do ? Add a one line overview of what this PR aims to accomplish. - Adds support to optionally train CTC decoder jointly with RNN-T model (encoder is shared) **Collection**: [ASR] # Changelog - Add specific line by line info of high lev...
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4854/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4854/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4853
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4853/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4853/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4853/events
https://github.com/NVIDIA/NeMo/pull/4853
1,357,915,872
PR_kwDOC_bI7s4-KXPE
4,853
Add rnnt be
{ "login": "Jorjeous", "id": 37293288, "node_id": "MDQ6VXNlcjM3MjkzMjg4", "avatar_url": "https://avatars.githubusercontent.com/u/37293288?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Jorjeous", "html_url": "https://github.com/Jorjeous", "followers_url": "https://api.github.com/users/Jor...
[]
closed
false
null
[]
null
null
2022-08-31T21:57:40
2022-08-31T21:58:11
2022-08-31T21:58:11
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4853", "html_url": "https://github.com/NVIDIA/NeMo/pull/4853", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4853.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4853.patch", "merged_at": "2022-08-31T21:58:11" }
# What does this PR do ? adds rnnt model Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a c...
{ "login": "Jorjeous", "id": 37293288, "node_id": "MDQ6VXNlcjM3MjkzMjg4", "avatar_url": "https://avatars.githubusercontent.com/u/37293288?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Jorjeous", "html_url": "https://github.com/Jorjeous", "followers_url": "https://api.github.com/users/Jor...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4853/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4853/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4852
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4852/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4852/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4852/events
https://github.com/NVIDIA/NeMo/pull/4852
1,357,907,379
PR_kwDOC_bI7s4-KVar
4,852
add new models
{ "login": "Jorjeous", "id": 37293288, "node_id": "MDQ6VXNlcjM3MjkzMjg4", "avatar_url": "https://avatars.githubusercontent.com/u/37293288?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Jorjeous", "html_url": "https://github.com/Jorjeous", "followers_url": "https://api.github.com/users/Jor...
[]
closed
false
null
[]
null
null
2022-08-31T21:46:26
2023-02-22T18:43:26
2022-09-01T15:16:47
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4852", "html_url": "https://github.com/NVIDIA/NeMo/pull/4852", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4852.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4852.patch", "merged_at": "2022-09-01T15:16:47" }
Signed-off-by: George Zelenfroind [gzelenfroind@nvidia.com](mailto:gzelenfroind@nvidia.com) # What does this PR do ? Add a one line overview of what this PR aims to accomplish. Adds links to Belarusian models (ctc and rnnt conformer large) **Collection**: [Note which collection this PR will affect] # Changelog...
{ "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", ...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4852/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4852/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4851
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4851/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4851/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4851/events
https://github.com/NVIDIA/NeMo/pull/4851
1,357,642,811
PR_kwDOC_bI7s4-JcTl
4,851
Add new features to SDE and transcribe speech
{ "login": "Jorjeous", "id": 37293288, "node_id": "MDQ6VXNlcjM3MjkzMjg4", "avatar_url": "https://avatars.githubusercontent.com/u/37293288?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Jorjeous", "html_url": "https://github.com/Jorjeous", "followers_url": "https://api.github.com/users/Jor...
[]
closed
false
null
[]
null
null
2022-08-31T17:25:39
2023-02-23T01:59:47
2022-09-09T18:31:33
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4851", "html_url": "https://github.com/NVIDIA/NeMo/pull/4851", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4851.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4851.patch", "merged_at": null }
Signed-off-by: George Zelenfroind <gzelenfroind@nvidia.com> # What does this PR do ? Adds feature of comparing to models to SDE And adds new way of transcribing audio - add new transcripts to existing JSON file Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collecti...
{ "login": "Jorjeous", "id": 37293288, "node_id": "MDQ6VXNlcjM3MjkzMjg4", "avatar_url": "https://avatars.githubusercontent.com/u/37293288?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Jorjeous", "html_url": "https://github.com/Jorjeous", "followers_url": "https://api.github.com/users/Jor...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4851/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4851/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4850
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4850/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4850/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4850/events
https://github.com/NVIDIA/NeMo/pull/4850
1,357,540,123
PR_kwDOC_bI7s4-JGUc
4,850
ARP to IPA mapping, g2p_encode for IPATokenizer
{ "login": "ekmb", "id": 10428420, "node_id": "MDQ6VXNlcjEwNDI4NDIw", "avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ekmb", "html_url": "https://github.com/ekmb", "followers_url": "https://api.github.com/users/ekmb/followers"...
[]
closed
false
null
[]
null
null
2022-08-31T15:54:00
2022-12-13T05:47:14
2022-09-02T01:43:12
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4850", "html_url": "https://github.com/NVIDIA/NeMo/pull/4850", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4850.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4850.patch", "merged_at": "2022-09-02T01:43:12" }
Signed-off-by: ekmb <ebakhturina@nvidia.com> # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add...
{ "login": "ekmb", "id": 10428420, "node_id": "MDQ6VXNlcjEwNDI4NDIw", "avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ekmb", "html_url": "https://github.com/ekmb", "followers_url": "https://api.github.com/users/ekmb/followers"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4850/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4850/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4849
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4849/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4849/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4849/events
https://github.com/NVIDIA/NeMo/pull/4849
1,357,486,835
PR_kwDOC_bI7s4-I6x7
4,849
MLP Prompt Learning Encoder
{ "login": "vadam5", "id": 78445382, "node_id": "MDQ6VXNlcjc4NDQ1Mzgy", "avatar_url": "https://avatars.githubusercontent.com/u/78445382?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vadam5", "html_url": "https://github.com/vadam5", "followers_url": "https://api.github.com/users/vadam5/fo...
[]
closed
false
null
[]
null
null
2022-08-31T15:13:22
2022-09-08T20:34:02
2022-09-08T20:33:57
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4849", "html_url": "https://github.com/NVIDIA/NeMo/pull/4849", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4849.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4849.patch", "merged_at": "2022-09-08T20:33:57" }
# What does this PR do ? Adds MLP option for prompt learning encoder **Collection**: NLP # Changelog - Updates Prompt Encoder class - Updates GPT Prompt Learning Model Class - Updates Base Prompt Learning Model Class # Usage These can optionally be added to the prompt learning config ``` p_tuning: ...
{ "login": "vadam5", "id": 78445382, "node_id": "MDQ6VXNlcjc4NDQ1Mzgy", "avatar_url": "https://avatars.githubusercontent.com/u/78445382?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vadam5", "html_url": "https://github.com/vadam5", "followers_url": "https://api.github.com/users/vadam5/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4849/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4849/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4848
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4848/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4848/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4848/events
https://github.com/NVIDIA/NeMo/issues/4848
1,356,794,388
I_kwDOC_bI7s5Q3woU
4,848
How to Convert FastPitch and HifiGan Nemo models to TensorRT ? Is there any script available for it?
{ "login": "JayZ92-99", "id": 49517909, "node_id": "MDQ6VXNlcjQ5NTE3OTA5", "avatar_url": "https://avatars.githubusercontent.com/u/49517909?v=4", "gravatar_id": "", "url": "https://api.github.com/users/JayZ92-99", "html_url": "https://github.com/JayZ92-99", "followers_url": "https://api.github.com/users/...
[ { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/TTS", "name": "TTS", "color": "49AF28", "default": false, "description": "" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://a...
closed
false
null
[]
null
null
2022-08-31T05:19:45
2022-11-18T02:11:17
2022-11-18T02:11:17
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
null
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4848/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4848/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4847
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4847/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4847/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4847/events
https://github.com/NVIDIA/NeMo/pull/4847
1,356,632,303
PR_kwDOC_bI7s4-GCNe
4,847
Fix decoding for T5 models with RPE
{ "login": "MaximumEntropy", "id": 9114321, "node_id": "MDQ6VXNlcjkxMTQzMjE=", "avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MaximumEntropy", "html_url": "https://github.com/MaximumEntropy", "followers_url": "https://api.gith...
[]
closed
false
null
[]
null
null
2022-08-31T01:50:29
2022-09-01T21:38:51
2022-09-01T21:38:48
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4847", "html_url": "https://github.com/NVIDIA/NeMo/pull/4847", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4847.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4847.patch", "merged_at": "2022-09-01T21:38:48" }
Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> # What does this PR do ? Fixes a bug with decoding from Enc-Dec models with RPE. **Collection**: NLP # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below...
{ "login": "MaximumEntropy", "id": 9114321, "node_id": "MDQ6VXNlcjkxMTQzMjE=", "avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MaximumEntropy", "html_url": "https://github.com/MaximumEntropy", "followers_url": "https://api.gith...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4847/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4847/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4846
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4846/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4846/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4846/events
https://github.com/NVIDIA/NeMo/pull/4846
1,356,556,294
PR_kwDOC_bI7s4-Fw_f
4,846
Spoken Language Identification
{ "login": "fayejf", "id": 36722593, "node_id": "MDQ6VXNlcjM2NzIyNTkz", "avatar_url": "https://avatars.githubusercontent.com/u/36722593?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fayejf", "html_url": "https://github.com/fayejf", "followers_url": "https://api.github.com/users/fayejf/fo...
[]
closed
false
null
[]
null
null
2022-08-31T00:52:17
2022-10-08T01:33:01
2022-08-31T17:44:34
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4846", "html_url": "https://github.com/NVIDIA/NeMo/pull/4846", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4846.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4846.patch", "merged_at": "2022-08-31T17:44:34" }
# What does this PR do ? Add training script and config (titanet) for spoken language identification. **Collection**:ASR # Changelog - Calculate weight for using weighted cross entropy for imbalanced training set. - Add val_acc_macro and val_auroc for model selection. Support test_acc_macro and test_aucro ...
{ "login": "fayejf", "id": 36722593, "node_id": "MDQ6VXNlcjM2NzIyNTkz", "avatar_url": "https://avatars.githubusercontent.com/u/36722593?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fayejf", "html_url": "https://github.com/fayejf", "followers_url": "https://api.github.com/users/fayejf/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4846/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4846/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4845
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4845/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4845/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4845/events
https://github.com/NVIDIA/NeMo/pull/4845
1,356,546,806
PR_kwDOC_bI7s4-FuxH
4,845
[Tutorial][ASR][Fix] Data paths in ASR with NeMo tutorial
{ "login": "anteju", "id": 108555623, "node_id": "U_kgDOBnhtZw", "avatar_url": "https://avatars.githubusercontent.com/u/108555623?v=4", "gravatar_id": "", "url": "https://api.github.com/users/anteju", "html_url": "https://github.com/anteju", "followers_url": "https://api.github.com/users/anteju/follower...
[]
closed
false
null
[]
null
null
2022-08-31T00:46:32
2022-08-31T03:54:33
2022-08-31T03:49:26
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4845", "html_url": "https://github.com/NVIDIA/NeMo/pull/4845", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4845.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4845.patch", "merged_at": "2022-08-31T03:49:26" }
# What does this PR do ? This PR aims to fix a few small issues in the ASR with NeMo tutorial. **Collection**: ASR # Changelog - check if `data_dir` exists and create if necessary - prepend `data_dir` to `paths2audio_files` - check if the expected config file exists and download if necessary # Usage ...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4845/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4845/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4844
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4844/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4844/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4844/events
https://github.com/NVIDIA/NeMo/issues/4844
1,356,404,594
I_kwDOC_bI7s5Q2Rdy
4,844
Conformer model fails to load on CPU after export
{ "login": "msis", "id": 577139, "node_id": "MDQ6VXNlcjU3NzEzOQ==", "avatar_url": "https://avatars.githubusercontent.com/u/577139?v=4", "gravatar_id": "", "url": "https://api.github.com/users/msis", "html_url": "https://github.com/msis", "followers_url": "https://api.github.com/users/msis/followers", ...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
{ "login": "borisfom", "id": 14189615, "node_id": "MDQ6VXNlcjE0MTg5NjE1", "avatar_url": "https://avatars.githubusercontent.com/u/14189615?v=4", "gravatar_id": "", "url": "https://api.github.com/users/borisfom", "html_url": "https://github.com/borisfom", "followers_url": "https://api.github.com/users/bor...
[ { "login": "borisfom", "id": 14189615, "node_id": "MDQ6VXNlcjE0MTg5NjE1", "avatar_url": "https://avatars.githubusercontent.com/u/14189615?v=4", "gravatar_id": "", "url": "https://api.github.com/users/borisfom", "html_url": "https://github.com/borisfom", "followers_url": "https://api....
null
null
2022-08-30T22:38:24
2022-09-09T13:45:58
2022-09-09T13:45:58
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** Conformer model cannot be loaded when loaded on CPU. There an unclear `RuntimeError`: ``` Traceback (most recent call last): File "bug_nemo.py", line 12, in <module> ts_model = torch.jit.load(f"/tmp/{model_name}.pt") File "/opt/conda/lib/python3.8/site-packages/torch/jit/_serializ...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4844/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4844/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4843
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4843/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4843/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4843/events
https://github.com/NVIDIA/NeMo/pull/4843
1,356,400,572
PR_kwDOC_bI7s4-FNM8
4,843
Fix providing glue in seq2seq eval
{ "login": "MaximumEntropy", "id": 9114321, "node_id": "MDQ6VXNlcjkxMTQzMjE=", "avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MaximumEntropy", "html_url": "https://github.com/MaximumEntropy", "followers_url": "https://api.gith...
[]
closed
false
null
[]
null
null
2022-08-30T22:35:49
2022-08-31T17:27:21
2022-08-31T17:27:17
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4843", "html_url": "https://github.com/NVIDIA/NeMo/pull/4843", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4843.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4843.patch", "merged_at": "2022-08-31T17:27:17" }
Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> # What does this PR do ? Fixes a bug that prevented doing GLUE fine-tuning eval. **Collection**: NLP # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below...
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4843/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4843/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4842
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4842/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4842/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4842/events
https://github.com/NVIDIA/NeMo/pull/4842
1,356,106,462
PR_kwDOC_bI7s4-EMrw
4,842
Updates to adapter training
{ "login": "arendu", "id": 108822655, "node_id": "U_kgDOBnyAfw", "avatar_url": "https://avatars.githubusercontent.com/u/108822655?v=4", "gravatar_id": "", "url": "https://api.github.com/users/arendu", "html_url": "https://github.com/arendu", "followers_url": "https://api.github.com/users/arendu/follower...
[]
closed
false
null
[]
null
null
2022-08-30T17:47:29
2022-09-02T21:15:54
2022-09-02T21:15:45
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4842", "html_url": "https://github.com/NVIDIA/NeMo/pull/4842", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4842.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4842.patch", "merged_at": "2022-09-02T21:15:45" }
# What does this PR do ? Parallel adapter did not perform as well initially. **Collection**: [NLP] # Changelog - Config now lets you select the type of initialization for ColumnLinear. # Usage * See #4717 # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and followed ...
{ "login": "okuchaiev", "id": 22035961, "node_id": "MDQ6VXNlcjIyMDM1OTYx", "avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4", "gravatar_id": "", "url": "https://api.github.com/users/okuchaiev", "html_url": "https://github.com/okuchaiev", "followers_url": "https://api.github.com/users/...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4842/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4842/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4841
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4841/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4841/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4841/events
https://github.com/NVIDIA/NeMo/pull/4841
1,356,087,161
PR_kwDOC_bI7s4-EIhb
4,841
G2P 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"...
[]
closed
false
null
[]
null
null
2022-08-30T17:28:17
2022-08-30T23:48:51
2022-08-30T23:48:48
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4841", "html_url": "https://github.com/NVIDIA/NeMo/pull/4841", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4841.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4841.patch", "merged_at": "2022-08-30T23:48:48" }
Signed-off-by: ekmb <ebakhturina@nvidia.com> # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add...
{ "login": "ekmb", "id": 10428420, "node_id": "MDQ6VXNlcjEwNDI4NDIw", "avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ekmb", "html_url": "https://github.com/ekmb", "followers_url": "https://api.github.com/users/ekmb/followers"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4841/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4841/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4840
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4840/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4840/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4840/events
https://github.com/NVIDIA/NeMo/issues/4840
1,355,612,684
I_kwDOC_bI7s5QzQIM
4,840
Why `.float()` is in `conformer_modules.py`?
{ "login": "grazder", "id": 21354805, "node_id": "MDQ6VXNlcjIxMzU0ODA1", "avatar_url": "https://avatars.githubusercontent.com/u/21354805?v=4", "gravatar_id": "", "url": "https://api.github.com/users/grazder", "html_url": "https://github.com/grazder", "followers_url": "https://api.github.com/users/grazde...
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
{ "login": "bmwshop", "id": 482416, "node_id": "MDQ6VXNlcjQ4MjQxNg==", "avatar_url": "https://avatars.githubusercontent.com/u/482416?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bmwshop", "html_url": "https://github.com/bmwshop", "followers_url": "https://api.github.com/users/bmwshop/fo...
[ { "login": "bmwshop", "id": 482416, "node_id": "MDQ6VXNlcjQ4MjQxNg==", "avatar_url": "https://avatars.githubusercontent.com/u/482416?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bmwshop", "html_url": "https://github.com/bmwshop", "followers_url": "https://api.github....
null
null
2022-08-30T11:27:42
2022-11-15T02:10:07
2022-11-15T02:10:07
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
https://github.com/NVIDIA/NeMo/blob/eae1684f7f33c2a18de9ecfa42ec7db93d39e631/nemo/collections/asr/parts/submodules/conformer_modules.py#L259 Hi! I'm wondering why `.float()` is here. It seems like it will break code if both model parameters and input in float16
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4840/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4840/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4839
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4839/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4839/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4839/events
https://github.com/NVIDIA/NeMo/pull/4839
1,355,579,387
PR_kwDOC_bI7s4-Ca_7
4,839
Fix small spelling mistakes
{ "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/Se...
[ { "id": 1485815558, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU4", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/documentation", "name": "documentation", "color": "0075ca", "default": true, "description": "Improvements or additions to documentation" } ]
closed
false
{ "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/Se...
[ { "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api...
null
null
2022-08-30T11:00:40
2022-08-30T14:45:59
2022-08-30T14:41:48
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4839", "html_url": "https://github.com/NVIDIA/NeMo/pull/4839", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4839.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4839.patch", "merged_at": "2022-08-30T14:41:48" }
Signed-off-by: SeanNaren <snarenthiran@nvidia.com> # What does this PR do ? When going through the examples I saw these small spelling mistakes. # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDIA/NeMo/blob/main/CONTR...
{ "login": "yzhang123", "id": 4204271, "node_id": "MDQ6VXNlcjQyMDQyNzE=", "avatar_url": "https://avatars.githubusercontent.com/u/4204271?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yzhang123", "html_url": "https://github.com/yzhang123", "followers_url": "https://api.github.com/users/yz...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4839/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4839/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4838
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4838/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4838/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4838/events
https://github.com/NVIDIA/NeMo/pull/4838
1,355,216,212
PR_kwDOC_bI7s4-BMfb
4,838
Incorporate API change in TE
{ "login": "ksivaman", "id": 36168853, "node_id": "MDQ6VXNlcjM2MTY4ODUz", "avatar_url": "https://avatars.githubusercontent.com/u/36168853?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ksivaman", "html_url": "https://github.com/ksivaman", "followers_url": "https://api.github.com/users/ksi...
[]
closed
false
null
[]
null
null
2022-08-30T06:05:14
2022-08-30T22:50:43
2022-08-30T22:50:38
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4838", "html_url": "https://github.com/NVIDIA/NeMo/pull/4838", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4838.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4838.patch", "merged_at": "2022-08-30T22:50:38" }
Moves the `checkpoint_core_attention` argument to the forward pass instead of init to allow more flexibility in SAR, i.e. per layer setting.
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4838/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4838/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4837
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4837/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4837/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4837/events
https://github.com/NVIDIA/NeMo/issues/4837
1,355,115,692
I_kwDOC_bI7s5QxWys
4,837
Streaming conformer CTC ASR: is there an optimal audio duration per chunk?
{ "login": "leecming82", "id": 95391408, "node_id": "U_kgDOBa-OsA", "avatar_url": "https://avatars.githubusercontent.com/u/95391408?v=4", "gravatar_id": "", "url": "https://api.github.com/users/leecming82", "html_url": "https://github.com/leecming82", "followers_url": "https://api.github.com/users/leecm...
[]
closed
false
null
[]
null
null
2022-08-30T03:30:38
2022-09-01T01:11:29
2022-09-01T01:11:29
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
If I'm chunking audio (with context audio at the sides) to handle long audio files, is there an optimal chunk duration (e.g. 30 seconds, 15 seconds) or does it not matter? I've noticed fairly different predictions between the two aforementioned durations
{ "login": "leecming82", "id": 95391408, "node_id": "U_kgDOBa-OsA", "avatar_url": "https://avatars.githubusercontent.com/u/95391408?v=4", "gravatar_id": "", "url": "https://api.github.com/users/leecming82", "html_url": "https://github.com/leecming82", "followers_url": "https://api.github.com/users/leecm...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4837/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4837/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4836
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4836/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4836/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4836/events
https://github.com/NVIDIA/NeMo/issues/4836
1,355,110,714
I_kwDOC_bI7s5QxVk6
4,836
Check if conda is active rather than if it is present - reinstall.sh
{ "login": "anand-nv", "id": 105917641, "node_id": "U_kgDOBlAsyQ", "avatar_url": "https://avatars.githubusercontent.com/u/105917641?v=4", "gravatar_id": "", "url": "https://api.github.com/users/anand-nv", "html_url": "https://github.com/anand-nv", "followers_url": "https://api.github.com/users/anand-nv/...
[ { "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/use...
[ { "login": "nithinraok", "id": 19668129, "node_id": "MDQ6VXNlcjE5NjY4MTI5", "avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nithinraok", "html_url": "https://github.com/nithinraok", "followers_url": "https:...
null
null
2022-08-30T03:21:58
2022-09-21T04:25:00
2022-09-21T04:25:00
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** https://github.com/NVIDIA/NeMo/blob/main/reinstall.sh#L27 This should check if conda is active (` [ -n "${CONDA_PREFIX}" ] `) rather than if conda is present (` [ -x "$(command -v conda)" ] `). Ref: https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html If co...
{ "login": "nithinraok", "id": 19668129, "node_id": "MDQ6VXNlcjE5NjY4MTI5", "avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nithinraok", "html_url": "https://github.com/nithinraok", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4836/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4836/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4835
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4835/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4835/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4835/events
https://github.com/NVIDIA/NeMo/pull/4835
1,354,939,404
PR_kwDOC_bI7s4-ARtP
4,835
Updated inference code and squad scripts
{ "login": "vadam5", "id": 78445382, "node_id": "MDQ6VXNlcjc4NDQ1Mzgy", "avatar_url": "https://avatars.githubusercontent.com/u/78445382?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vadam5", "html_url": "https://github.com/vadam5", "followers_url": "https://api.github.com/users/vadam5/fo...
[]
closed
false
null
[]
null
null
2022-08-29T22:24:33
2022-09-01T18:37:31
2022-08-31T23:10:43
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4835", "html_url": "https://github.com/NVIDIA/NeMo/pull/4835", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4835.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4835.patch", "merged_at": "2022-08-31T23:10:43" }
Signed-off-by: Virginia Adams <vadams@nvidia.com> # What does this PR do ? 1. Updates squad preprocessing script and adds squad metric calculation script 2. Updates prompt learning inference script to write prediction to file 3. Turns off sequence parallel for GPT models trained with it **Collection**: NLP ...
{ "login": "vadam5", "id": 78445382, "node_id": "MDQ6VXNlcjc4NDQ1Mzgy", "avatar_url": "https://avatars.githubusercontent.com/u/78445382?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vadam5", "html_url": "https://github.com/vadam5", "followers_url": "https://api.github.com/users/vadam5/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4835/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4835/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4834
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4834/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4834/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4834/events
https://github.com/NVIDIA/NeMo/pull/4834
1,354,777,870
PR_kwDOC_bI7s49_u2p
4,834
add chinese to language doc and fix bug
{ "login": "yzhang123", "id": 4204271, "node_id": "MDQ6VXNlcjQyMDQyNzE=", "avatar_url": "https://avatars.githubusercontent.com/u/4204271?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yzhang123", "html_url": "https://github.com/yzhang123", "followers_url": "https://api.github.com/users/yz...
[]
closed
false
null
[]
null
null
2022-08-29T19:31:59
2022-08-30T15:38:25
2022-08-30T15:38:22
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4834", "html_url": "https://github.com/NVIDIA/NeMo/pull/4834", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4834.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4834.patch", "merged_at": "2022-08-30T15:38:22" }
Signed-off-by: Yang Zhang <yangzhang@nvidia.com> # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially...
{ "login": "yzhang123", "id": 4204271, "node_id": "MDQ6VXNlcjQyMDQyNzE=", "avatar_url": "https://avatars.githubusercontent.com/u/4204271?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yzhang123", "html_url": "https://github.com/yzhang123", "followers_url": "https://api.github.com/users/yz...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4834/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4834/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4833
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4833/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4833/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4833/events
https://github.com/NVIDIA/NeMo/pull/4833
1,354,772,318
PR_kwDOC_bI7s49_tpH
4,833
wrap fp8_autocast around all layers for efficient amax aggregation
{ "login": "ksivaman", "id": 36168853, "node_id": "MDQ6VXNlcjM2MTY4ODUz", "avatar_url": "https://avatars.githubusercontent.com/u/36168853?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ksivaman", "html_url": "https://github.com/ksivaman", "followers_url": "https://api.github.com/users/ksi...
[]
closed
false
null
[]
null
null
2022-08-29T19:26:17
2022-08-29T21:27:33
2022-08-29T21:27:30
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4833", "html_url": "https://github.com/NVIDIA/NeMo/pull/4833", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4833.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4833.patch", "merged_at": "2022-08-29T21:27:30" }
Global reduction of amax tensors is costly, and TE has an optimization to aggregate amaxes per `fp8_autocast` call for both forward and backward. To make this as efficient as possible, this PR wraps an entire microbatch into `fp8_autocast`.
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4833/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4833/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4832
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4832/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4832/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4832/events
https://github.com/NVIDIA/NeMo/issues/4832
1,354,297,940
I_kwDOC_bI7s5QuPJU
4,832
Need Info on train dataset 'augmentor' key in the config.yml file.
{ "login": "evilc3", "id": 19889717, "node_id": "MDQ6VXNlcjE5ODg5NzE3", "avatar_url": "https://avatars.githubusercontent.com/u/19889717?v=4", "gravatar_id": "", "url": "https://api.github.com/users/evilc3", "html_url": "https://github.com/evilc3", "followers_url": "https://api.github.com/users/evilc3/fo...
[]
closed
false
{ "login": "erastorgueva-nv", "id": 80532067, "node_id": "MDQ6VXNlcjgwNTMyMDY3", "avatar_url": "https://avatars.githubusercontent.com/u/80532067?v=4", "gravatar_id": "", "url": "https://api.github.com/users/erastorgueva-nv", "html_url": "https://github.com/erastorgueva-nv", "followers_url": "https://api...
[ { "login": "erastorgueva-nv", "id": 80532067, "node_id": "MDQ6VXNlcjgwNTMyMDY3", "avatar_url": "https://avatars.githubusercontent.com/u/80532067?v=4", "gravatar_id": "", "url": "https://api.github.com/users/erastorgueva-nv", "html_url": "https://github.com/erastorgueva-nv", "follower...
null
null
2022-08-29T13:26:10
2022-09-21T00:13:31
2022-09-21T00:13:31
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Found this lines in the stt_es_conformer_ctc_large config file 'augmentor': {'noise': {'prob': 0.1, 'manifest_path': '/rir_noises_tarred/noises_20s_tarred/tarred_audio_manifest.json', 'audio_tar_filepaths': '/rir_noises_tarred/noises_20s_tarred/audio_{0..255}.tar', 'min_snr_db': 0, 'max_snr_db': 30}, 'transcode_a...
{ "login": "jbalam-nv", "id": 4916480, "node_id": "MDQ6VXNlcjQ5MTY0ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/4916480?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jbalam-nv", "html_url": "https://github.com/jbalam-nv", "followers_url": "https://api.github.com/users/jb...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4832/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4832/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4831
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4831/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4831/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4831/events
https://github.com/NVIDIA/NeMo/pull/4831
1,353,643,605
PR_kwDOC_bI7s49750p
4,831
Riva itn 2.0
{ "login": "anand-nv", "id": 105917641, "node_id": "U_kgDOBlAsyQ", "avatar_url": "https://avatars.githubusercontent.com/u/105917641?v=4", "gravatar_id": "", "url": "https://api.github.com/users/anand-nv", "html_url": "https://github.com/anand-nv", "followers_url": "https://api.github.com/users/anand-nv/...
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
null
2022-08-29T03:36:54
2022-12-29T01:57:22
2022-12-29T01:57:22
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4831", "html_url": "https://github.com/NVIDIA/NeMo/pull/4831", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4831.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4831.patch", "merged_at": null }
# What does this PR do ? Update TN and ITN for ES to 2.0, add en_in (EN International, current Riva EN ITN 2.0) **Collection**: nemo_text_processing # Changelog Add en_in ITN (current Riva EN ITN 2.0) Update ES for TN and ITN to 2.0 **PR Type**: - [X ] New Feature - [X ] Bugfix
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4831/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4831/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4830
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4830/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4830/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4830/events
https://github.com/NVIDIA/NeMo/pull/4830
1,353,528,304
PR_kwDOC_bI7s497hE6
4,830
clean warnings from tests and CI runs, and prepare for upgrade to PTL 1.8
{ "login": "nithinraok", "id": 19668129, "node_id": "MDQ6VXNlcjE5NjY4MTI5", "avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nithinraok", "html_url": "https://github.com/nithinraok", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
null
null
2022-08-29T00:53:43
2022-09-26T01:40:17
2022-09-26T01:39:59
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4830", "html_url": "https://github.com/NVIDIA/NeMo/pull/4830", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4830.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4830.patch", "merged_at": "2022-09-26T01:39:59" }
Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com> # What does this PR do ? Remove warnings from core and ASR code. NLP part needs more rework than expected. **Collection**: Core, ASR # Changelog - [x] weights_save_path has been removed - [x] Some changes on ptl self.log sync_dist = True - [x] t...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4830/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4830/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4829
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4829/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4829/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4829/events
https://github.com/NVIDIA/NeMo/pull/4829
1,353,503,101
PR_kwDOC_bI7s497cGm
4,829
adding loss normalization options to rnnt joint
{ "login": "bmwshop", "id": 482416, "node_id": "MDQ6VXNlcjQ4MjQxNg==", "avatar_url": "https://avatars.githubusercontent.com/u/482416?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bmwshop", "html_url": "https://github.com/bmwshop", "followers_url": "https://api.github.com/users/bmwshop/fo...
[]
closed
false
null
[]
null
null
2022-08-28T23:37:58
2022-10-08T00:23:02
2022-10-08T00:22:55
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4829", "html_url": "https://github.com/NVIDIA/NeMo/pull/4829", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4829.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4829.patch", "merged_at": "2022-10-08T00:22:55" }
# What does this PR do ? Adds "mean" and "mean_volume" loss normalization options to RNNT Joint **Collection**: ASR # Changelog - Add specific line by line info of high level changes in this PR. # Usage In the config file, set `rnnt_reduction` to `mean`, `mean_batch` (same as the default today), or `me...
{ "login": "bmwshop", "id": 482416, "node_id": "MDQ6VXNlcjQ4MjQxNg==", "avatar_url": "https://avatars.githubusercontent.com/u/482416?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bmwshop", "html_url": "https://github.com/bmwshop", "followers_url": "https://api.github.com/users/bmwshop/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4829/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4829/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4828
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4828/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4828/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4828/events
https://github.com/NVIDIA/NeMo/issues/4828
1,353,412,597
I_kwDOC_bI7s5Qq2_1
4,828
[TTS][German] hydra.errors.InstantiationException: Error locating target 'nemo.collections.tts.torch.tts_tokenizers.GermanPhonemesTokenizer', see chained exception above.
{ "login": "eqikkwkp25-cyber", "id": 73107516, "node_id": "MDQ6VXNlcjczMTA3NTE2", "avatar_url": "https://avatars.githubusercontent.com/u/73107516?v=4", "gravatar_id": "", "url": "https://api.github.com/users/eqikkwkp25-cyber", "html_url": "https://github.com/eqikkwkp25-cyber", "followers_url": "https://...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" }, { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", ...
closed
false
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/us...
[ { "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https...
null
null
2022-08-28T17:02:21
2022-09-09T01:38:37
2022-08-30T17:12:22
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** German fastpitch model refers to non existing tokenizer **Steps/Code to reproduce bug** git clone https://github.com/NVIDIA/NeMo/ cd NeMo python3.8 -m venv venv source venv/bin/activate pip3 install a-lot-of-missing-requirements when executing python3 tts_german.py where inference cod...
{ "login": "eqikkwkp25-cyber", "id": 73107516, "node_id": "MDQ6VXNlcjczMTA3NTE2", "avatar_url": "https://avatars.githubusercontent.com/u/73107516?v=4", "gravatar_id": "", "url": "https://api.github.com/users/eqikkwkp25-cyber", "html_url": "https://github.com/eqikkwkp25-cyber", "followers_url": "https://...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4828/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4828/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4827
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4827/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4827/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4827/events
https://github.com/NVIDIA/NeMo/pull/4827
1,353,145,416
PR_kwDOC_bI7s496XHe
4,827
adding instancenorm as an option for conv normalization
{ "login": "bmwshop", "id": 482416, "node_id": "MDQ6VXNlcjQ4MjQxNg==", "avatar_url": "https://avatars.githubusercontent.com/u/482416?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bmwshop", "html_url": "https://github.com/bmwshop", "followers_url": "https://api.github.com/users/bmwshop/fo...
[]
closed
false
null
[]
null
null
2022-08-27T21:10:39
2022-08-30T04:23:05
2022-08-30T04:23:01
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4827", "html_url": "https://github.com/NVIDIA/NeMo/pull/4827", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4827.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4827.patch", "merged_at": "2022-08-30T04:23:01" }
# What does this PR do ? Adds instancenorm as an option for conv normalization **Collection**: ASR # Changelog - nemo/collections/asr/parts/submodules/conformer_modules.py - accept `instance_norm` as an accepted config parameter value for ```model.encoder.conv_norm_type``` # Usage * In config file, set ...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4827/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4827/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4826
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4826/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4826/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4826/events
https://github.com/NVIDIA/NeMo/pull/4826
1,352,935,436
PR_kwDOC_bI7s495wmI
4,826
[Chinese text normalization]Chinese TN part in text_normalization
{ "login": "mzxcpp", "id": 59506191, "node_id": "MDQ6VXNlcjU5NTA2MTkx", "avatar_url": "https://avatars.githubusercontent.com/u/59506191?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mzxcpp", "html_url": "https://github.com/mzxcpp", "followers_url": "https://api.github.com/users/mzxcpp/fo...
[]
closed
false
null
[]
null
null
2022-08-27T04:12:35
2022-08-29T19:27:44
2022-08-29T19:27:44
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4826", "html_url": "https://github.com/NVIDIA/NeMo/pull/4826", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4826.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4826.patch", "merged_at": "2022-08-29T19:27:44" }
This PR continues https://github.com/NVIDIA/NeMo/issues/4543 & https://github.com/NVIDIA/NeMo/pull/4638 & https://github.com/NVIDIA/NeMo/pull/4683 What does this PR do ? Add Chinese Text Normalization Tools in NeMo Collection: [NeMo/norm_text_processing/text_normalization] [NeMo/tools/text_processing_deployment...
{ "login": "yzhang123", "id": 4204271, "node_id": "MDQ6VXNlcjQyMDQyNzE=", "avatar_url": "https://avatars.githubusercontent.com/u/4204271?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yzhang123", "html_url": "https://github.com/yzhang123", "followers_url": "https://api.github.com/users/yz...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4826/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4826/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4825
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4825/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4825/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4825/events
https://github.com/NVIDIA/NeMo/pull/4825
1,352,870,849
PR_kwDOC_bI7s495ixh
4,825
Prompt Learning Eval Updates
{ "login": "vadam5", "id": 78445382, "node_id": "MDQ6VXNlcjc4NDQ1Mzgy", "avatar_url": "https://avatars.githubusercontent.com/u/78445382?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vadam5", "html_url": "https://github.com/vadam5", "followers_url": "https://api.github.com/users/vadam5/fo...
[]
closed
false
null
[]
null
null
2022-08-27T00:44:41
2022-08-31T23:11:31
2022-08-31T23:11:25
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4825", "html_url": "https://github.com/NVIDIA/NeMo/pull/4825", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4825.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4825.patch", "merged_at": null }
Signed-off-by: Virginia Adams <vadams@nvidia.com> # What does this PR do ? 1. Updates squad preprocessing script and adds squad metric calculation script 2. Updates prompt learning inference script to write prediction to file 3. Turns off sequence parallel for GPT models trained with it **Collection**: NLP ...
{ "login": "vadam5", "id": 78445382, "node_id": "MDQ6VXNlcjc4NDQ1Mzgy", "avatar_url": "https://avatars.githubusercontent.com/u/78445382?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vadam5", "html_url": "https://github.com/vadam5", "followers_url": "https://api.github.com/users/vadam5/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4825/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4825/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4824
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4824/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4824/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4824/events
https://github.com/NVIDIA/NeMo/pull/4824
1,352,848,249
PR_kwDOC_bI7s495dcW
4,824
[ASR] Fix for multi-channel signals in AudioSegment
{ "login": "anteju", "id": 108555623, "node_id": "U_kgDOBnhtZw", "avatar_url": "https://avatars.githubusercontent.com/u/108555623?v=4", "gravatar_id": "", "url": "https://api.github.com/users/anteju", "html_url": "https://github.com/anteju", "followers_url": "https://api.github.com/users/anteju/follower...
[]
closed
false
null
[]
null
null
2022-08-27T00:23:51
2022-09-06T18:31:37
2022-09-06T18:31:36
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4824", "html_url": "https://github.com/NVIDIA/NeMo/pull/4824", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4824.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4824.patch", "merged_at": "2022-09-06T18:31:36" }
Signed-off-by: Ante Jukić <ajukic@nvidia.com> # What does this PR do ? Currently, `AudioSegment` aims to do channel averaging for multi-channel audio signals: ``` if self._samples.ndim >= 2: self._samples = np.mean(self._samples, 1) ``` However, samples in its constructor are arranged as `(num_channels, n...
{ "login": "yzhang123", "id": 4204271, "node_id": "MDQ6VXNlcjQyMDQyNzE=", "avatar_url": "https://avatars.githubusercontent.com/u/4204271?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yzhang123", "html_url": "https://github.com/yzhang123", "followers_url": "https://api.github.com/users/yz...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4824/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4824/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4823
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4823/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4823/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4823/events
https://github.com/NVIDIA/NeMo/pull/4823
1,352,844,459
PR_kwDOC_bI7s495cjU
4,823
Update diarization folder structure
{ "login": "tango4j", "id": 13211483, "node_id": "MDQ6VXNlcjEzMjExNDgz", "avatar_url": "https://avatars.githubusercontent.com/u/13211483?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tango4j", "html_url": "https://github.com/tango4j", "followers_url": "https://api.github.com/users/tango4...
[]
closed
false
null
[]
null
null
2022-08-27T00:19:55
2022-09-01T01:42:30
2022-09-01T01:37:55
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4823", "html_url": "https://github.com/NVIDIA/NeMo/pull/4823", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4823.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4823.patch", "merged_at": "2022-09-01T01:37:55" }
# What does this PR do ? This PR updates the folder structure of example/speaker_task/diarization folder. <img width="369" alt="image" src="https://user-images.githubusercontent.com/13211483/187006224-6ac5993b-e6b2-4ac2-85d5-c66208850983.png"> **Collection**: [Note which collection this PR will affect] A...
{ "login": "tango4j", "id": 13211483, "node_id": "MDQ6VXNlcjEzMjExNDgz", "avatar_url": "https://avatars.githubusercontent.com/u/13211483?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tango4j", "html_url": "https://github.com/tango4j", "followers_url": "https://api.github.com/users/tango4...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4823/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4823/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4822
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4822/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4822/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4822/events
https://github.com/NVIDIA/NeMo/pull/4822
1,352,608,391
PR_kwDOC_bI7s494pif
4,822
fix type error in rnnt_wer.py, rnnt_wer_bpe.py, wer_bpe.py
{ "login": "hainan-xv", "id": 5440014, "node_id": "MDQ6VXNlcjU0NDAwMTQ=", "avatar_url": "https://avatars.githubusercontent.com/u/5440014?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hainan-xv", "html_url": "https://github.com/hainan-xv", "followers_url": "https://api.github.com/users/ha...
[]
closed
false
null
[]
null
null
2022-08-26T18:34:45
2022-08-30T03:04:12
2022-08-26T20:35:25
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4822", "html_url": "https://github.com/NVIDIA/NeMo/pull/4822", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4822.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4822.patch", "merged_at": "2022-08-26T20:35:25" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. Fix float/integer type error in wer computation. Similar to PR https://github.com/NVIDIA/NeMo/pull/4816 but on different files. # Changelog Fix type errors in file rnnt_wer.py, rnnt_wer_bpe.py, wer_bpe.py. # Usage N/A ...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4822/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4822/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4821
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4821/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4821/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4821/events
https://github.com/NVIDIA/NeMo/pull/4821
1,352,560,402
PR_kwDOC_bI7s494fL_
4,821
Asr codeswitch
{ "login": "bmwshop", "id": 482416, "node_id": "MDQ6VXNlcjQ4MjQxNg==", "avatar_url": "https://avatars.githubusercontent.com/u/482416?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bmwshop", "html_url": "https://github.com/bmwshop", "followers_url": "https://api.github.com/users/bmwshop/fo...
[]
closed
false
null
[]
null
null
2022-08-26T17:41:55
2022-09-27T22:16:43
2022-09-27T22:16:39
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4821", "html_url": "https://github.com/NVIDIA/NeMo/pull/4821", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4821.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4821.patch", "merged_at": "2022-09-27T22:16:39" }
# What does this PR do ? Enables manifest processing / multilingual model training where there is more than one language ID per sample **Collection**: [Note which collection this PR will affect] ASR # Changelog - [audio_to_text.py] modified to parse the manifest in the new format - [collections.py] modifie...
{ "login": "bmwshop", "id": 482416, "node_id": "MDQ6VXNlcjQ4MjQxNg==", "avatar_url": "https://avatars.githubusercontent.com/u/482416?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bmwshop", "html_url": "https://github.com/bmwshop", "followers_url": "https://api.github.com/users/bmwshop/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4821/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4821/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4820
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4820/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4820/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4820/events
https://github.com/NVIDIA/NeMo/pull/4820
1,352,546,254
PR_kwDOC_bI7s494cO1
4,820
Lids
{ "login": "bmwshop", "id": 482416, "node_id": "MDQ6VXNlcjQ4MjQxNg==", "avatar_url": "https://avatars.githubusercontent.com/u/482416?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bmwshop", "html_url": "https://github.com/bmwshop", "followers_url": "https://api.github.com/users/bmwshop/fo...
[]
closed
false
null
[]
null
null
2022-08-26T17:24:39
2022-10-02T14:41:27
2022-10-02T14:41:21
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4820", "html_url": "https://github.com/NVIDIA/NeMo/pull/4820", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4820.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4820.patch", "merged_at": "2022-10-02T14:41:21" }
# What does this PR do ? Enable optional output of language IDs during AASR transcription / inference **Collection**: [Note which collection this PR will affect] ASR # Changelog - Aggregate tokenizer modified so that it can output token and sample LIDs - rnnt_wer.py modified to handle the compute_langs fl...
{ "login": "bmwshop", "id": 482416, "node_id": "MDQ6VXNlcjQ4MjQxNg==", "avatar_url": "https://avatars.githubusercontent.com/u/482416?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bmwshop", "html_url": "https://github.com/bmwshop", "followers_url": "https://api.github.com/users/bmwshop/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4820/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4820/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4819
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4819/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4819/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4819/events
https://github.com/NVIDIA/NeMo/pull/4819
1,352,382,959
PR_kwDOC_bI7s4935go
4,819
add kab language asr models
{ "login": "nithinraok", "id": 19668129, "node_id": "MDQ6VXNlcjE5NjY4MTI5", "avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nithinraok", "html_url": "https://github.com/nithinraok", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
null
null
2022-08-26T14:56:08
2022-08-28T09:09:24
2022-08-28T09:09:20
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4819", "html_url": "https://github.com/NVIDIA/NeMo/pull/4819", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4819.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4819.patch", "merged_at": "2022-08-28T09:09:20" }
Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com> # What does this PR do ? Add kabyle language ASR models **Collection**: ASR # Changelog - Add kabyle language ASR models # Usage ```python import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.EncDecRNNTBPEModel.from_pretrai...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4819/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/4819/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4818
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4818/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4818/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4818/events
https://github.com/NVIDIA/NeMo/issues/4818
1,352,373,863
I_kwDOC_bI7s5Qm5Zn
4,818
Speaker Diarization Inference - unable to detect number of speakers when oracle_num_speakers set to False
{ "login": "sjsakshi", "id": 53194868, "node_id": "MDQ6VXNlcjUzMTk0ODY4", "avatar_url": "https://avatars.githubusercontent.com/u/53194868?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sjsakshi", "html_url": "https://github.com/sjsakshi", "followers_url": "https://api.github.com/users/sjs...
[]
closed
false
{ "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api.github.com/users/Se...
[ { "login": "SeanNaren", "id": 6707363, "node_id": "MDQ6VXNlcjY3MDczNjM=", "avatar_url": "https://avatars.githubusercontent.com/u/6707363?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SeanNaren", "html_url": "https://github.com/SeanNaren", "followers_url": "https://api...
null
null
2022-08-26T14:48:12
2022-09-01T23:18:46
2022-09-01T23:18:46
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I am new to nemo and following this Colab notebook - https://github.com/NVIDIA/NeMo/blob/main/tutorials/speaker_tasks/Speaker_Diarization_Inference.ipynb When I try set num_speakers = None in manifest file and set config.diarizer.clustering.parameters.oracle_num_speakers=False , and run it without oracle vad diariza...
{ "login": "tango4j", "id": 13211483, "node_id": "MDQ6VXNlcjEzMjExNDgz", "avatar_url": "https://avatars.githubusercontent.com/u/13211483?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tango4j", "html_url": "https://github.com/tango4j", "followers_url": "https://api.github.com/users/tango4...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4818/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4818/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4817
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4817/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4817/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4817/events
https://github.com/NVIDIA/NeMo/pull/4817
1,351,629,036
PR_kwDOC_bI7s491ZCd
4,817
SQuAD Script and Prompt Learning Eval Updates
{ "login": "vadam5", "id": 78445382, "node_id": "MDQ6VXNlcjc4NDQ1Mzgy", "avatar_url": "https://avatars.githubusercontent.com/u/78445382?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vadam5", "html_url": "https://github.com/vadam5", "followers_url": "https://api.github.com/users/vadam5/fo...
[]
closed
false
null
[]
null
null
2022-08-26T01:51:32
2022-08-27T00:59:42
2022-08-27T00:34:30
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4817", "html_url": "https://github.com/NVIDIA/NeMo/pull/4817", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4817.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4817.patch", "merged_at": null }
Signed-off-by: Virginia Adams <vadams@nvidia.com> Updates squad specific scripts for data set pre-processing and evaluation. Make improvements to prompt learning inference script and fixes bug with batch prompt learning inference. Add a one line overview of what this PR aims to accomplish. **Collection**: NLP...
{ "login": "vadam5", "id": 78445382, "node_id": "MDQ6VXNlcjc4NDQ1Mzgy", "avatar_url": "https://avatars.githubusercontent.com/u/78445382?v=4", "gravatar_id": "", "url": "https://api.github.com/users/vadam5", "html_url": "https://github.com/vadam5", "followers_url": "https://api.github.com/users/vadam5/fo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4817/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4817/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4816
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4816/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4816/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4816/events
https://github.com/NVIDIA/NeMo/pull/4816
1,351,616,968
PR_kwDOC_bI7s491WkJ
4,816
Fix float/integer type error in WER.update()
{ "login": "fujimotos", "id": 8974561, "node_id": "MDQ6VXNlcjg5NzQ1NjE=", "avatar_url": "https://avatars.githubusercontent.com/u/8974561?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fujimotos", "html_url": "https://github.com/fujimotos", "followers_url": "https://api.github.com/users/fu...
[]
closed
false
null
[]
null
null
2022-08-26T01:28:03
2022-08-27T07:45:04
2022-08-26T15:31:43
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4816", "html_url": "https://github.com/NVIDIA/NeMo/pull/4816", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4816.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4816.patch", "merged_at": "2022-08-26T15:31:43" }
# What does this PR do ? Without this, `WER.update()` fails with the following exception: TypeError: 'float' object cannot be interpreted as an integer This is because the `score` property is initialized as `tourch.int64`, but actually is a float value. Fix the initialization so that the property h...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4816/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4816/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4815
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4815/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4815/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4815/events
https://github.com/NVIDIA/NeMo/pull/4815
1,351,610,786
PR_kwDOC_bI7s491VR3
4,815
Megatron NMT Adapters
{ "login": "Davood-M", "id": 3964285, "node_id": "MDQ6VXNlcjM5NjQyODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3964285?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Davood-M", "html_url": "https://github.com/Davood-M", "followers_url": "https://api.github.com/users/Davoo...
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
null
2022-08-26T01:16:17
2023-02-23T02:02:35
2022-11-09T02:12:31
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4815", "html_url": "https://github.com/NVIDIA/NeMo/pull/4815", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4815.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4815.patch", "merged_at": null }
Signed-off-by: David Mosallanezhad <dmosallanezh@nvidia.com> # What does this PR do ? Megatron NMT Adapters **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below...
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4815/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4815/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4814
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4814/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4814/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4814/events
https://github.com/NVIDIA/NeMo/pull/4814
1,351,604,681
PR_kwDOC_bI7s491UBJ
4,814
Update Apex commit
{ "login": "timmoon10", "id": 4406448, "node_id": "MDQ6VXNlcjQ0MDY0NDg=", "avatar_url": "https://avatars.githubusercontent.com/u/4406448?v=4", "gravatar_id": "", "url": "https://api.github.com/users/timmoon10", "html_url": "https://github.com/timmoon10", "followers_url": "https://api.github.com/users/ti...
[]
closed
false
null
[]
null
null
2022-08-26T01:05:27
2022-09-15T21:24:43
2022-09-15T21:23:45
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4814", "html_url": "https://github.com/NVIDIA/NeMo/pull/4814", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4814.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4814.patch", "merged_at": null }
# What does this PR do ? Updates Apex commit used for building and testing to include distributed Adam. **Collection**: NLP # Changelog - Update Apex commit in Dockerfile and Jenkinsfile # Usage ```bash cd /path/to/nemo DOCKER_BUILDKIT=1 docker build . ``` # Before your PR is "Ready for review" ...
{ "login": "timmoon10", "id": 4406448, "node_id": "MDQ6VXNlcjQ0MDY0NDg=", "avatar_url": "https://avatars.githubusercontent.com/u/4406448?v=4", "gravatar_id": "", "url": "https://api.github.com/users/timmoon10", "html_url": "https://github.com/timmoon10", "followers_url": "https://api.github.com/users/ti...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4814/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4814/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4813
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4813/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4813/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4813/events
https://github.com/NVIDIA/NeMo/pull/4813
1,351,569,461
PR_kwDOC_bI7s491M3v
4,813
Partial activation checkpoint/recomputation
{ "login": "erhoo82", "id": 15861259, "node_id": "MDQ6VXNlcjE1ODYxMjU5", "avatar_url": "https://avatars.githubusercontent.com/u/15861259?v=4", "gravatar_id": "", "url": "https://api.github.com/users/erhoo82", "html_url": "https://github.com/erhoo82", "followers_url": "https://api.github.com/users/erhoo8...
[]
closed
false
null
[]
null
null
2022-08-26T00:15:39
2022-09-02T17:56:03
2022-09-02T17:52:15
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4813", "html_url": "https://github.com/NVIDIA/NeMo/pull/4813", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4813.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4813.patch", "merged_at": null }
# What does this PR do ? This adds two features **1. Partial activation checkpoint** This feature is valid only when used with pipeline-parallelism. When an integer value is provided for 'num_micro_batches_with_partial_activation_checkpoints', it sets the number of micro-batches where only a partial number of ...
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4813/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4813/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4812
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4812/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4812/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4812/events
https://github.com/NVIDIA/NeMo/issues/4812
1,351,335,284
I_kwDOC_bI7s5Qi710
4,812
Fine tuning stt_en_conformer_transducer_xxlarge gives a dtype error on GPU ( A100)
{ "login": "1shershah", "id": 76887404, "node_id": "MDQ6VXNlcjc2ODg3NDA0", "avatar_url": "https://avatars.githubusercontent.com/u/76887404?v=4", "gravatar_id": "", "url": "https://api.github.com/users/1shershah", "html_url": "https://github.com/1shershah", "followers_url": "https://api.github.com/users/...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
null
[]
null
null
2022-08-25T19:06:03
2022-08-27T19:42:13
2022-08-27T19:41:31
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Getting a "TypeError: __init__() got an unexpected keyword argument 'dtype'" at `File python3.8/site-packages/nemo/collections/asr/parts/submodules/subsampling.py:144, in ConvSubsampling.forward(self, x, lengths) 140 x = x.unsqueeze(1) 141 if self._subsampling == 'striding': 142 # added in order t...
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4812/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4812/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4811
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4811/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4811/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4811/events
https://github.com/NVIDIA/NeMo/pull/4811
1,351,329,108
PR_kwDOC_bI7s490Yv2
4,811
Fix MixerTTS data loading index error
{ "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...
[]
closed
false
null
[]
null
null
2022-08-25T19:00:06
2023-02-22T18:48:38
2022-08-26T18:45:31
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4811", "html_url": "https://github.com/NVIDIA/NeMo/pull/4811", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4811.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4811.patch", "merged_at": "2022-08-26T18:45:31" }
Signed-off-by: Jocelyn Huang <jocelynh@nvidia.com> # What does this PR do ? Fixes indexing error in MixerTTS-X data loading introduced by adding items to the TTS datasets **Collection**: TTS # Changelog - Changed indexing from 13 to 15 due to two additional items `voiced_mask` and `p_voiced` **PR Type*...
{ "login": "redoctopus", "id": 4268876, "node_id": "MDQ6VXNlcjQyNjg4NzY=", "avatar_url": "https://avatars.githubusercontent.com/u/4268876?v=4", "gravatar_id": "", "url": "https://api.github.com/users/redoctopus", "html_url": "https://github.com/redoctopus", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4811/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4811/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4810
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4810/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4810/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4810/events
https://github.com/NVIDIA/NeMo/pull/4810
1,351,270,256
PR_kwDOC_bI7s490L5d
4,810
s2s dialog generation custom data processor
{ "login": "ameyasm1154", "id": 34514696, "node_id": "MDQ6VXNlcjM0NTE0Njk2", "avatar_url": "https://avatars.githubusercontent.com/u/34514696?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ameyasm1154", "html_url": "https://github.com/ameyasm1154", "followers_url": "https://api.github.com/...
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
null
2022-08-25T18:09:48
2023-03-22T21:21:16
2023-03-18T01:56:23
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4810", "html_url": "https://github.com/NVIDIA/NeMo/pull/4810", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4810.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4810.patch", "merged_at": null }
# What does this PR do ? Added data processor to support custom data for DialogueS2SGenerationModel. **Collection**: [nlp] # Changelog - Added a data processor for a custom dataset for the DialogueS2SGenerationModel. # Usage * You can potentially add a usage example below ```python # Add a code snipp...
{ "login": "github-actions[bot]", "id": 41898282, "node_id": "MDM6Qm90NDE4OTgyODI=", "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", "gravatar_id": "", "url": "https://api.github.com/users/github-actions%5Bbot%5D", "html_url": "https://github.com/apps/github-actions", "followers_url"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4810/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4810/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4809
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4809/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4809/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4809/events
https://github.com/NVIDIA/NeMo/issues/4809
1,350,972,338
I_kwDOC_bI7s5QhjOy
4,809
What data was used to train the German Conformer Transducer?
{ "login": "carlosfranzreb", "id": 30505353, "node_id": "MDQ6VXNlcjMwNTA1MzUz", "avatar_url": "https://avatars.githubusercontent.com/u/30505353?v=4", "gravatar_id": "", "url": "https://api.github.com/users/carlosfranzreb", "html_url": "https://github.com/carlosfranzreb", "followers_url": "https://api.gi...
[]
closed
false
null
[]
null
null
2022-08-25T14:14:59
2022-08-26T19:48:23
2022-08-26T17:06:44
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hello, in the [model's page](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/nemo/models/stt_de_conformer_transducer_large), it is said that the model was trained on: - 567 hours of MCV7 - 1524 hours of MLS - 214 hours of VoxPopuli I am wondering how the subsets for each dataset were chosen, especially for ...
{ "login": "yzhang123", "id": 4204271, "node_id": "MDQ6VXNlcjQyMDQyNzE=", "avatar_url": "https://avatars.githubusercontent.com/u/4204271?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yzhang123", "html_url": "https://github.com/yzhang123", "followers_url": "https://api.github.com/users/yz...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4809/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4809/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4808
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4808/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4808/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4808/events
https://github.com/NVIDIA/NeMo/issues/4808
1,350,814,655
I_kwDOC_bI7s5Qg8u_
4,808
PyTorch KeyError for batch index with multiple validation sets
{ "login": "Numeri", "id": 6404504, "node_id": "MDQ6VXNlcjY0MDQ1MDQ=", "avatar_url": "https://avatars.githubusercontent.com/u/6404504?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Numeri", "html_url": "https://github.com/Numeri", "followers_url": "https://api.github.com/users/Numeri/foll...
[ { "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": "aklife97", "id": 16078071, "node_id": "MDQ6VXNlcjE2MDc4MDcx", "avatar_url": "https://avatars.githubusercontent.com/u/16078071?v=4", "gravatar_id": "", "url": "https://api.github.com/users/aklife97", "html_url": "https://github.com/aklife97", "followers_url": "https://api.github.com/users/akl...
[ { "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....
null
null
2022-08-25T12:23:41
2022-10-20T11:28:29
2022-10-20T11:28:29
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** Trying to train a transformer model for machine translation, following the examples in the docs. After many attempts, I managed to get it to start training, but during the first validation step, it successfully processes the first validation dataset, but throws a `KeyError` exception for the sec...
{ "login": "Numeri", "id": 6404504, "node_id": "MDQ6VXNlcjY0MDQ1MDQ=", "avatar_url": "https://avatars.githubusercontent.com/u/6404504?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Numeri", "html_url": "https://github.com/Numeri", "followers_url": "https://api.github.com/users/Numeri/foll...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4808/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4808/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4807
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4807/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4807/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4807/events
https://github.com/NVIDIA/NeMo/pull/4807
1,350,325,096
PR_kwDOC_bI7s49w_X9
4,807
Fix initializing weights from ptl ckpt with exclude
{ "login": "sam1373", "id": 24465107, "node_id": "MDQ6VXNlcjI0NDY1MTA3", "avatar_url": "https://avatars.githubusercontent.com/u/24465107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sam1373", "html_url": "https://github.com/sam1373", "followers_url": "https://api.github.com/users/sam137...
[]
closed
false
null
[]
null
null
2022-08-25T05:00:41
2022-08-25T05:58:43
2022-08-25T05:58:43
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4807", "html_url": "https://github.com/NVIDIA/NeMo/pull/4807", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4807.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4807.patch", "merged_at": "2022-08-25T05:58:43" }
Signed-off-by: sam1373 <samuelkriman@gmail.com> # What does this PR do ? # Changelog - fix typo "model_path" to "ckpt_path" - also makes the "load_from_string" parameter optional **PR Type**: - [ ] New Feature - [X] Bugfix - [ ] Documentation # Additional Information * Related to [#4805](https://gi...
{ "login": "sam1373", "id": 24465107, "node_id": "MDQ6VXNlcjI0NDY1MTA3", "avatar_url": "https://avatars.githubusercontent.com/u/24465107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sam1373", "html_url": "https://github.com/sam1373", "followers_url": "https://api.github.com/users/sam137...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4807/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4807/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4806
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4806/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4806/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4806/events
https://github.com/NVIDIA/NeMo/pull/4806
1,350,261,087
PR_kwDOC_bI7s49wx17
4,806
avoid data clipping after convolution with rir samples
{ "login": "nithinraok", "id": 19668129, "node_id": "MDQ6VXNlcjE5NjY4MTI5", "avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nithinraok", "html_url": "https://github.com/nithinraok", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
null
null
2022-08-25T03:18:01
2022-08-25T18:51:51
2022-08-25T18:51:47
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4806", "html_url": "https://github.com/NVIDIA/NeMo/pull/4806", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4806.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4806.patch", "merged_at": "2022-08-25T18:51:47" }
Signed-off-by: nithinraok <nithinrao.koluguri@gmail.com> # What does this PR do ? Fix nan issue with precision=16 **Collection**: ASR # Changelog - Clip max value of data samples after convolution with rir impulses to 1 # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read ...
{ "login": "nithinraok", "id": 19668129, "node_id": "MDQ6VXNlcjE5NjY4MTI5", "avatar_url": "https://avatars.githubusercontent.com/u/19668129?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nithinraok", "html_url": "https://github.com/nithinraok", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4806/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4806/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4805
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4805/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4805/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4805/events
https://github.com/NVIDIA/NeMo/issues/4805
1,350,259,033
I_kwDOC_bI7s5Qe1FZ
4,805
Initializing weights from checkpoint with configs - init_from_ptl_ckpt
{ "login": "stalevna", "id": 53433879, "node_id": "MDQ6VXNlcjUzNDMzODc5", "avatar_url": "https://avatars.githubusercontent.com/u/53433879?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stalevna", "html_url": "https://github.com/stalevna", "followers_url": "https://api.github.com/users/sta...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
null
[]
null
null
2022-08-25T03:14:32
2022-09-05T09:06:44
2022-09-05T09:06:44
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** Hi! When I tried to initialize weights of the model from checkpoint using configs and excluding some parts of it I get an error that model_path is not defined I looked a the code at https://github.com/NVIDIA/NeMo/blob/main/nemo/core/classes/modelPT.py and indeed there is an initialized variable ...
{ "login": "stalevna", "id": 53433879, "node_id": "MDQ6VXNlcjUzNDMzODc5", "avatar_url": "https://avatars.githubusercontent.com/u/53433879?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stalevna", "html_url": "https://github.com/stalevna", "followers_url": "https://api.github.com/users/sta...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4805/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4805/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4804
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4804/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4804/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4804/events
https://github.com/NVIDIA/NeMo/pull/4804
1,350,179,473
PR_kwDOC_bI7s49wg3y
4,804
[Tutorials] Fix matplotlib version and directory name in Multispeaker_Simulator
{ "login": "anteju", "id": 108555623, "node_id": "U_kgDOBnhtZw", "avatar_url": "https://avatars.githubusercontent.com/u/108555623?v=4", "gravatar_id": "", "url": "https://api.github.com/users/anteju", "html_url": "https://github.com/anteju", "followers_url": "https://api.github.com/users/anteju/follower...
[]
closed
false
null
[]
null
null
2022-08-25T01:00:16
2022-08-30T19:11:47
2022-08-30T19:11:47
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4804", "html_url": "https://github.com/NVIDIA/NeMo/pull/4804", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4804.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4804.patch", "merged_at": "2022-08-30T19:11:47" }
Signed-off-by: Ante Jukić <ajukic@nvidia.com> # What does this PR do ? Fix a couple minor issues in `Multispeaker_Simulator` notebook **Collection**: Tutorials # Changelog - added double quotes around the version specification to make sure the expected `matplotlib` is installed - `ls` the correct dire...
{ "login": "anteju", "id": 108555623, "node_id": "U_kgDOBnhtZw", "avatar_url": "https://avatars.githubusercontent.com/u/108555623?v=4", "gravatar_id": "", "url": "https://api.github.com/users/anteju", "html_url": "https://github.com/anteju", "followers_url": "https://api.github.com/users/anteju/follower...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4804/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4804/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4803
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4803/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4803/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4803/events
https://github.com/NVIDIA/NeMo/issues/4803
1,350,081,420
I_kwDOC_bI7s5QeJuM
4,803
Cannot run Mixer TTS colab with Mixer-TTS-X model
{ "login": "gedefet", "id": 43994544, "node_id": "MDQ6VXNlcjQzOTk0NTQ0", "avatar_url": "https://avatars.githubusercontent.com/u/43994544?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gedefet", "html_url": "https://github.com/gedefet", "followers_url": "https://api.github.com/users/gedefe...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" }, { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", ...
closed
false
{ "login": "redoctopus", "id": 4268876, "node_id": "MDQ6VXNlcjQyNjg4NzY=", "avatar_url": "https://avatars.githubusercontent.com/u/4268876?v=4", "gravatar_id": "", "url": "https://api.github.com/users/redoctopus", "html_url": "https://github.com/redoctopus", "followers_url": "https://api.github.com/users...
[ { "login": "redoctopus", "id": 4268876, "node_id": "MDQ6VXNlcjQyNjg4NzY=", "avatar_url": "https://avatars.githubusercontent.com/u/4268876?v=4", "gravatar_id": "", "url": "https://api.github.com/users/redoctopus", "html_url": "https://github.com/redoctopus", "followers_url": "https://...
null
null
2022-08-24T22:18:48
2022-09-09T01:39:14
2022-08-25T18:52:43
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hi all. I'm struggling to run a training using Mixer-TTS-X model. I'm using the tutorial for training both Fastpitch and MixerTTS. Modifications I've done: ```pretrained_model = "tts_en_lj_mixerttsx"``` Adding 'raw_texts' argument when generating a spectrogram: ```spectrogram = spec_gen.generate_spectrogram...
{ "login": "redoctopus", "id": 4268876, "node_id": "MDQ6VXNlcjQyNjg4NzY=", "avatar_url": "https://avatars.githubusercontent.com/u/4268876?v=4", "gravatar_id": "", "url": "https://api.github.com/users/redoctopus", "html_url": "https://github.com/redoctopus", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4803/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4803/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4802
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4802/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4802/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4802/events
https://github.com/NVIDIA/NeMo/pull/4802
1,349,632,498
PR_kwDOC_bI7s49urpv
4,802
Added P&C lexical audio model
{ "login": "jubick1337", "id": 16004982, "node_id": "MDQ6VXNlcjE2MDA0OTgy", "avatar_url": "https://avatars.githubusercontent.com/u/16004982?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jubick1337", "html_url": "https://github.com/jubick1337", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
null
null
2022-08-24T15:30:02
2022-08-31T15:13:44
2022-08-31T15:13:44
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4802", "html_url": "https://github.com/NVIDIA/NeMo/pull/4802", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4802.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4802.patch", "merged_at": "2022-08-31T15:13:44" }
# What does this PR do ? Add audio and lexical model to NeMo and necessary support. **Collection**: nlp # Changelog - Added `PunctuationCapitalizationLexicalAudioModel` which is inherited from `PunctuationCapitalizationModel`. - Extended `BertPunctuationCapitalizationDataset` and `BertPunctuationCapitalizati...
{ "login": "ekmb", "id": 10428420, "node_id": "MDQ6VXNlcjEwNDI4NDIw", "avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ekmb", "html_url": "https://github.com/ekmb", "followers_url": "https://api.github.com/users/ekmb/followers"...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4802/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4802/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4801
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4801/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4801/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4801/events
https://github.com/NVIDIA/NeMo/pull/4801
1,349,490,142
PR_kwDOC_bI7s49uM8w
4,801
Audio and lexical P&C model
{ "login": "jubick1337", "id": 16004982, "node_id": "MDQ6VXNlcjE2MDA0OTgy", "avatar_url": "https://avatars.githubusercontent.com/u/16004982?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jubick1337", "html_url": "https://github.com/jubick1337", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
null
null
2022-08-24T13:55:02
2022-08-24T15:17:31
2022-08-24T15:17:31
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4801", "html_url": "https://github.com/NVIDIA/NeMo/pull/4801", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4801.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4801.patch", "merged_at": null }
# What does this PR do ? Add audio and lexical model to NeMo and necessary support. **Collection**: nlp # Changelog - Added `PunctuationCapitalizationLexicalAudioModel` which is inherited from `PunctuationCapitalizationModel`. - Extended `BertPunctuationCapitalizationDataset` and `BertPunctuationCapitalizati...
{ "login": "jubick1337", "id": 16004982, "node_id": "MDQ6VXNlcjE2MDA0OTgy", "avatar_url": "https://avatars.githubusercontent.com/u/16004982?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jubick1337", "html_url": "https://github.com/jubick1337", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4801/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4801/timeline
null
null
true