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/4470
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4470/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4470/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4470/events
https://github.com/NVIDIA/NeMo/pull/4470
1,289,279,000
PR_kwDOC_bI7s46mNBy
4,470
[Fix] Relative Audio Paths
{ "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
{ "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...
[ { "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:...
null
null
2022-06-29T20:40:48
2022-07-01T13:27:01
2022-06-30T03:37:26
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4470", "html_url": "https://github.com/NVIDIA/NeMo/pull/4470", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4470.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4470.patch", "merged_at": "2022-06-30T03:37:26" }
Signed-off-by: stevehuang52 <heh@nvidia.com> This PR fixes the second problem in this [issue 4455](https://github.com/NVIDIA/NeMo/issues/4455). Previously, the code will fail when there are "/" in the filepaths of tarred datasets. Now we only add the manifest directory to the audio filepath if the resulting file ...
{ "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/4470/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4470/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4469
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4469/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4469/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4469/events
https://github.com/NVIDIA/NeMo/pull/4469
1,289,152,860
PR_kwDOC_bI7s46lx7O
4,469
t5-rpe-fix targeting r1.10.0; raise exception for PP>2.
{ "login": "khcs", "id": 5403167, "node_id": "MDQ6VXNlcjU0MDMxNjc=", "avatar_url": "https://avatars.githubusercontent.com/u/5403167?v=4", "gravatar_id": "", "url": "https://api.github.com/users/khcs", "html_url": "https://github.com/khcs", "followers_url": "https://api.github.com/users/khcs/followers", ...
[]
closed
false
null
[]
null
null
2022-06-29T18:47:34
2022-06-29T21:37:03
2022-06-29T21:37:00
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4469", "html_url": "https://github.com/NVIDIA/NeMo/pull/4469", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4469.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4469.patch", "merged_at": "2022-06-29T21:37:00" }
# What does this PR do ? Fix the RPE implementation converging slower with loss consistently higher than NeMo APE and Megatron-LM RPE implementation. NEW: exception is raised when configured with pipelie-parallel-size > 2 and RPE. **Collection**: NLP # Changelog - Changed how RPE parameters are initialize...
{ "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/4469/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4469/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4468
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4468/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4468/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4468/events
https://github.com/NVIDIA/NeMo/pull/4468
1,288,972,713
PR_kwDOC_bI7s46lJ5c
4,468
[TTS] [bugfix] update indentation
{ "login": "aroraakshit", "id": 30349184, "node_id": "MDQ6VXNlcjMwMzQ5MTg0", "avatar_url": "https://avatars.githubusercontent.com/u/30349184?v=4", "gravatar_id": "", "url": "https://api.github.com/users/aroraakshit", "html_url": "https://github.com/aroraakshit", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
null
2022-06-29T16:26:50
2022-06-29T16:45:02
2022-06-29T16:41:28
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4468", "html_url": "https://github.com/NVIDIA/NeMo/pull/4468", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4468.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4468.patch", "merged_at": "2022-06-29T16:41:28" }
# What does this PR do ? updated indentation **Collection**: TTS # 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 for ...
{ "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/4468/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4468/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4467
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4467/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4467/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4467/events
https://github.com/NVIDIA/NeMo/pull/4467
1,288,918,003
PR_kwDOC_bI7s46k-B2
4,467
Wav2vec fix
{ "login": "bonham79", "id": 36190463, "node_id": "MDQ6VXNlcjM2MTkwNDYz", "avatar_url": "https://avatars.githubusercontent.com/u/36190463?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bonham79", "html_url": "https://github.com/bonham79", "followers_url": "https://api.github.com/users/bon...
[]
closed
false
null
[]
null
null
2022-06-29T15:42:48
2022-06-29T16:52:29
2022-06-29T16:52:29
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4467", "html_url": "https://github.com/NVIDIA/NeMo/pull/4467", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4467.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4467.patch", "merged_at": "2022-06-29T16:52:29" }
# What does this PR do ? - Quick fix to Jenkins CI config for Wav2Vec. Add a one line overview of what this PR aims to accomplish. - Halved number of conformer blocks and feedforward parameters to ease up memory requirements on Jenkins **Collection**: [Note which collection this PR will affect] - ASR # Changelog ...
{ "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/4467/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4467/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4466
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4466/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4466/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4466/events
https://github.com/NVIDIA/NeMo/issues/4466
1,288,798,850
I_kwDOC_bI7s5M0YKC
4,466
Unable to train Entity Linking
{ "login": "FatimaArshad-DS", "id": 78070220, "node_id": "MDQ6VXNlcjc4MDcwMjIw", "avatar_url": "https://avatars.githubusercontent.com/u/78070220?v=4", "gravatar_id": "", "url": "https://api.github.com/users/FatimaArshad-DS", "html_url": "https://github.com/FatimaArshad-DS", "followers_url": "https://api...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
null
[]
null
null
2022-06-29T14:16:19
2022-07-06T05:19:51
2022-07-01T18:11:28
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I am trying to train Entity Linking in NLP. It runs fine. However, while saving results after Epoch 0 it gives this error In automatic_optimization, when `training_step` returns a dict, the 'loss' key needs to be present I checked and training step method does have a dictionary. What could be the reason for th...
{ "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/4466/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4466/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4465
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4465/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4465/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4465/events
https://github.com/NVIDIA/NeMo/pull/4465
1,288,754,116
PR_kwDOC_bI7s46kaw8
4,465
Add Bucketing support to TarredAudioToClassificationLabelDataset
{ "login": "entn-at", "id": 10227168, "node_id": "MDQ6VXNlcjEwMjI3MTY4", "avatar_url": "https://avatars.githubusercontent.com/u/10227168?v=4", "gravatar_id": "", "url": "https://api.github.com/users/entn-at", "html_url": "https://github.com/entn-at", "followers_url": "https://api.github.com/users/entn-a...
[]
closed
false
null
[]
null
null
2022-06-29T13:45:57
2022-07-13T02:55:43
2022-07-13T02:55:42
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4465", "html_url": "https://github.com/NVIDIA/NeMo/pull/4465", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4465.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4465.patch", "merged_at": "2022-07-13T02:55:42" }
# What does this PR do ? This PR adds support for bucketing to `TarredAudioToClassificationLabelDataset`. **Collection**: [ASR] # Changelog - Modify `_setup_dataloader_from_config` in `nemo.collections.asr.models.classification_models._EncDecBaseModel` to enable bucketing. - Adds `pad_id` member to `TarredA...
{ "login": "VahidooX", "id": 23551647, "node_id": "MDQ6VXNlcjIzNTUxNjQ3", "avatar_url": "https://avatars.githubusercontent.com/u/23551647?v=4", "gravatar_id": "", "url": "https://api.github.com/users/VahidooX", "html_url": "https://github.com/VahidooX", "followers_url": "https://api.github.com/users/Vah...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4465/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4465/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4464
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4464/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4464/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4464/events
https://github.com/NVIDIA/NeMo/issues/4464
1,288,328,671
I_kwDOC_bI7s5MylXf
4,464
Memory consumption by Punctuation model
{ "login": "kamrapooja", "id": 9878468, "node_id": "MDQ6VXNlcjk4Nzg0Njg=", "avatar_url": "https://avatars.githubusercontent.com/u/9878468?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kamrapooja", "html_url": "https://github.com/kamrapooja", "followers_url": "https://api.github.com/users...
[]
closed
false
null
[]
null
null
2022-06-29T08:04:39
2022-07-06T07:55:17
2022-07-05T09:06:13
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hi, I am using PunctuationCapitalizationModel to add punctuation marks in raw text. When i load the pretrained model it consumes 1427 mib memory approximately. This memory never gets free. The application that i created is flask application and runs in multithreaded environment. For every new request 1427mib memory g...
{ "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/4464/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4464/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4463
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4463/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4463/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4463/events
https://github.com/NVIDIA/NeMo/pull/4463
1,288,021,730
PR_kwDOC_bI7s46h-7J
4,463
[TN] Bug fix: expand serial coverage of unknown symbol, remove constraints from word graph
{ "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-06-29T00:01:59
2022-06-29T14:18:58
2022-06-29T14:18:55
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4463", "html_url": "https://github.com/NVIDIA/NeMo/pull/4463", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4463.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4463.patch", "merged_at": "2022-06-29T14:18:55" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "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/4463/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4463/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4462
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4462/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4462/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4462/events
https://github.com/NVIDIA/NeMo/pull/4462
1,287,956,869
PR_kwDOC_bI7s46hxIg
4,462
r1.10.0 MegaMolBART Compatibility
{ "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-06-28T22:09:36
2022-07-25T23:48:22
2022-07-25T23:47:07
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4462", "html_url": "https://github.com/NVIDIA/NeMo/pull/4462", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4462.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4462.patch", "merged_at": null }
# What does this PR do ? 1. Fixes RegExTokenizer missing attributes. 2. Fixes broken Megatron encoder-decoder LM model ability to receive directly encoder hiddens. ``` MegatronLMEncoderDecoderModel.forward( self, encoder_input_ids, decoder_input_ids, encoder_attn_mask, ...
{ "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/4462/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4462/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4461
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4461/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4461/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4461/events
https://github.com/NVIDIA/NeMo/pull/4461
1,287,954,984
PR_kwDOC_bI7s46hwvL
4,461
[TTS] relaxed support for both CPUs and GPUs
{ "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-06-28T22:06:34
2022-06-29T20:35:09
2022-06-29T20:35:06
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4461", "html_url": "https://github.com/NVIDIA/NeMo/pull/4461", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4461.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4461.patch", "merged_at": "2022-06-29T20:35:06" }
Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.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. # 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://api.github.com/us...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4461/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4461/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4460
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4460/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4460/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4460/events
https://github.com/NVIDIA/NeMo/pull/4460
1,287,948,861
PR_kwDOC_bI7s46hvbK
4,460
Fix some 's' cases for IPA G2P
{ "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-06-28T21:57:49
2022-06-30T00:28:16
2022-06-30T00:28:13
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4460", "html_url": "https://github.com/NVIDIA/NeMo/pull/4460", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4460.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4460.patch", "merged_at": "2022-06-30T00:28:13" }
Signed-off-by: Jocelyn Huang <jocelynh@nvidia.com> # What does this PR do ? Fix some handling of "s" cases in the IPA G2P class. **Collection**: TTS # Changelog - Indexing fixed for cases where there's no apostrophe - Removed extraneous "t" added for "ts/t's" - Removed "s" case when there's no apostroph...
{ "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/4460/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4460/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4459
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4459/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4459/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4459/events
https://github.com/NVIDIA/NeMo/pull/4459
1,287,791,766
PR_kwDOC_bI7s46hQr4
4,459
[TTS] [bugfix] German FastPitch HiFi-GAN tutorial and lr
{ "login": "aroraakshit", "id": 30349184, "node_id": "MDQ6VXNlcjMwMzQ5MTg0", "avatar_url": "https://avatars.githubusercontent.com/u/30349184?v=4", "gravatar_id": "", "url": "https://api.github.com/users/aroraakshit", "html_url": "https://github.com/aroraakshit", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
null
2022-06-28T19:33:05
2022-06-28T21:31:55
2022-06-28T21:07:16
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4459", "html_url": "https://github.com/NVIDIA/NeMo/pull/4459", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4459.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4459.patch", "merged_at": "2022-06-28T21:07:16" }
# What does this PR do ? Address QA bugs for German TTS tutorial. Correct PR instead of https://github.com/NVIDIA/NeMo/pull/4449 **Collection**: TTS # Changelog - tutorial notebook changed - learning rate updated to 1e-3 based on https://github.com/NVIDIA/NeMo/pull/4308 **PR Type**: Bugfix
{ "login": "aroraakshit", "id": 30349184, "node_id": "MDQ6VXNlcjMwMzQ5MTg0", "avatar_url": "https://avatars.githubusercontent.com/u/30349184?v=4", "gravatar_id": "", "url": "https://api.github.com/users/aroraakshit", "html_url": "https://github.com/aroraakshit", "followers_url": "https://api.github.com/...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4459/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4459/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4457
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4457/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4457/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4457/events
https://github.com/NVIDIA/NeMo/pull/4457
1,286,499,132
PR_kwDOC_bI7s46c_Cf
4,457
Update megatron interface to dialogue
{ "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-06-27T22:19:19
2023-02-22T18:47:01
2022-07-11T00:21:00
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4457", "html_url": "https://github.com/NVIDIA/NeMo/pull/4457", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4457.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4457.patch", "merged_at": null }
# What does this PR do ? Update interface with Megatron GPT Prompt Learning model **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 `...
{ "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/4457/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4457/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4456
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4456/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4456/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4456/events
https://github.com/NVIDIA/NeMo/pull/4456
1,286,431,525
PR_kwDOC_bI7s46cwA4
4,456
WIP Fix for #4455
{ "login": "galv", "id": 4767568, "node_id": "MDQ6VXNlcjQ3Njc1Njg=", "avatar_url": "https://avatars.githubusercontent.com/u/4767568?v=4", "gravatar_id": "", "url": "https://api.github.com/users/galv", "html_url": "https://github.com/galv", "followers_url": "https://api.github.com/users/galv/followers", ...
[]
closed
false
null
[]
null
null
2022-06-27T21:35:00
2022-08-25T21:15:55
2022-08-25T21:15:54
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4456", "html_url": "https://github.com/NVIDIA/NeMo/pull/4456", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4456.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4456.patch", "merged_at": null }
# What does this PR do ? Proposed fix for #4455 **Collection**: asr, common # Changelog - [Plumb is_tar_manifest throughout dataset code.](https://github.com/NVIDIA/NeMo/commit/b1bc3ab190cbb1e24898cd2af6ff84e2425f69d7) - [Fix for KeyError.](https://github.com/NVIDIA/NeMo/commit/653d4d755d0132d640305017336dd...
{ "login": "stevehuang52", "id": 105218074, "node_id": "U_kgDOBkWAGg", "avatar_url": "https://avatars.githubusercontent.com/u/105218074?v=4", "gravatar_id": "", "url": "https://api.github.com/users/stevehuang52", "html_url": "https://github.com/stevehuang52", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4456/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4456/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4455
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4455/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4455/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4455/events
https://github.com/NVIDIA/NeMo/issues/4455
1,286,416,027
I_kwDOC_bI7s5MrSab
4,455
Tar file datasets don't allow for "/"in key names for ASR training.
{ "login": "galv", "id": 4767568, "node_id": "MDQ6VXNlcjQ3Njc1Njg=", "avatar_url": "https://avatars.githubusercontent.com/u/4767568?v=4", "gravatar_id": "", "url": "https://api.github.com/users/galv", "html_url": "https://github.com/galv", "followers_url": "https://api.github.com/users/galv/followers", ...
[ { "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": "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-06-27T21:26:42
2022-07-03T18:00:25
2022-07-03T18:00:25
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Is your feature request related to a problem? Please describe.** Tar file datasets have two problems today that I am aware of: 1. The filenames inside tar files are *required* not to have "/" or "." in them. Disallowing "." is fine, given that it has special meaning in webdataset. Disallowing "/" causes some di...
{ "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/4455/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4455/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4454
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4454/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4454/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4454/events
https://github.com/NVIDIA/NeMo/pull/4454
1,286,063,091
PR_kwDOC_bI7s46bfnp
4,454
fix branch in link
{ "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-06-27T16:38:07
2022-06-27T17:52:45
2022-06-27T17:52:42
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4454", "html_url": "https://github.com/NVIDIA/NeMo/pull/4454", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4454.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4454.patch", "merged_at": "2022-06-27T17:52:42" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4454/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4454/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4453
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4453/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4453/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4453/events
https://github.com/NVIDIA/NeMo/issues/4453
1,285,639,570
I_kwDOC_bI7s5MoU2S
4,453
Unable to import nlp
{ "login": "FatimaArshad-DS", "id": 78070220, "node_id": "MDQ6VXNlcjc4MDcwMjIw", "avatar_url": "https://avatars.githubusercontent.com/u/78070220?v=4", "gravatar_id": "", "url": "https://api.github.com/users/FatimaArshad-DS", "html_url": "https://github.com/FatimaArshad-DS", "followers_url": "https://api...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/use...
[ { "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https:...
null
null
2022-06-27T11:09:14
2022-06-28T17:56:22
2022-06-28T17:56:21
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I am running this Colab Notebook : https://colab.research.google.com/github/NVIDIA/NeMo/blob/v1.0.2/tutorials/nlp/Entity_Linking_Medical.ipynb#scrollTo=2qLS4_0tyf_A When I run second cell it gives error on this line from nemo.collections import nlp as nemo_nlp And the error is this: (RuntimeError ...
{ "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/4453/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4453/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4452
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4452/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4452/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4452/events
https://github.com/NVIDIA/NeMo/issues/4452
1,285,307,221
I_kwDOC_bI7s5MnDtV
4,452
RuntimeError: expected scalar type Half but found Float
{ "login": "SonuKumari1690", "id": 45452951, "node_id": "MDQ6VXNlcjQ1NDUyOTUx", "avatar_url": "https://avatars.githubusercontent.com/u/45452951?v=4", "gravatar_id": "", "url": "https://api.github.com/users/SonuKumari1690", "html_url": "https://github.com/SonuKumari1690", "followers_url": "https://api.gi...
[]
closed
false
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/use...
[ { "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https:...
null
null
2022-06-27T06:22:51
2022-07-03T18:00:38
2022-07-03T18:00:38
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I have trained nemo 1.8.2 model, earlier I have used nemo 1.4.0 and used below command to classify the texts model.classifytext(queries=config.model.infer_samples, batch_size=8, max_seq_length=511) This time when calling the above command with nemo 1.8.2 I am facing issue as **RuntimeError: expected scalar type 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/4452/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4452/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4451
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4451/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4451/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4451/events
https://github.com/NVIDIA/NeMo/issues/4451
1,284,850,205
I_kwDOC_bI7s5MlUId
4,451
[NMT] Unable to run `megatron_nmt_training.py`
{ "login": "itzsimpl", "id": 4784070, "node_id": "MDQ6VXNlcjQ3ODQwNzA=", "avatar_url": "https://avatars.githubusercontent.com/u/4784070?v=4", "gravatar_id": "", "url": "https://api.github.com/users/itzsimpl", "html_url": "https://github.com/itzsimpl", "followers_url": "https://api.github.com/users/itzsi...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" }, { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", ...
closed
false
{ "login": "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...
[ { "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://...
null
null
2022-06-26T08:54:20
2022-11-10T02:12:22
2022-11-10T02:12:22
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** Trying to run `megatron_nmt_training.py`, with `conf/aayn_base_megatron.yml` initialization crashes with the following trace: ```python Traceback (most recent call last): File "examples/nlp/machine_translation/megatron_nmt_training.py", line 95, in <module> main() File "/workspace/n...
{ "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/4451/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4451/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4450
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4450/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4450/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4450/events
https://github.com/NVIDIA/NeMo/pull/4450
1,284,478,073
PR_kwDOC_bI7s46WXFq
4,450
[TTS] Fix typo in HiFi-GAN config's max steps
{ "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-06-25T07:13:46
2022-06-28T18:24:51
2022-06-28T07:58:43
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4450", "html_url": "https://github.com/NVIDIA/NeMo/pull/4450", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4450.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4450.patch", "merged_at": "2022-06-28T07:58:43" }
Signed-off-by: Jocelyn Huang <jocelynh@nvidia.com> Co-authored-by: Eric Harper <complex451@gmail.com> # What does this PR do ? related to https://github.com/NVIDIA/NeMo/pull/4446, which has been merged to r1.10.0. **Collection**: [Note which collection this PR will affect] # Changelog - Add specifi...
{ "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/4450/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4450/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4449
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4449/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4449/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4449/events
https://github.com/NVIDIA/NeMo/pull/4449
1,284,403,076
PR_kwDOC_bI7s46WHTM
4,449
[TTS] [bugfix] German FastPitch HiFi-GAN tutorial
{ "login": "aroraakshit", "id": 30349184, "node_id": "MDQ6VXNlcjMwMzQ5MTg0", "avatar_url": "https://avatars.githubusercontent.com/u/30349184?v=4", "gravatar_id": "", "url": "https://api.github.com/users/aroraakshit", "html_url": "https://github.com/aroraakshit", "followers_url": "https://api.github.com/...
[]
closed
false
null
[]
null
null
2022-06-25T01:42:04
2023-02-22T18:46:48
2022-06-28T19:34:58
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4449", "html_url": "https://github.com/NVIDIA/NeMo/pull/4449", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4449.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4449.patch", "merged_at": null }
# What does this PR do ? Address QA bugs for German TTS tutorial **Collection**: TTS # Changelog - tutorial notebook changed **PR Type**: Bugfix
{ "login": "aroraakshit", "id": 30349184, "node_id": "MDQ6VXNlcjMwMzQ5MTg0", "avatar_url": "https://avatars.githubusercontent.com/u/30349184?v=4", "gravatar_id": "", "url": "https://api.github.com/users/aroraakshit", "html_url": "https://github.com/aroraakshit", "followers_url": "https://api.github.com/...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4449/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4449/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4448
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4448/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4448/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4448/events
https://github.com/NVIDIA/NeMo/pull/4448
1,284,310,029
PR_kwDOC_bI7s46V4vU
4,448
Merge r1.10.0 main
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
null
null
2022-06-24T23:28:57
2022-06-27T17:50:39
2022-06-27T17:50:36
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4448", "html_url": "https://github.com/NVIDIA/NeMo/pull/4448", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4448.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4448.patch", "merged_at": "2022-06-27T17:50:36" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4448/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4448/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4447
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4447/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4447/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4447/events
https://github.com/NVIDIA/NeMo/pull/4447
1,284,251,097
PR_kwDOC_bI7s46VvwC
4,447
Updated notebook to fix batch configuration and precision bugs
{ "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-06-24T22:37:24
2022-06-24T23:10:47
2022-06-24T23:10:44
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4447", "html_url": "https://github.com/NVIDIA/NeMo/pull/4447", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4447.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4447.patch", "merged_at": "2022-06-24T23:10:44" }
Signed-off-by: Virginia Adams <vadams@nvidia.com> Bug fixes for prompt learning notebook after pipeline parallel addition https://nvbugs/3681543 [ML-NeMo][A30] Multitask_Prompt_and_PTuning.ipynb branch name not 'r1.10.0' and failed with ValueError if manually changed to the r1.10.0 branch Add a one line overvie...
{ "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/4447/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4447/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4446
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4446/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4446/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4446/events
https://github.com/NVIDIA/NeMo/pull/4446
1,284,215,740
PR_kwDOC_bI7s46Vn6q
4,446
Fix typo in HiFi-GAN config's max steps
{ "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-06-24T21:41:54
2022-06-24T22:59:39
2022-06-24T22:59:34
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4446", "html_url": "https://github.com/NVIDIA/NeMo/pull/4446", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4446.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4446.patch", "merged_at": "2022-06-24T22:59:34" }
Signed-off-by: Jocelyn Huang <jocelynh@nvidia.com> # What does this PR do ? Fix typo in the default `max_steps` for HiFi-GAN configs (see #4431). **Collection**: TTS # Changelog - Changed default steps from 25M to 2.5M **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation # Additional I...
{ "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/4446/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4446/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4445
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4445/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4445/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4445/events
https://github.com/NVIDIA/NeMo/pull/4445
1,284,212,856
PR_kwDOC_bI7s46VnTi
4,445
unify intent slot dataset util functions in tutorials
{ "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-06-24T21:36:21
2023-02-22T18:40:55
2022-06-24T22:35:27
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4445", "html_url": "https://github.com/NVIDIA/NeMo/pull/4445", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4445.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4445.patch", "merged_at": "2022-06-24T22:35:27" }
# What does this PR do ? Unify intent slot util function file locations **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 ``` # Be...
{ "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/4445/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4445/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4444
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4444/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4444/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4444/events
https://github.com/NVIDIA/NeMo/pull/4444
1,284,186,734
PR_kwDOC_bI7s46Vhuv
4,444
Docs: Decrease Font Size on Tables
{ "login": "nickolyamba", "id": 8766167, "node_id": "MDQ6VXNlcjg3NjYxNjc=", "avatar_url": "https://avatars.githubusercontent.com/u/8766167?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nickolyamba", "html_url": "https://github.com/nickolyamba", "followers_url": "https://api.github.com/us...
[]
closed
false
null
[]
null
null
2022-06-24T20:57:24
2022-06-24T21:11:26
2022-06-24T21:11:21
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4444", "html_url": "https://github.com/NVIDIA/NeMo/pull/4444", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4444.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4444.patch", "merged_at": "2022-06-24T21:11:21" }
# What does this PR do ? Decrease font size on tables to fit more content **Collection**: None # Changelog - Decrease font size on tables to fit more content # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use this ``` # Before your PR ...
{ "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/4444/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4444/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4443
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4443/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4443/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4443/events
https://github.com/NVIDIA/NeMo/pull/4443
1,284,149,942
PR_kwDOC_bI7s46VZmy
4,443
[TTS] add static method decorator.
{ "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-06-24T20:18:35
2022-06-25T08:03:43
2022-06-25T08:03:39
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4443", "html_url": "https://github.com/NVIDIA/NeMo/pull/4443", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4443.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4443.patch", "merged_at": "2022-06-25T08:03:39" }
Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.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. # 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://api.github.com/us...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4443/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4443/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4442
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4442/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4442/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4442/events
https://github.com/NVIDIA/NeMo/pull/4442
1,284,137,101
PR_kwDOC_bI7s46VWzM
4,442
Notebook bug fix: add subfolder
{ "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-06-24T20:01:39
2022-06-24T22:52:11
2022-06-24T22:52:08
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4442", "html_url": "https://github.com/NVIDIA/NeMo/pull/4442", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4442.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4442.patch", "merged_at": "2022-06-24T22:52:08" }
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": "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/4442/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4442/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4441
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4441/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4441/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4441/events
https://github.com/NVIDIA/NeMo/pull/4441
1,284,136,670
PR_kwDOC_bI7s46VWtP
4,441
Docs: Add table overflow handling
{ "login": "nickolyamba", "id": 8766167, "node_id": "MDQ6VXNlcjg3NjYxNjc=", "avatar_url": "https://avatars.githubusercontent.com/u/8766167?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nickolyamba", "html_url": "https://github.com/nickolyamba", "followers_url": "https://api.github.com/us...
[]
closed
false
null
[]
null
null
2022-06-24T20:01:03
2022-06-24T20:27:09
2022-06-24T20:27:03
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4441", "html_url": "https://github.com/NVIDIA/NeMo/pull/4441", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4441.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4441.patch", "merged_at": "2022-06-24T20:27:03" }
# What does this PR do ? Add table overflow handling. In particular, this caused issues on the [Scores page](https://github.com/NVIDIA/NeMo/blob/r1.10.0/docs/source/asr/scores.rst) **Collection**: None # Changelog - Setup section to overflow horizontally - Add scrolling to tables placed under `section` tags...
{ "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/4441/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4441/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4440
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4440/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4440/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4440/events
https://github.com/NVIDIA/NeMo/pull/4440
1,283,825,439
PR_kwDOC_bI7s46UTIl
4,440
T5 rpe fix 01
{ "login": "khcs", "id": 5403167, "node_id": "MDQ6VXNlcjU0MDMxNjc=", "avatar_url": "https://avatars.githubusercontent.com/u/5403167?v=4", "gravatar_id": "", "url": "https://api.github.com/users/khcs", "html_url": "https://github.com/khcs", "followers_url": "https://api.github.com/users/khcs/followers", ...
[]
closed
false
null
[]
null
null
2022-06-24T14:31:58
2023-02-22T18:41:03
2022-06-29T21:50:33
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4440", "html_url": "https://github.com/NVIDIA/NeMo/pull/4440", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4440.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4440.patch", "merged_at": null }
# What does this PR do ? Fix the RPE implementation converging slower with loss consistently higher than NeMo APE and Megatron-LM RPE implementation. **Collection**: NLP # Changelog - Changed how RPE parameters are initialized and passed on. # Usage * Train with `model.position_embedding_type='relative'`...
{ "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/4440/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4440/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4439
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4439/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4439/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4439/events
https://github.com/NVIDIA/NeMo/issues/4439
1,283,234,927
I_kwDOC_bI7s5MfJxv
4,439
MultiChannel Support
{ "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
null
[]
null
null
2022-06-24T04:12:23
2022-06-24T06:52:30
2022-06-24T06:52:30
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Does Nemo support multi-channel?, So far I have only seen single-channel inputs. If not which is the best way I can go about adding support for it. Any reason why Is not supported? Thanks
{ "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/4439/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4439/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4438
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4438/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4438/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4438/events
https://github.com/NVIDIA/NeMo/pull/4438
1,282,932,049
PR_kwDOC_bI7s46RWfu
4,438
Fix notebook text
{ "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-06-23T20:55:54
2022-06-23T21:02:18
2022-06-23T21:02:15
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4438", "html_url": "https://github.com/NVIDIA/NeMo/pull/4438", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4438.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4438.patch", "merged_at": "2022-06-23T21:02:15" }
# What does this PR do ? Fix the `gpt_eval` argument in the text
{ "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/4438/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4438/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4437
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4437/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4437/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4437/events
https://github.com/NVIDIA/NeMo/pull/4437
1,282,915,425
PR_kwDOC_bI7s46RS1U
4,437
Update dialogue tutorial version
{ "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-06-23T20:37:28
2022-06-23T22:37:15
2022-06-23T22:37:11
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4437", "html_url": "https://github.com/NVIDIA/NeMo/pull/4437", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4437.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4437.patch", "merged_at": "2022-06-23T22:37:11" }
# What does this PR do ? Update dialogue tutorial version **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 i...
{ "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/4437/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4437/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4436
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4436/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4436/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4436/events
https://github.com/NVIDIA/NeMo/pull/4436
1,282,778,475
PR_kwDOC_bI7s46Q1cq
4,436
Delete commented tests from Jenkinsfile
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
null
null
2022-06-23T18:19:56
2022-07-13T00:48:06
2022-07-13T00:47:56
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4436", "html_url": "https://github.com/NVIDIA/NeMo/pull/4436", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4436.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4436.patch", "merged_at": null }
# What does this PR do ? We've reached the limit for how large our Jenkins pipeline can be. We need to clean up the file. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage ex...
{ "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/4436/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4436/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4435
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4435/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4435/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4435/events
https://github.com/NVIDIA/NeMo/pull/4435
1,282,773,175
PR_kwDOC_bI7s46Q0Sx
4,435
[bugfix][TTS] pitch, voiced_mask, prob_voiced have the same values.
{ "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-06-23T18:15:35
2022-06-24T01:46:36
2022-06-24T01:46:31
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4435", "html_url": "https://github.com/NVIDIA/NeMo/pull/4435", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4435.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4435.patch", "merged_at": "2022-06-24T01:46:31" }
Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com> # What does this PR do ? relate to https://github.com/NVIDIA/NeMo/pull/4392 **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * Yo...
{ "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/4435/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4435/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4433
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4433/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4433/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4433/events
https://github.com/NVIDIA/NeMo/pull/4433
1,282,763,212
PR_kwDOC_bI7s46QyLT
4,433
[bugfix][TTS] pitch, voiced_mask, prob_voiced have the same values.
{ "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-06-23T18:06:01
2022-06-23T18:11:59
2022-06-23T18:08:21
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4433", "html_url": "https://github.com/NVIDIA/NeMo/pull/4433", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4433.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4433.patch", "merged_at": null }
Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com> # What does this PR do ? related to https://github.com/NVIDIA/NeMo/pull/4392 **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * Y...
{ "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/4433/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4433/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4432
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4432/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4432/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4432/events
https://github.com/NVIDIA/NeMo/pull/4432
1,282,761,832
PR_kwDOC_bI7s46Qx4m
4,432
[Bugfix][TTS] wrong order of returned tuple for general_collate_fn.
{ "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-06-23T18:04:35
2022-06-23T20:12:57
2022-06-23T20:12:54
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4432", "html_url": "https://github.com/NVIDIA/NeMo/pull/4432", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4432.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4432.patch", "merged_at": "2022-06-23T20:12:54" }
Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com> # What does this PR do ? related to https://github.com/NVIDIA/NeMo/pull/4388 **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * Y...
{ "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/4432/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4432/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4430
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4430/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4430/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4430/events
https://github.com/NVIDIA/NeMo/issues/4430
1,281,955,369
I_kwDOC_bI7s5MaRYp
4,430
`StopIteration` Exception in Conformer Encoder because of `next(self.parameters())`
{ "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...
[]
closed
false
{ "login": "VahidooX", "id": 23551647, "node_id": "MDQ6VXNlcjIzNTUxNjQ3", "avatar_url": "https://avatars.githubusercontent.com/u/23551647?v=4", "gravatar_id": "", "url": "https://api.github.com/users/VahidooX", "html_url": "https://github.com/VahidooX", "followers_url": "https://api.github.com/users/Vah...
[ { "login": "VahidooX", "id": 23551647, "node_id": "MDQ6VXNlcjIzNTUxNjQ3", "avatar_url": "https://avatars.githubusercontent.com/u/23551647?v=4", "gravatar_id": "", "url": "https://api.github.com/users/VahidooX", "html_url": "https://github.com/VahidooX", "followers_url": "https://api....
null
null
2022-06-23T07:38:26
2022-07-03T18:01:25
2022-07-03T18:01:25
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hi, I get `StopIteration` exception here: https://github.com/NVIDIA/NeMo/blob/41f27a5e68934761b05dd373e7b288aa798858e5/nemo/collections/asr/modules/conformer_encoder.py#L231 I call this method from `forward_for_export` here: https://github.com/NVIDIA/NeMo/blob/41f27a5e68934761b05dd373e7b288aa798858e5/nemo/coll...
{ "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/4430/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4430/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4429
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4429/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4429/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4429/events
https://github.com/NVIDIA/NeMo/issues/4429
1,281,751,062
I_kwDOC_bI7s5MZfgW
4,429
Request the feature to send metadata in BLS.
{ "login": "ikhyun5538", "id": 33532701, "node_id": "MDQ6VXNlcjMzNTMyNzAx", "avatar_url": "https://avatars.githubusercontent.com/u/33532701?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ikhyun5538", "html_url": "https://github.com/ikhyun5538", "followers_url": "https://api.github.com/use...
[ { "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-06-23T04:49:28
2022-06-24T01:36:47
2022-06-23T05:38:00
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Is your feature request related to a problem? Please describe.** I want to change the Model according to the BLS input. But BLS requires the same input bach size. So I have to make input like ["model1", "model1"]. If my batch size is 100, should I send 100 same data like ["model1", "model1", "model1"]. **Describe...
{ "login": "ikhyun5538", "id": 33532701, "node_id": "MDQ6VXNlcjMzNTMyNzAx", "avatar_url": "https://avatars.githubusercontent.com/u/33532701?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ikhyun5538", "html_url": "https://github.com/ikhyun5538", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4429/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4429/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4428
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4428/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4428/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4428/events
https://github.com/NVIDIA/NeMo/pull/4428
1,280,929,974
PR_kwDOC_bI7s46KdKz
4,428
Try Jenkinsfile Fix
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
[]
closed
false
null
[]
null
null
2022-06-22T21:18:37
2022-07-06T22:19:24
2022-06-23T18:12:18
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4428", "html_url": "https://github.com/NVIDIA/NeMo/pull/4428", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4428.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4428.patch", "merged_at": null }
Signed-off-by: smajumdar <smajumdar@nvidia.com> # What does this PR do ? Try updating jerkins tests **Collection**: [ASR] **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation
{ "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/4428/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4428/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4427
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4427/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4427/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4427/events
https://github.com/NVIDIA/NeMo/pull/4427
1,280,819,405
PR_kwDOC_bI7s46KDyU
4,427
[ASR] Replace all paths with /content/
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
[]
closed
false
null
[]
null
null
2022-06-22T20:14:25
2022-06-22T20:14:44
2022-06-22T20:14:41
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4427", "html_url": "https://github.com/NVIDIA/NeMo/pull/4427", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4427.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4427.patch", "merged_at": "2022-06-22T20:14:41" }
Signed-off-by: smajumdar <smajumdar@nvidia.com> # What does this PR do ? Fixes paths on ASR Adapter tutorial **Collection**: [ASR] **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation
{ "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/4427/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4427/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4426
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4426/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4426/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4426/events
https://github.com/NVIDIA/NeMo/issues/4426
1,280,785,639
I_kwDOC_bI7s5MVzzn
4,426
Scores for transcriptions
{ "login": "AllanBragaGit", "id": 56321729, "node_id": "MDQ6VXNlcjU2MzIxNzI5", "avatar_url": "https://avatars.githubusercontent.com/u/56321729?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AllanBragaGit", "html_url": "https://github.com/AllanBragaGit", "followers_url": "https://api.githu...
[]
closed
true
null
[]
null
null
2022-06-22T19:45:10
2022-06-23T18:07:04
2022-06-23T18:07:04
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
At word level, i can extract the timestamps, how can i also extract a confidence level or a score from this word transcription? i was following this tutorial: https://github.com/NVIDIA/NeMo/blob/main/tutorials/asr/Offline_ASR.ipynb
null
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4426/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/4426/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4425
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4425/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4425/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4425/events
https://github.com/NVIDIA/NeMo/pull/4425
1,280,708,125
PR_kwDOC_bI7s46JrKS
4,425
Re-apply fixes from r1.9.0
{ "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-06-22T18:35:55
2022-06-22T20:03:27
2022-06-22T20:03:22
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4425", "html_url": "https://github.com/NVIDIA/NeMo/pull/4425", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4425.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4425.patch", "merged_at": "2022-06-22T20:03:22" }
Signed-off-by: Jocelyn Huang <jocelynh@nvidia.com> # What does this PR do ? Re-apply the fixes to the Tacotron 2 tutorial from #4209. Need to open this PR since those fixes never made it to main and the 1.10 branch. **Collection**: TTS **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation # ...
{ "login": "redoctopus", "id": 4268876, "node_id": "MDQ6VXNlcjQyNjg4NzY=", "avatar_url": "https://avatars.githubusercontent.com/u/4268876?v=4", "gravatar_id": "", "url": "https://api.github.com/users/redoctopus", "html_url": "https://github.com/redoctopus", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4425/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4425/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4424
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4424/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4424/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4424/events
https://github.com/NVIDIA/NeMo/pull/4424
1,280,622,466
PR_kwDOC_bI7s46JXyK
4,424
bugfix for import error in Offline_ASR_with_VAD_for_CTC_models
{ "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-06-22T17:39:05
2022-06-22T17:53:32
2022-06-22T17:53:29
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4424", "html_url": "https://github.com/NVIDIA/NeMo/pull/4424", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4424.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4424.patch", "merged_at": "2022-06-22T17:53:29" }
Signed-off-by: fayejf <fayejf07@gmail.com> # What does this PR do ? Fix import error in Offline_ASR_with_VAD_for_CTC_models in r1.10 **Collection**: ASR # Changelog - change `main` to `$BRANCH ` # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating ho...
{ "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/4424/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4424/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4419
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4419/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4419/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4419/events
https://github.com/NVIDIA/NeMo/pull/4419
1,280,271,427
PR_kwDOC_bI7s46IKmJ
4,419
Add T5 in prompt learning documentations
{ "login": "HeyyyyyyG", "id": 49757268, "node_id": "MDQ6VXNlcjQ5NzU3MjY4", "avatar_url": "https://avatars.githubusercontent.com/u/49757268?v=4", "gravatar_id": "", "url": "https://api.github.com/users/HeyyyyyyG", "html_url": "https://github.com/HeyyyyyyG", "followers_url": "https://api.github.com/users/...
[ { "id": 4585431311, "node_id": "LA_kwDOC_bI7s8AAAABEVAhDw", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/stale", "name": "stale", "color": "ededed", "default": false, "description": null } ]
closed
false
null
[]
null
null
2022-06-22T14:43:13
2022-10-07T02:13:40
2022-10-07T02:13:40
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4419", "html_url": "https://github.com/NVIDIA/NeMo/pull/4419", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4419.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4419.patch", "merged_at": null }
Signed-off-by: Jiaqi Zeng <jiaqizen@andrew.cmu.edu> # What does this PR do ? Update the prompt learning documentations. **Collection**: [NLP] # Changelog - Add T5-specific details - Fix some typos # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contri...
{ "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/4419/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4419/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4418
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4418/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4418/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4418/events
https://github.com/NVIDIA/NeMo/issues/4418
1,280,101,523
I_kwDOC_bI7s5MTMyT
4,418
RuntimeError Fastpitch Training: Timed out initializing process group in store based barrier on rank: 0
{ "login": "ghost", "id": 10137, "node_id": "MDQ6VXNlcjEwMTM3", "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ghost", "html_url": "https://github.com/ghost", "followers_url": "https://api.github.com/users/ghost/followers", "f...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" }, { "id": 4418253970, "node_id": "LA_kwDOC_bI7s8AAAABB1k0kg", ...
closed
false
null
[]
null
null
2022-06-22T12:56:21
2023-07-25T18:02:59
2022-06-29T08:02:13
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I am training a fastpitch model and when I use large data i.e. 21,000 audio files to trainset, I get the following error. `15247it [58:54, 4.53it/s]Waiting in store based barrier to initialize process group for rank: 0, key: store_based_barrier_key:1 (world_size=7, worker_count=1, timeout=0:30:00) 14572it [58:55, 3...
null
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4418/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/4418/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4417
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4417/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4417/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4417/events
https://github.com/NVIDIA/NeMo/pull/4417
1,279,517,402
PR_kwDOC_bI7s46FlrZ
4,417
Update with new conformer checkpoints.
{ "login": "VahidooX", "id": 23551647, "node_id": "MDQ6VXNlcjIzNTUxNjQ3", "avatar_url": "https://avatars.githubusercontent.com/u/23551647?v=4", "gravatar_id": "", "url": "https://api.github.com/users/VahidooX", "html_url": "https://github.com/VahidooX", "followers_url": "https://api.github.com/users/Vah...
[]
closed
false
null
[]
null
null
2022-06-22T04:50:05
2023-02-06T22:41:28
2022-06-24T17:38:05
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4417", "html_url": "https://github.com/NVIDIA/NeMo/pull/4417", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4417.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4417.patch", "merged_at": "2022-06-24T17:38:05" }
# What does this PR do ? Update the English conformer checkpoints with models trained on NeMo ASRSET 3.0. **Collection**: [Note which collection this PR will affect] # Changelog - Updated the English conformer checkpoints
{ "login": "VahidooX", "id": 23551647, "node_id": "MDQ6VXNlcjIzNTUxNjQ3", "avatar_url": "https://avatars.githubusercontent.com/u/23551647?v=4", "gravatar_id": "", "url": "https://api.github.com/users/VahidooX", "html_url": "https://github.com/VahidooX", "followers_url": "https://api.github.com/users/Vah...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4417/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4417/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4416
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4416/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4416/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4416/events
https://github.com/NVIDIA/NeMo/pull/4416
1,279,302,223
PR_kwDOC_bI7s46E1dg
4,416
Add Squeezeformer to ASR
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
[]
closed
false
null
[]
null
null
2022-06-22T01:08:30
2022-07-28T18:02:28
2022-07-28T18:02:24
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4416", "html_url": "https://github.com/NVIDIA/NeMo/pull/4416", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4416.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4416.patch", "merged_at": "2022-07-28T18:02:24" }
# What does this PR do ? Adds SqueezeFormer model to ASR collections **Collection**: [ASR] # Changelog - Adds prototype configs, code and model level support for Squeezeformer models - Checkpoints may be provided at a later date after debugging smaller sized models. # Before your PR is "Ready for review"...
{ "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/4416/reactions", "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4416/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4415
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4415/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4415/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4415/events
https://github.com/NVIDIA/NeMo/pull/4415
1,279,297,121
PR_kwDOC_bI7s46E0Uu
4,415
Fix tutorial typos and docs
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
[]
closed
false
null
[]
null
null
2022-06-22T01:02:27
2022-06-22T01:03:12
2022-06-22T01:03:07
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4415", "html_url": "https://github.com/NVIDIA/NeMo/pull/4415", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4415.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4415.patch", "merged_at": "2022-06-22T01:03:07" }
# What does this PR do ? Fix typos in docs. **Collection**: [Documentation] # Changelog - Add specific line by line info of high level changes in this PR. **PR Type**: - [ ] New Feature - [ ] Bugfix - [x] Documentation
{ "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/4415/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4415/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4414
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4414/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4414/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4414/events
https://github.com/NVIDIA/NeMo/pull/4414
1,279,244,784
PR_kwDOC_bI7s46Eoz0
4,414
Fixing bugs in calling method ctc_decoder_predictions_tensor.
{ "login": "VahidooX", "id": 23551647, "node_id": "MDQ6VXNlcjIzNTUxNjQ3", "avatar_url": "https://avatars.githubusercontent.com/u/23551647?v=4", "gravatar_id": "", "url": "https://api.github.com/users/VahidooX", "html_url": "https://github.com/VahidooX", "followers_url": "https://api.github.com/users/Vah...
[]
closed
false
null
[]
null
null
2022-06-21T23:43:38
2023-02-06T22:41:27
2022-06-22T02:52:19
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4414", "html_url": "https://github.com/NVIDIA/NeMo/pull/4414", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4414.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4414.patch", "merged_at": "2022-06-22T02:52:19" }
# What does this PR do ? Fixed a bug in calling the ctc_decoder_predictions_tensor method from the WER objects instead of WER.decoding. # Changelog - Changed all the wer.ctc_decoder_predictions_tensor to wer.decoding.ctc_decoder_predictions_tensor . **PR Type**: - [ ] New Feature - [x ] Bugfix - [ ] Docum...
{ "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/4414/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4414/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4413
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4413/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4413/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4413/events
https://github.com/NVIDIA/NeMo/pull/4413
1,279,142,385
PR_kwDOC_bI7s46ERt_
4,413
[TTS][DE] Multi-speaker fastpitch model training recipe on HUI-Audio-Corpus-German
{ "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-06-21T21:46:13
2022-06-30T21:24:33
2022-06-30T21:24:25
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4413", "html_url": "https://github.com/NVIDIA/NeMo/pull/4413", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4413.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4413.patch", "merged_at": "2022-06-30T21:24:25" }
# What does this PR do ? * created a dataset preparation recipe for HUI-ACG. * re-write `get_data.py` to support multiprocessing and decouple text normalization. * added a script to convert graphemes into phonemes. * created a model config for multi-speaker Fastpitch model training. **Collection**: [Note...
{ "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/4413/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4413/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4412
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4412/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4412/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4412/events
https://github.com/NVIDIA/NeMo/pull/4412
1,279,075,079
PR_kwDOC_bI7s46ECSW
4,412
Add ASR Scores to Docs
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
[]
closed
false
null
[]
null
null
2022-06-21T20:58:27
2022-06-22T17:59:17
2022-06-22T17:59:10
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4412", "html_url": "https://github.com/NVIDIA/NeMo/pull/4412", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4412.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4412.patch", "merged_at": "2022-06-22T17:59:10" }
# What does this PR do ? Adds current ASR model scores to "scores" page. **Collection**: [ASR] # Changelog - Adds the scores of all ASR models from NGC to docs. # Usage * You can potentially add a usage example below # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and f...
{ "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/4412/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4412/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4411
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4411/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4411/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4411/events
https://github.com/NVIDIA/NeMo/pull/4411
1,278,993,430
PR_kwDOC_bI7s46DvuO
4,411
Add O2 support for RETRO 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-06-21T20:03:17
2022-06-28T02:33:45
2022-06-28T02:33:35
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4411", "html_url": "https://github.com/NVIDIA/NeMo/pull/4411", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4411.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4411.patch", "merged_at": "2022-06-28T02:33:35" }
# What does this PR do ? Add O2 suport to RETRO. Fix bugs to make sure post-ln work. Fix bug to make sure cyclicLR work.
{ "login": "yidong72", "id": 43824965, "node_id": "MDQ6VXNlcjQzODI0OTY1", "avatar_url": "https://avatars.githubusercontent.com/u/43824965?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yidong72", "html_url": "https://github.com/yidong72", "followers_url": "https://api.github.com/users/yid...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4411/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4411/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4410
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4410/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4410/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4410/events
https://github.com/NVIDIA/NeMo/pull/4410
1,278,928,927
PR_kwDOC_bI7s46DhSJ
4,410
[NLP] P&C Fix multi node cache issue, add pynini guard
{ "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-06-21T19:12:36
2022-06-23T08:21:20
2022-06-23T08:21:07
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4410", "html_url": "https://github.com/NVIDIA/NeMo/pull/4410", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4410.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4410.patch", "merged_at": "2022-06-23T08:21:07" }
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": "PeganovAnton", "id": 10737305, "node_id": "MDQ6VXNlcjEwNzM3MzA1", "avatar_url": "https://avatars.githubusercontent.com/u/10737305?v=4", "gravatar_id": "", "url": "https://api.github.com/users/PeganovAnton", "html_url": "https://github.com/PeganovAnton", "followers_url": "https://api.github.c...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4410/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4410/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4409
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4409/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4409/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4409/events
https://github.com/NVIDIA/NeMo/issues/4409
1,278,314,100
I_kwDOC_bI7s5MMYZ0
4,409
why 44.1khz fastpitch align config is removed in 1.9.0?
{ "login": "ghost", "id": 10137, "node_id": "MDQ6VXNlcjEwMTM3", "avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ghost", "html_url": "https://github.com/ghost", "followers_url": "https://api.github.com/users/ghost/followers", "f...
[ { "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": "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-06-21T11:33:27
2022-06-21T17:48:11
2022-06-21T17:48:10
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I am working on training the TTS model using Fastpitch architecture using Librivox 44khz dataset. I was getting issues in the trained model and looking for possible solutions online. but now I saw that in the 1.9.0 release of Nemo, you have removed the 44100 sample rate model configs. Can someone share the reason for ...
{ "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/4409/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4409/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4408
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4408/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4408/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4408/events
https://github.com/NVIDIA/NeMo/pull/4408
1,278,213,682
PR_kwDOC_bI7s46BG2Y
4,408
Polish batch matmul code
{ "login": "QiJune", "id": 22017000, "node_id": "MDQ6VXNlcjIyMDE3MDAw", "avatar_url": "https://avatars.githubusercontent.com/u/22017000?v=4", "gravatar_id": "", "url": "https://api.github.com/users/QiJune", "html_url": "https://github.com/QiJune", "followers_url": "https://api.github.com/users/QiJune/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-06-21T10:09:04
2022-10-07T02:13:41
2022-10-07T02:13:41
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4408", "html_url": "https://github.com/NVIDIA/NeMo/pull/4408", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4408.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4408.patch", "merged_at": null }
# What does this PR do ? Polish the batch matmul code, make it more pytorchnic
{ "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/4408/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4408/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4407
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4407/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4407/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4407/events
https://github.com/NVIDIA/NeMo/issues/4407
1,278,149,356
I_kwDOC_bI7s5MLwLs
4,407
Error while fine tuning speaker recognition model
{ "login": "manchandasahil", "id": 32937046, "node_id": "MDQ6VXNlcjMyOTM3MDQ2", "avatar_url": "https://avatars.githubusercontent.com/u/32937046?v=4", "gravatar_id": "", "url": "https://api.github.com/users/manchandasahil", "html_url": "https://github.com/manchandasahil", "followers_url": "https://api.gi...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
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-06-21T09:17:45
2022-08-05T18:52:14
2022-08-05T18:52:14
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** Hi, I am trying to follow the steps underlines here: https://github.com/NVIDIA/NeMo/tree/main/examples/speaker_tasks/recognition but when i launch : python speaker_reco_finetune.py --pretrained_model='/notebooks/data/atc_tenant/asr/smancha5/Nemo_speaker_training/titanet_l/titanet-l.nemo' --fine...
{ "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/4407/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4407/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4406
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4406/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4406/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4406/events
https://github.com/NVIDIA/NeMo/issues/4406
1,278,126,750
I_kwDOC_bI7s5MLqqe
4,406
OSError: libtorch_cuda_cpp.so: cannot open shared object file: No such file or directory
{ "login": "laphang", "id": 24724502, "node_id": "MDQ6VXNlcjI0NzI0NTAy", "avatar_url": "https://avatars.githubusercontent.com/u/24724502?v=4", "gravatar_id": "", "url": "https://api.github.com/users/laphang", "html_url": "https://github.com/laphang", "followers_url": "https://api.github.com/users/laphan...
[ { "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": "tango4j", "id": 13211483, "node_id": "MDQ6VXNlcjEzMjExNDgz", "avatar_url": "https://avatars.githubusercontent.com/u/13211483?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tango4j", "html_url": "https://github.com/tango4j", "followers_url": "https://api.github.com/users/tango4...
[ { "login": "tango4j", "id": 13211483, "node_id": "MDQ6VXNlcjEzMjExNDgz", "avatar_url": "https://avatars.githubusercontent.com/u/13211483?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tango4j", "html_url": "https://github.com/tango4j", "followers_url": "https://api.git...
null
null
2022-06-21T08:59:27
2022-06-23T04:02:53
2022-06-23T04:02:53
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** ``` --------------------------------------------------------------------------- OSError Traceback (most recent call last) <ipython-input-16-358abbfc674b> in <module> ----> 1 from nemo.collections.nlp.models import PunctuationCapitalizationModel /opt/conda...
{ "login": "laphang", "id": 24724502, "node_id": "MDQ6VXNlcjI0NzI0NTAy", "avatar_url": "https://avatars.githubusercontent.com/u/24724502?v=4", "gravatar_id": "", "url": "https://api.github.com/users/laphang", "html_url": "https://github.com/laphang", "followers_url": "https://api.github.com/users/laphan...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4406/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4406/timeline
null
not_planned
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4405
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4405/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4405/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4405/events
https://github.com/NVIDIA/NeMo/pull/4405
1,278,066,116
PR_kwDOC_bI7s46An0B
4,405
Fix hanging issue by multiprocessing in SD tutorial and add ETA for VAD processing
{ "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-06-21T08:12:55
2022-06-23T02:49:31
2022-06-23T02:49:27
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4405", "html_url": "https://github.com/NVIDIA/NeMo/pull/4405", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4405.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4405.patch", "merged_at": "2022-06-23T02:49:27" }
# What does this PR do ? Fix hanging/deadlock issue caused by multiprocessing in SD tutorial and add tdqm that informs ETA to reduce false alarm of hanging. reflected review in https://github.com/NVIDIA/NeMo/pull/4378 **Collection**: ASR # Changelog Cherry pick updates to r1.10.0 https://github.com/NVIDIA/...
{ "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/4405/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4405/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4404
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4404/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4404/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4404/events
https://github.com/NVIDIA/NeMo/issues/4404
1,277,995,068
I_kwDOC_bI7s5MLKg8
4,404
Need Help Understanding Preprocessing Step
{ "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
true
null
[]
null
null
2022-06-21T07:13:52
2022-06-22T16:20:33
2022-06-22T16:20:33
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hi are we not using normalising using inferencing ? cfg = copy.deepcopy(asr_model.confg) OmegaConf.set_struct(cfg.preprocessor, False) # some changes for streaming scenario cfg.preprocessor.dither = 0.0 cfg.preprocessor.pad_to = 0 cfg.preprocessor.normalize = "No...
null
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4404/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4404/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4402
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4402/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4402/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4402/events
https://github.com/NVIDIA/NeMo/pull/4402
1,277,826,714
PR_kwDOC_bI7s45_1OC
4,402
Fixing import error in some cases
{ "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...
[]
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-06-21T03:55:36
2022-06-21T19:09:59
2022-06-21T19:09:59
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4402", "html_url": "https://github.com/NVIDIA/NeMo/pull/4402", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4402.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4402.patch", "merged_at": "2022-06-21T19:09:59" }
Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com> # What does this PR do ? Fixes import error in rare cases **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 ...
{ "login": "borisfom", "id": 14189615, "node_id": "MDQ6VXNlcjE0MTg5NjE1", "avatar_url": "https://avatars.githubusercontent.com/u/14189615?v=4", "gravatar_id": "", "url": "https://api.github.com/users/borisfom", "html_url": "https://github.com/borisfom", "followers_url": "https://api.github.com/users/bor...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4402/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4402/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4401
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4401/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4401/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4401/events
https://github.com/NVIDIA/NeMo/pull/4401
1,277,822,005
PR_kwDOC_bI7s45_0H3
4,401
Fixing import error in some cases
{ "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...
[]
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-06-21T03:52:29
2022-06-21T19:10:19
2022-06-21T19:10:19
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4401", "html_url": "https://github.com/NVIDIA/NeMo/pull/4401", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4401.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4401.patch", "merged_at": "2022-06-21T19:10:19" }
Signed-off-by: Boris Fomitchev <bfomitchev@nvidia.com> # What does this PR do ? Fix an import error for some models **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 examp...
{ "login": "borisfom", "id": 14189615, "node_id": "MDQ6VXNlcjE0MTg5NjE1", "avatar_url": "https://avatars.githubusercontent.com/u/14189615?v=4", "gravatar_id": "", "url": "https://api.github.com/users/borisfom", "html_url": "https://github.com/borisfom", "followers_url": "https://api.github.com/users/bor...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4401/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4401/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4400
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4400/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4400/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4400/events
https://github.com/NVIDIA/NeMo/issues/4400
1,276,001,074
I_kwDOC_bI7s5MDjsy
4,400
[Question] Loss explodes instantly when fine-tuning Conformer-CTC on custom dataset
{ "login": "sqrk", "id": 16261327, "node_id": "MDQ6VXNlcjE2MjYxMzI3", "avatar_url": "https://avatars.githubusercontent.com/u/16261327?v=4", "gravatar_id": "", "url": "https://api.github.com/users/sqrk", "html_url": "https://github.com/sqrk", "followers_url": "https://api.github.com/users/sqrk/followers"...
[]
closed
true
null
[]
null
null
2022-06-19T09:15:31
2022-06-22T16:22:35
2022-06-22T16:22:35
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
Hello! I'm new to ASR (AI in general) and I'm struggling to fine-tune the Conformer CTC (small) on the [UASpeech dataset](http://www.isle.illinois.edu/sst/data/UASpeech/). If I try to fine-tune the model from the NeMo pre-trained checkpoint, the loss starts around 40 and jumps to 4.14e+03 in the next step then so...
null
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4400/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4400/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4399
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4399/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4399/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4399/events
https://github.com/NVIDIA/NeMo/pull/4399
1,275,855,802
PR_kwDOC_bI7s455VqN
4,399
Punctuation and capitalization tests race condition
{ "login": "PeganovAnton", "id": 10737305, "node_id": "MDQ6VXNlcjEwNzM3MzA1", "avatar_url": "https://avatars.githubusercontent.com/u/10737305?v=4", "gravatar_id": "", "url": "https://api.github.com/users/PeganovAnton", "html_url": "https://github.com/PeganovAnton", "followers_url": "https://api.github.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
{ "login": "PeganovAnton", "id": 10737305, "node_id": "MDQ6VXNlcjEwNzM3MzA1", "avatar_url": "https://avatars.githubusercontent.com/u/10737305?v=4", "gravatar_id": "", "url": "https://api.github.com/users/PeganovAnton", "html_url": "https://github.com/PeganovAnton", "followers_url": "https://api.github.c...
[ { "login": "PeganovAnton", "id": 10737305, "node_id": "MDQ6VXNlcjEwNzM3MzA1", "avatar_url": "https://avatars.githubusercontent.com/u/10737305?v=4", "gravatar_id": "", "url": "https://api.github.com/users/PeganovAnton", "html_url": "https://github.com/PeganovAnton", "followers_url": "...
null
null
2022-06-18T18:35:23
2022-06-18T22:45:58
2022-06-18T22:45:56
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4399", "html_url": "https://github.com/NVIDIA/NeMo/pull/4399", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4399.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4399.patch", "merged_at": "2022-06-18T22:45:56" }
# What does this PR do ? Removes race condition from 2 Punctuation and Capitalization tests. These tests were using files with fixed names and thus if such a test had 2 replicas on same machine a race condition could occur. **Collection**: nlp # Additional Information * Related to # (issue)
{ "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/4399/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4399/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4398
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4398/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4398/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4398/events
https://github.com/NVIDIA/NeMo/pull/4398
1,275,514,485
PR_kwDOC_bI7s454Qmi
4,398
Merge r1.10.0 main
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
null
null
2022-06-17T21:53:16
2022-06-18T00:38:22
2022-06-18T00:38:18
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4398", "html_url": "https://github.com/NVIDIA/NeMo/pull/4398", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4398.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4398.patch", "merged_at": "2022-06-18T00:38:18" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a cod...
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/use...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4398/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4398/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4397
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4397/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4397/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4397/events
https://github.com/NVIDIA/NeMo/pull/4397
1,275,474,199
PR_kwDOC_bI7s454HgU
4,397
Update NeMo docs
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
[]
closed
false
null
[]
null
null
2022-06-17T21:07:27
2022-06-22T21:00:30
2022-06-17T21:29:07
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4397", "html_url": "https://github.com/NVIDIA/NeMo/pull/4397", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4397.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4397.patch", "merged_at": "2022-06-17T21:29:07" }
Signed-off-by: smajumdar <smajumdar@nvidia.com> # What does this PR do ? Add a line referencing NVIDIA AI Platform. **Collection**: [Docs, Core] **PR Type**: - [ ] New Feature - [ ] Bugfix - [x] Documentation
{ "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/4397/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4397/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4396
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4396/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4396/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4396/events
https://github.com/NVIDIA/NeMo/pull/4396
1,275,447,464
PR_kwDOC_bI7s454BW2
4,396
Maximum sample-based training for Megatron NMT and Text Memmap based Seq2seq Pre-training
{ "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-06-17T20:46:45
2022-07-30T04:46:34
2022-07-30T04:46:31
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4396", "html_url": "https://github.com/NVIDIA/NeMo/pull/4396", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4396.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4396.patch", "merged_at": "2022-07-30T04:46:31" }
# What does this PR do ? 1. Trains Megatron-based NMT models based on maximum number of samples. 2. Added support in `text_memmap` and `csv_memmap` in Megatron encoder-decoder models (T5, BART, UL2) **Collection**: NLP # Usage Add to command line ``` model.data.data_impl=text_mmap \ +model.data.da...
{ "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/4396/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4396/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4395
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4395/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4395/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4395/events
https://github.com/NVIDIA/NeMo/pull/4395
1,275,434,293
PR_kwDOC_bI7s453-dj
4,395
Wav2vec fix
{ "login": "bonham79", "id": 36190463, "node_id": "MDQ6VXNlcjM2MTkwNDYz", "avatar_url": "https://avatars.githubusercontent.com/u/36190463?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bonham79", "html_url": "https://github.com/bonham79", "followers_url": "https://api.github.com/users/bon...
[]
closed
false
null
[]
null
null
2022-06-17T20:36:16
2022-06-29T01:38:23
2022-06-29T01:38:23
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4395", "html_url": "https://github.com/NVIDIA/NeMo/pull/4395", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4395.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4395.patch", "merged_at": "2022-06-29T01:38:22" }
# What does this PR do ? Fixes Wav2Vec configs so compatible with contrastive loss. (Adds MaskedAugmentation to pretrain models.) Removes Wav2Vec from experimental folder and moves wav2vec configs to SSL folder for consistency. **Collection**: [Note which collection this PR will affect] - ASR # Changelog ...
{ "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/4395/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4395/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4394
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4394/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4394/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4394/events
https://github.com/NVIDIA/NeMo/pull/4394
1,275,406,811
PR_kwDOC_bI7s4534gL
4,394
Fix megatron change partitions
{ "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-06-17T19:57:30
2022-09-20T23:56:04
2022-06-29T22:38:36
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4394", "html_url": "https://github.com/NVIDIA/NeMo/pull/4394", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4394.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4394.patch", "merged_at": null }
# What does this PR do ? Fix artifact restore **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use 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/4394/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4394/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4393
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4393/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4393/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4393/events
https://github.com/NVIDIA/NeMo/pull/4393
1,275,322,964
PR_kwDOC_bI7s453miY
4,393
Add reconfigure on validation epoch start
{ "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-06-17T18:01:19
2022-06-22T17:03:42
2022-06-22T17:03:39
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4393", "html_url": "https://github.com/NVIDIA/NeMo/pull/4393", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4393.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4393.patch", "merged_at": "2022-06-22T17:03:39" }
Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> # What does this PR do ? - Reconfigures micro-batch sizes for validation datasets on validation start in Megatron NMT **Collection**: NLP # Changelog - Add an `on_validation_epoch_start()` hook to reconfigure batch sizes. # Usage * You...
{ "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/4393/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4393/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4392
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4392/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4392/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4392/events
https://github.com/NVIDIA/NeMo/pull/4392
1,275,318,209
PR_kwDOC_bI7s453lhX
4,392
[bugfix][TTS] pitch, voiced_mask, prob_voiced have the same values which is not expected.
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/us...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
null
[]
null
null
2022-06-17T17:54:53
2022-06-23T18:11:58
2022-06-18T01:27:09
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4392", "html_url": "https://github.com/NVIDIA/NeMo/pull/4392", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4392.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4392.patch", "merged_at": "2022-06-18T01:27:09" }
# What does this PR do ? pitch, voiced_mask, and prob_voiced are return values for the func `librosa.pyin`, but we always returned the value of `voiced_mask` after going through `load_from_dir()` no matter which one of the three variables were requested. **Collection**: [Note which collection this PR will affect]...
{ "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/4392/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4392/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4391
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4391/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4391/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4391/events
https://github.com/NVIDIA/NeMo/pull/4391
1,275,190,222
PR_kwDOC_bI7s453KMK
4,391
Add prompt learning for T5
{ "login": "HeyyyyyyG", "id": 49757268, "node_id": "MDQ6VXNlcjQ5NzU3MjY4", "avatar_url": "https://avatars.githubusercontent.com/u/49757268?v=4", "gravatar_id": "", "url": "https://api.github.com/users/HeyyyyyyG", "html_url": "https://github.com/HeyyyyyyG", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
null
null
2022-06-17T15:36:02
2022-08-03T22:13:41
2022-08-03T22:13:41
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4391", "html_url": "https://github.com/NVIDIA/NeMo/pull/4391", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4391.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4391.patch", "merged_at": "2022-08-03T22:13:41" }
# What does this PR do ? Implement prompt learning for T5 models. **Collection**: [NLP] # Changelog - A base prompt learning dataset class (will support both T5 and GPT in the future). - A T5-specific prompt learning dataset class. - A base prompt learning model class (will support both T5 and GPT in the f...
{ "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/4391/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4391/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4390
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4390/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4390/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4390/events
https://github.com/NVIDIA/NeMo/issues/4390
1,274,838,523
I_kwDOC_bI7s5L_H37
4,390
std::out_of_range error when training TransformerXL model
{ "login": "robertveenhoven", "id": 10922796, "node_id": "MDQ6VXNlcjEwOTIyNzk2", "avatar_url": "https://avatars.githubusercontent.com/u/10922796?v=4", "gravatar_id": "", "url": "https://api.github.com/users/robertveenhoven", "html_url": "https://github.com/robertveenhoven", "followers_url": "https://api...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
null
[]
null
null
2022-06-17T10:05:09
2022-06-23T08:05:26
2022-06-23T08:05:26
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
**Describe the bug** When training an TransformerXL model by following the script transformer_lm.py, I get the following error: ![image](https://user-images.githubusercontent.com/10922796/174274040-4e21f930-425f-4ad5-95eb-4f92aa8b913a.png) For this, I use the same train, eval and test json files as I use for t...
{ "login": "robertveenhoven", "id": 10922796, "node_id": "MDQ6VXNlcjEwOTIyNzk2", "avatar_url": "https://avatars.githubusercontent.com/u/10922796?v=4", "gravatar_id": "", "url": "https://api.github.com/users/robertveenhoven", "html_url": "https://github.com/robertveenhoven", "followers_url": "https://api...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4390/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4390/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4389
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4389/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4389/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4389/events
https://github.com/NVIDIA/NeMo/pull/4389
1,274,770,615
PR_kwDOC_bI7s451vya
4,389
Docs: hide the right side nav bar
{ "login": "nickolyamba", "id": 8766167, "node_id": "MDQ6VXNlcjg3NjYxNjc=", "avatar_url": "https://avatars.githubusercontent.com/u/8766167?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nickolyamba", "html_url": "https://github.com/nickolyamba", "followers_url": "https://api.github.com/us...
[]
closed
false
null
[]
null
null
2022-06-17T09:00:36
2022-06-19T09:47:46
2022-06-19T09:47:46
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4389", "html_url": "https://github.com/NVIDIA/NeMo/pull/4389", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4389.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4389.patch", "merged_at": null }
# What does this PR do ? Hide the right side bar **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating how to use 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/4389/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4389/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4388
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4388/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4388/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4388/events
https://github.com/NVIDIA/NeMo/pull/4388
1,274,644,236
PR_kwDOC_bI7s451Vjr
4,388
[Bugfix][TTS] wrong order of returned tuple for general_collate_fn.
{ "login": "XuesongYang", "id": 1646669, "node_id": "MDQ6VXNlcjE2NDY2Njk=", "avatar_url": "https://avatars.githubusercontent.com/u/1646669?v=4", "gravatar_id": "", "url": "https://api.github.com/users/XuesongYang", "html_url": "https://github.com/XuesongYang", "followers_url": "https://api.github.com/us...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
null
[]
null
null
2022-06-17T06:53:03
2022-06-17T19:05:25
2022-06-17T19:05:20
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4388", "html_url": "https://github.com/NVIDIA/NeMo/pull/4388", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4388.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4388.patch", "merged_at": "2022-06-17T19:05:20" }
Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com> # What does this PR do ? 1. This bug blocks modeling using speaker IDs because `speaker_ids` (or saying `_` in this context) should be placed before `voiced_masks`. 2. `P_voiceds` was also not correct because it aggregates `voiced_mask` i...
{ "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/4388/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4388/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4387
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4387/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4387/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4387/events
https://github.com/NVIDIA/NeMo/pull/4387
1,274,579,075
PR_kwDOC_bI7s451H8m
4,387
Update on speaker_utils and NMESC speaker counting algorithm
{ "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-06-17T05:17:51
2022-07-20T03:38:36
2022-06-30T22:57:23
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4387", "html_url": "https://github.com/NVIDIA/NeMo/pull/4387", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4387.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4387.patch", "merged_at": null }
# What does this PR do ? `nmesc_clustering.py` - This PR adds an option named "maj_vote_spk_count" to NMESC clustering module. Originally, speaker number was obtained from one p-value. In the new implementation, maj_vote_spk_count = True, the system takes majority vote on all p-values that are included. This...
{ "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/4387/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4387/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4386
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4386/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4386/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4386/events
https://github.com/NVIDIA/NeMo/pull/4386
1,274,137,220
PR_kwDOC_bI7s45zncz
4,386
[TTS] Conditioning pitch, duration, decoder on speaker embedding in FastPitch
{ "login": "subhankar-ghosh", "id": 23703547, "node_id": "MDQ6VXNlcjIzNzAzNTQ3", "avatar_url": "https://avatars.githubusercontent.com/u/23703547?v=4", "gravatar_id": "", "url": "https://api.github.com/users/subhankar-ghosh", "html_url": "https://github.com/subhankar-ghosh", "followers_url": "https://api...
[]
closed
false
null
[]
null
null
2022-06-16T22:17:11
2022-09-17T05:32:13
2022-09-17T05:32:13
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4386", "html_url": "https://github.com/NVIDIA/NeMo/pull/4386", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4386.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4386.patch", "merged_at": null }
Signed-off-by: Subhankar Ghosh <subhankar2321@gmail.com> # What does this PR do ? FastPitch multi-speaker code was setup such that speaker embeddings would only condition the encoder. This PR changes that and conditions encoder, pitch predictor, duration predictor and decoder on the speaker embeddings. Through ex...
{ "login": "subhankar-ghosh", "id": 23703547, "node_id": "MDQ6VXNlcjIzNzAzNTQ3", "avatar_url": "https://avatars.githubusercontent.com/u/23703547?v=4", "gravatar_id": "", "url": "https://api.github.com/users/subhankar-ghosh", "html_url": "https://github.com/subhankar-ghosh", "followers_url": "https://api...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4386/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4386/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4385
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4385/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4385/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4385/events
https://github.com/NVIDIA/NeMo/pull/4385
1,274,072,277
PR_kwDOC_bI7s45zZ6z
4,385
fix a bug in T5 decode function
{ "login": "HeyyyyyyG", "id": 49757268, "node_id": "MDQ6VXNlcjQ5NzU3MjY4", "avatar_url": "https://avatars.githubusercontent.com/u/49757268?v=4", "gravatar_id": "", "url": "https://api.github.com/users/HeyyyyyyG", "html_url": "https://github.com/HeyyyyyyG", "followers_url": "https://api.github.com/users/...
[]
closed
false
null
[]
null
null
2022-06-16T20:56:28
2022-06-17T13:44:33
2022-06-17T13:44:33
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4385", "html_url": "https://github.com/NVIDIA/NeMo/pull/4385", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4385.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4385.patch", "merged_at": null }
# What does this PR do ? Fix the bug of T5 decoding given input embeddings. **Collection**: [NLP] # Changelog - Updating the way of passing arguments to avoid argument mismatching. - Delete an argument which is not being utilized. # Before your PR is "Ready for review" **Pre checks**: - [x] Make s...
{ "login": "HeyyyyyyG", "id": 49757268, "node_id": "MDQ6VXNlcjQ5NzU3MjY4", "avatar_url": "https://avatars.githubusercontent.com/u/49757268?v=4", "gravatar_id": "", "url": "https://api.github.com/users/HeyyyyyyG", "html_url": "https://github.com/HeyyyyyyG", "followers_url": "https://api.github.com/users/...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4385/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4385/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4384
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4384/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4384/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4384/events
https://github.com/NVIDIA/NeMo/pull/4384
1,274,019,195
PR_kwDOC_bI7s45zOdQ
4,384
Fix ASR Typos in tutorials
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
[]
closed
false
null
[]
null
null
2022-06-16T19:56:00
2022-06-17T06:30:36
2022-06-17T06:30:33
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4384", "html_url": "https://github.com/NVIDIA/NeMo/pull/4384", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4384.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4384.patch", "merged_at": "2022-06-17T06:30:33" }
# What does this PR do ? Fixes typos in the tutorial notebooks **Collection**: [ASR] **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation
{ "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/4384/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4384/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4383
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4383/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4383/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4383/events
https://github.com/NVIDIA/NeMo/pull/4383
1,273,896,246
PR_kwDOC_bI7s45yzjx
4,383
Quick wav2vec fix. In-place operation adding convolutional positions …
{ "login": "bonham79", "id": 36190463, "node_id": "MDQ6VXNlcjM2MTkwNDYz", "avatar_url": "https://avatars.githubusercontent.com/u/36190463?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bonham79", "html_url": "https://github.com/bonham79", "followers_url": "https://api.github.com/users/bon...
[]
closed
false
null
[]
null
null
2022-06-16T17:50:54
2022-06-16T19:59:00
2022-06-16T19:58:59
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4383", "html_url": "https://github.com/NVIDIA/NeMo/pull/4383", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4383.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4383.patch", "merged_at": "2022-06-16T19:58:59" }
…to encoder was overwriting leaf history. Wasn't caught on previous torch versions. Signed-off-by: tbartley94 <tbartley@nvidia.com> # What does this PR do ? Fixes bug on backward pass with wav2vec module. See https://github.com/NVIDIA/NeMo/issues/4362 **Collection**: [Note which collection this PR will affe...
{ "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/4383/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4383/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4382
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4382/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4382/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4382/events
https://github.com/NVIDIA/NeMo/pull/4382
1,272,907,048
PR_kwDOC_bI7s45vgyg
4,382
remove redundant bias expand
{ "login": "xrennvidia", "id": 103958965, "node_id": "U_kgDOBjJJtQ", "avatar_url": "https://avatars.githubusercontent.com/u/103958965?v=4", "gravatar_id": "", "url": "https://api.github.com/users/xrennvidia", "html_url": "https://github.com/xrennvidia", "followers_url": "https://api.github.com/users/xre...
[]
closed
false
null
[]
null
null
2022-06-16T00:40:44
2022-06-16T01:57:44
2022-06-16T01:51:26
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4382", "html_url": "https://github.com/NVIDIA/NeMo/pull/4382", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4382.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4382.patch", "merged_at": "2022-06-16T01:51:26" }
Signed-off-by: Xiaowei Ren <xren@nvidia.com> # What does this PR do ? Remove redundant bias expand. The bias should be broadcast automatically. # Changelog - deleted redundant code in transformer.py # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating h...
{ "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/4382/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4382/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4381
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4381/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4381/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4381/events
https://github.com/NVIDIA/NeMo/pull/4381
1,272,880,597
PR_kwDOC_bI7s45vbcy
4,381
Question answering bug fix
{ "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-06-15T23:49:41
2022-06-17T16:20:17
2022-06-16T16:59:48
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4381", "html_url": "https://github.com/NVIDIA/NeMo/pull/4381", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4381.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4381.patch", "merged_at": "2022-06-16T16:59:48" }
# What does this PR do ? Turns WandB logger off by default **Collection**: [Note which collection this PR will affect] # Changelog - Add specific line by line info of high level changes in this PR. # Usage * You can potentially add a usage example below ```python # Add a code snippet demonstrating ho...
{ "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/4381/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4381/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4380
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4380/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4380/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4380/events
https://github.com/NVIDIA/NeMo/pull/4380
1,272,877,441
PR_kwDOC_bI7s45vayl
4,380
NeMo Megatron: Add sequence parallelism and selective activation checkpointing (rebased)
{ "login": "ericharper", "id": 11999610, "node_id": "MDQ6VXNlcjExOTk5NjEw", "avatar_url": "https://avatars.githubusercontent.com/u/11999610?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ericharper", "html_url": "https://github.com/ericharper", "followers_url": "https://api.github.com/use...
[]
closed
false
null
[]
null
null
2022-06-15T23:41:49
2022-07-26T19:58:08
2022-07-26T19:58:04
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4380", "html_url": "https://github.com/NVIDIA/NeMo/pull/4380", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4380.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4380.patch", "merged_at": "2022-07-26T19:58:04" }
# What does this PR do ? Add sequence parallelism and selective activation checkpointing. This PR currently depends on a fork of Apex: https://github.com/NVIDIA/apex/pull/1396 **Collection**: NLP # Changelog - Update GPT config - Update parallel_lm_logits - Add CoreAttention - This is the block that ...
{ "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/4380/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4380/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4379
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4379/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4379/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4379/events
https://github.com/NVIDIA/NeMo/pull/4379
1,272,830,595
PR_kwDOC_bI7s45vTF0
4,379
Add option for specifying wandb save_dir from config
{ "login": "shan18", "id": 12576178, "node_id": "MDQ6VXNlcjEyNTc2MTc4", "avatar_url": "https://avatars.githubusercontent.com/u/12576178?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shan18", "html_url": "https://github.com/shan18", "followers_url": "https://api.github.com/users/shan18/fo...
[]
closed
false
null
[]
null
null
2022-06-15T22:51:34
2022-06-16T16:50:55
2022-06-16T16:50:55
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4379", "html_url": "https://github.com/NVIDIA/NeMo/pull/4379", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4379.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4379.patch", "merged_at": "2022-06-16T16:50:55" }
Signed-off-by: Shantanu Acharya <shantanua@nvidia.com> # What does this PR do ? A user can now specify the name of the directory to save the wandb logs by setting the value `exp_manager.wandb_logger_kwargs.save_dir` in the config. **Collection**: [utils] # Changelog Files changed: `nemo/utils/exp_manage...
{ "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/4379/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4379/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4378
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4378/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4378/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4378/events
https://github.com/NVIDIA/NeMo/pull/4378
1,272,708,779
PR_kwDOC_bI7s45u5k1
4,378
Fix hanging issue by multiprocessing in SD tutorial
{ "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-06-15T20:35:58
2022-06-21T08:13:30
2022-06-21T08:13:24
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4378", "html_url": "https://github.com/NVIDIA/NeMo/pull/4378", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4378.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4378.patch", "merged_at": null }
# What does this PR do ? Fix hanging/deadlock issue caused by multiprocessing in SD tutorial **Collection**: ASR # Changelog - Cherry pick updates to r1.10.0 https://github.com/NVIDIA/NeMo/pull/4317- Add instruction and set num_workers=1 in SD tutorial as a workaround for python multiprocessing would hang wi...
{ "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/4378/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4378/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4377
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4377/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4377/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4377/events
https://github.com/NVIDIA/NeMo/pull/4377
1,272,603,297
PR_kwDOC_bI7s45ujNQ
4,377
Fix no attribute 'pad_id' bug when pre-processing
{ "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-06-15T18:42:14
2022-06-16T12:23:55
2022-06-16T12:23:52
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4377", "html_url": "https://github.com/NVIDIA/NeMo/pull/4377", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4377.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4377.patch", "merged_at": "2022-06-16T12:23:52" }
Fix the no attribute 'pad_id' when pre-processing the data in the Tabular Data generation notebook.
{ "login": "yidong72", "id": 43824965, "node_id": "MDQ6VXNlcjQzODI0OTY1", "avatar_url": "https://avatars.githubusercontent.com/u/43824965?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yidong72", "html_url": "https://github.com/yidong72", "followers_url": "https://api.github.com/users/yid...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4377/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4377/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4376
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4376/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4376/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4376/events
https://github.com/NVIDIA/NeMo/pull/4376
1,272,507,002
PR_kwDOC_bI7s45uOV_
4,376
Refactor bias act fusion
{ "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-06-15T17:01:15
2022-06-30T02:39:23
2022-06-30T02:39:20
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4376", "html_url": "https://github.com/NVIDIA/NeMo/pull/4376", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4376.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4376.patch", "merged_at": "2022-06-30T02:39:20" }
Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca> # What does this PR do ? Refactors bias activation fusion logic and adds the config option to the remaining yaml files. **Collection**: [Note which collection this PR will affect] # Changelog - Adds/replaces `bias_gelu_fusion` with `bias_a...
{ "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/4376/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4376/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4375
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4375/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4375/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4375/events
https://github.com/NVIDIA/NeMo/issues/4375
1,272,206,232
I_kwDOC_bI7s5L1FOY
4,375
Are there any documentation for applying inverse text normalization in another language?
{ "login": "rocketsfallonrocketfalls", "id": 62431982, "node_id": "MDQ6VXNlcjYyNDMxOTgy", "avatar_url": "https://avatars.githubusercontent.com/u/62431982?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rocketsfallonrocketfalls", "html_url": "https://github.com/rocketsfallonrocketfalls", "f...
[ { "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
true
{ "login": "okuchaiev", "id": 22035961, "node_id": "MDQ6VXNlcjIyMDM1OTYx", "avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4", "gravatar_id": "", "url": "https://api.github.com/users/okuchaiev", "html_url": "https://github.com/okuchaiev", "followers_url": "https://api.github.com/users/...
[ { "login": "okuchaiev", "id": 22035961, "node_id": "MDQ6VXNlcjIyMDM1OTYx", "avatar_url": "https://avatars.githubusercontent.com/u/22035961?v=4", "gravatar_id": "", "url": "https://api.github.com/users/okuchaiev", "html_url": "https://github.com/okuchaiev", "followers_url": "https://a...
null
null
2022-06-15T13:04:26
2022-06-22T16:25:19
2022-06-22T16:25:19
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
null
null
I am currently looking for a way to apply a state-of-the-art inverse text normalization method on Danish. I installed and tested NeMo for English and it works quite well. In the paper it is also mentioned that it is possible to apply the idea to a different language. But I cannot see any documentation/guide to ...
null
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4375/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4375/timeline
null
completed
false
https://api.github.com/repos/NVIDIA/NeMo/issues/4374
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4374/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4374/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4374/events
https://github.com/NVIDIA/NeMo/pull/4374
1,271,688,317
PR_kwDOC_bI7s45reHp
4,374
fixes invalid_ids error on Megatron decode function
{ "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-06-15T05:25:48
2022-10-07T02:13:43
2022-10-07T02:13:43
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4374", "html_url": "https://github.com/NVIDIA/NeMo/pull/4374", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4374.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4374.patch", "merged_at": null }
Signed-off-by: David Mosallanezhad <dmosallanezh@nvidia.com> # What does this PR do ? fixes invalid_ids error on Megatron decode function by changing invalid tokens to <unk> **Collection**: NLP # Changelog - small bug fix # Before your PR is "Ready for review" **Pre checks**: - [X] Make sure you read...
{ "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/4374/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4374/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4373
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4373/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4373/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4373/events
https://github.com/NVIDIA/NeMo/pull/4373
1,271,555,530
PR_kwDOC_bI7s45rCMD
4,373
fixes invalid_ids error on Megatron decode function
{ "login": "Davood-M", "id": 3964285, "node_id": "MDQ6VXNlcjM5NjQyODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3964285?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Davood-M", "html_url": "https://github.com/Davood-M", "followers_url": "https://api.github.com/users/Davoo...
[]
closed
false
null
[]
null
null
2022-06-15T01:45:40
2022-06-15T01:55:21
2022-06-15T01:46:17
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
true
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4373", "html_url": "https://github.com/NVIDIA/NeMo/pull/4373", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4373.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4373.patch", "merged_at": null }
# What does this PR do ? fixes invalid_ids error on Megatron decode function **Collection**: NLP # Changelog - filter invalid tokens from the predicted tokens # Usage N/A # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://git...
{ "login": "Davood-M", "id": 3964285, "node_id": "MDQ6VXNlcjM5NjQyODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3964285?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Davood-M", "html_url": "https://github.com/Davood-M", "followers_url": "https://api.github.com/users/Davoo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4373/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4373/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4372
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4372/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4372/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4372/events
https://github.com/NVIDIA/NeMo/pull/4372
1,271,550,572
PR_kwDOC_bI7s45rBKx
4,372
Correct support for dataclasses in default module dim
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
[]
closed
false
null
[]
null
null
2022-06-15T01:36:07
2022-06-15T22:29:09
2022-06-15T21:04:09
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4372", "html_url": "https://github.com/NVIDIA/NeMo/pull/4372", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4372.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4372.patch", "merged_at": "2022-06-15T21:04:09" }
Signed-off-by: smajumdar <smajumdar@nvidia.com> # What does this PR do ? Fix issue with adapters where config is a dataclass and cannot be iterated on correctly. **Collection**: [ASR] # Changelog - Add a check and force cast to Dict Config for input to the function. # Before your PR is "Ready for rev...
{ "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/4372/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4372/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4371
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4371/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4371/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4371/events
https://github.com/NVIDIA/NeMo/pull/4371
1,271,547,097
PR_kwDOC_bI7s45rAc9
4,371
fixes invalid_ids error on Megatron decode function
{ "login": "Davood-M", "id": 3964285, "node_id": "MDQ6VXNlcjM5NjQyODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3964285?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Davood-M", "html_url": "https://github.com/Davood-M", "followers_url": "https://api.github.com/users/Davoo...
[]
closed
false
null
[]
null
null
2022-06-15T01:29:30
2022-06-15T01:35:12
2022-06-15T01:35:12
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4371", "html_url": "https://github.com/NVIDIA/NeMo/pull/4371", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4371.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4371.patch", "merged_at": null }
# What does this PR do ? fixes invalid_ids error on Megatron decode function **Collection**: NLP # Changelog - filter invalid tokens from the predicted tokens # Usage N/A # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://git...
{ "login": "Davood-M", "id": 3964285, "node_id": "MDQ6VXNlcjM5NjQyODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3964285?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Davood-M", "html_url": "https://github.com/Davood-M", "followers_url": "https://api.github.com/users/Davoo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4371/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4371/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4370
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4370/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4370/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4370/events
https://github.com/NVIDIA/NeMo/pull/4370
1,271,541,631
PR_kwDOC_bI7s45q_UQ
4,370
fixes invalid_ids error on Megatron decode function
{ "login": "Davood-M", "id": 3964285, "node_id": "MDQ6VXNlcjM5NjQyODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3964285?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Davood-M", "html_url": "https://github.com/Davood-M", "followers_url": "https://api.github.com/users/Davoo...
[]
closed
false
null
[]
null
null
2022-06-15T01:18:53
2022-06-15T01:30:55
2022-06-15T01:26:48
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4370", "html_url": "https://github.com/NVIDIA/NeMo/pull/4370", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4370.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4370.patch", "merged_at": null }
# What does this PR do ? fixes invalid_ids error on Megatron decode function **Collection**: NLP # Changelog - filter invalid tokens from the predicted tokens # Usage N/A # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://git...
{ "login": "Davood-M", "id": 3964285, "node_id": "MDQ6VXNlcjM5NjQyODU=", "avatar_url": "https://avatars.githubusercontent.com/u/3964285?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Davood-M", "html_url": "https://github.com/Davood-M", "followers_url": "https://api.github.com/users/Davoo...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4370/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4370/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4369
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4369/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4369/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4369/events
https://github.com/NVIDIA/NeMo/pull/4369
1,271,537,383
PR_kwDOC_bI7s45q-cO
4,369
Docs for NeMo Adapters
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
[]
closed
false
null
[]
null
null
2022-06-15T01:10:40
2022-06-17T21:06:23
2022-06-17T21:06:13
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4369", "html_url": "https://github.com/NVIDIA/NeMo/pull/4369", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4369.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4369.patch", "merged_at": "2022-06-17T21:06:13" }
# What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Core] # Changelog - Adds documentation about NeMo adapters. # Before your PR is "Ready for review" **Pre checks**: - [x] Make sure you read and followed [Contributor guidelines](https://github.com/NVIDI...
{ "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/4369/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4369/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4368
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4368/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4368/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4368/events
https://github.com/NVIDIA/NeMo/pull/4368
1,271,381,786
PR_kwDOC_bI7s45qcdl
4,368
[TTS] bugfix for chars as inputs without is_phoneme entry.
{ "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-06-14T21:25:06
2022-06-17T21:16:36
2022-06-14T23:08:35
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4368", "html_url": "https://github.com/NVIDIA/NeMo/pull/4368", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4368.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4368.patch", "merged_at": null }
Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com> # What does this PR do ? `is_phoneme may not exist in JSON files if only considering chars as inputs.` **Collection**: [Note which collection this PR will affect] `nemo.collections.tts.torch.data` # Changelog - Add specific line b...
{ "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/4368/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4368/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4367
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4367/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4367/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4367/events
https://github.com/NVIDIA/NeMo/pull/4367
1,270,595,843
PR_kwDOC_bI7s45n2R0
4,367
Refactor for punctuation 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
{ "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...
[ { "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:...
null
null
2022-06-14T10:30:44
2022-07-07T15:08:09
2022-07-07T15:07:36
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4367", "html_url": "https://github.com/NVIDIA/NeMo/pull/4367", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4367.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4367.patch", "merged_at": "2022-07-07T15:07:36" }
# What does this PR do ? Remove depreciated comments and implement unimplemented features **Collection**: NLP # Changelog - Removed mentions of `data_dir` from config as it doesn't exists anymore and changed it to `ds_item` - Added the ability to add new punctuation marks to data preparation script `example...
{ "login": "PeganovAnton", "id": 10737305, "node_id": "MDQ6VXNlcjEwNzM3MzA1", "avatar_url": "https://avatars.githubusercontent.com/u/10737305?v=4", "gravatar_id": "", "url": "https://api.github.com/users/PeganovAnton", "html_url": "https://github.com/PeganovAnton", "followers_url": "https://api.github.c...
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/issues/4367/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4367/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4366
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4366/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4366/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4366/events
https://github.com/NVIDIA/NeMo/pull/4366
1,270,096,344
PR_kwDOC_bI7s45mMQt
4,366
Fix trainer.global_steps in WandB logging
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
[]
closed
false
null
[]
null
null
2022-06-14T00:16:10
2022-10-06T01:57:27
2022-06-14T02:15:37
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4366", "html_url": "https://github.com/NVIDIA/NeMo/pull/4366", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4366.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4366.patch", "merged_at": "2022-06-14T02:15:37" }
Signed-off-by: smajumdar <smajumdar@nvidia.com> # What does this PR do ? Fixes trainer/global_step in wandb logs **Collection**: [ASR] **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation
{ "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/4366/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4366/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4365
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4365/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4365/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4365/events
https://github.com/NVIDIA/NeMo/pull/4365
1,269,940,527
PR_kwDOC_bI7s45lrG7
4,365
Add wandb as dependency
{ "login": "titu1994", "id": 3048602, "node_id": "MDQ6VXNlcjMwNDg2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/3048602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/titu1994", "html_url": "https://github.com/titu1994", "followers_url": "https://api.github.com/users/titu1...
[]
closed
false
null
[]
null
null
2022-06-13T20:50:17
2022-06-13T23:16:13
2022-06-13T20:57:54
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4365", "html_url": "https://github.com/NVIDIA/NeMo/pull/4365", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4365.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4365.patch", "merged_at": "2022-06-13T20:57:54" }
Signed-off-by: smajumdar <smajumdar@nvidia.com> # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Core] # Changelog - Adds wandb as a dependency specifically for core **PR Type**: - [ ] New Feature - [x] Bugfix - [ ] Documentation If you haven't...
{ "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/4365/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4365/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4364
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4364/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4364/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4364/events
https://github.com/NVIDIA/NeMo/pull/4364
1,269,823,814
PR_kwDOC_bI7s45lRrZ
4,364
Set headscale false
{ "login": "MaximumEntropy", "id": 9114321, "node_id": "MDQ6VXNlcjkxMTQzMjE=", "avatar_url": "https://avatars.githubusercontent.com/u/9114321?v=4", "gravatar_id": "", "url": "https://api.github.com/users/MaximumEntropy", "html_url": "https://github.com/MaximumEntropy", "followers_url": "https://api.gith...
[]
closed
false
null
[]
null
null
2022-06-13T18:52:22
2022-06-13T20:18:51
2022-06-13T20:18:46
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4364", "html_url": "https://github.com/NVIDIA/NeMo/pull/4364", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4364.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4364.patch", "merged_at": "2022-06-13T20:18:46" }
# What does this PR do ? Sets headscale=False by default in ParallelAttention **Collection**: [Note which collection this PR will affect] # Changelog - Sets headscale=False by default in ParallelAttention # Usage N/A # Before your PR is "Ready for review" **Pre checks**: - [ ] Make sure you read and...
{ "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/4364/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4364/timeline
null
null
true
https://api.github.com/repos/NVIDIA/NeMo/issues/4363
https://api.github.com/repos/NVIDIA/NeMo
https://api.github.com/repos/NVIDIA/NeMo/issues/4363/labels{/name}
https://api.github.com/repos/NVIDIA/NeMo/issues/4363/comments
https://api.github.com/repos/NVIDIA/NeMo/issues/4363/events
https://github.com/NVIDIA/NeMo/pull/4363
1,269,503,329
PR_kwDOC_bI7s45kMtw
4,363
Refactor caching for punctuation model
{ "login": "ekmb", "id": 10428420, "node_id": "MDQ6VXNlcjEwNDI4NDIw", "avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ekmb", "html_url": "https://github.com/ekmb", "followers_url": "https://api.github.com/users/ekmb/followers"...
[ { "id": 1485815557, "node_id": "MDU6TGFiZWwxNDg1ODE1NTU3", "url": "https://api.github.com/repos/NVIDIA/NeMo/labels/bug", "name": "bug", "color": "d73a4a", "default": true, "description": "Something isn't working" } ]
closed
false
{ "login": "ekmb", "id": 10428420, "node_id": "MDQ6VXNlcjEwNDI4NDIw", "avatar_url": "https://avatars.githubusercontent.com/u/10428420?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ekmb", "html_url": "https://github.com/ekmb", "followers_url": "https://api.github.com/users/ekmb/followers"...
[ { "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/u...
null
null
2022-06-13T14:10:52
2022-06-20T19:28:21
2022-06-20T19:18:43
COLLABORATOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
null
false
{ "url": "https://api.github.com/repos/NVIDIA/NeMo/pulls/4363", "html_url": "https://github.com/NVIDIA/NeMo/pull/4363", "diff_url": "https://github.com/NVIDIA/NeMo/pull/4363.diff", "patch_url": "https://github.com/NVIDIA/NeMo/pull/4363.patch", "merged_at": null }
Signed-off-by: ekmb <ebakhturina@nvidia.com> # What does this PR do ? Remove torch.distributed.is_initialized() guard from the dataset as it always returns False. Try to load features only if the pkl file exists, else create the cache file. **Collection**: [Note which collection this PR will affect] # Chan...
{ "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/4363/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/NVIDIA/NeMo/issues/4363/timeline
null
null
true