Iztok Lebar Bajec

Results 18 issues of Iztok Lebar Bajec

- ever since Slurm [19.05.0rc1](https://github.com/SchedMD/slurm/blob/master/NEWS) sinfo has [GresUsed --Format option](https://slurm.schedmd.com/sinfo.html#OPT_GresUsed) - tested on Slurm 21.08.5

enhancement

Signed-off-by: Iztok Lebar Bajec # What does this PR do ? While waiting for #3819 to be finished, upgrade of current punctuation capitalization model with support for lowercasing, uppercasing, and...

**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 main() File "/workspace/nemo/nemo/core/config/hydra_runner.py", line...

bug

**Describe the bug** Running multi-gpu training without a pre-prepared cache, crashes upon initialization with the following trace ```python3 Traceback (most recent call last): File "examples/nlp/token_classification/punctuation_capitalization_train_evaluate.py", line 155, in main() File...

bug

@PeganovAnton Training on multiple GPUs I'm noticing that `train_loss` is decreasing, and `f1` scores are increasing, but so is `val_loss`. Is `val_loss` the right metric to be monitored? Would mean...

bug

Regardless of the model being exported the script fails with ```python3 File "scripts/export.py", line 160, in nemo_export raise e File "scripts/export.py", line 139, in nemo_export output_example = forward_method(model)(*input_list, **input_dict) File...

bug
TTS

Signed-off-by: Iztok Lebar Bajec # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will...

Signed-off-by: Iztok Lebar Bajec # What does this PR do ? Add a one line overview of what this PR aims to accomplish. **Collection**: [Note which collection this PR will...

fixes https://github.com/NVIDIA/NeMo/issues/4451

## Description When in text or math text mode (\mathrm, \mathit, \mathbf) I access Greek letters via the respective latex commands (e.g. \gamma, \Gamma) no character is printed. Using Unicode...