-
Hey everyone,
I am having trouble running deepspeed on multiple gpus, whereas single gpu works just fine.
Specifically, the launcher gets stuck right after loading fused_adam extensions:
```con…
-
I want to create a call function like this but I am unable to call a list object in my `call()` defined in `__init__`
`def call(self, images):`
augmented_images = self.data_augmentation(…
-
**Describe the bug**
I am training a conformer-transducer medium model and on the validation set I reach `val_wer=0.0157-epoch=13.ckpt`, where val_wer is actualy ChER as i use `use_cer=True`. When …
-
Currently, new users are often challenged with a plethora of cryptic error messages, when missing essential elements to SpineOpt. The goal of this issue is to identify common pitfalls, and capture tho…
-
**Describe the bug**
I am using nemo docker v23.04 , but I also observe the following behavior in a conda environment too.
I am training several conformer models ( same behavior using fastconf…
-
Based on the discussion of #625 and [on the mailing list](https://groups.google.com/forum/#!topic/projectmesa-dev/H7IUeol8iRM), I started to implement my own version of a revised mesa space module 🙈 .…
-
I am trying to save a simple LSTM model for text classification. The input of the model is padded vectorized sentences.
```
model = Sequential()
model.add(LSTM(40, input_shape=(16, 32)))
model.add…
-
Hello, odow. I find the notation `lower_bound` in your code to be obscure to some extent.
This kwarg name is firstly found in [Constructing-the-model](https://sddp.dev/stable/tutorial/first_steps/#…
-
Hello.
I want to help with adding timestamps to videos on [The Julia Programming Language](https://www.youtube.com/channel/UC9IuUwwE2xdjQUT_LMLONoA) channel, so I already read timestamps of some of…
-
``` r
# Issue description: when setting one initial state starts from a fixed value and others are drawn randomly from a statistical
# distribution, mixing these 2 selections in initial states bloc…