Quentin Meeus
Quentin Meeus
Hi, Are the modifications to the `PATH` variable in lines 17-24 really necessary? If yes, I would suggest replacing the modifications with an exception if `$KALDI_ROOT` is not set, and...
Rename `ResamplingDataset`'s attribute `batch_by_size` to `_batch_by_size` so that it does not shadow the method `batch_by_size` from the parent class # Before submitting - [ ] Was this discussed/approved via a...
Hi I would like to add a vector of weights to tensorboard summary during training. However, I am having a hard time figuring out how to do that. From what...
I'm not an expert, but I think that the package is not configured correctly. To reproduce: ``` pip install bartpy python >>> import bartpy Traceback (most recent call last): File...
# What does this PR do? Whisper feature extractor representation includes the MEL filters, a list of list that is represented as ~16,000 lines. This needlessly spams the command line....