asu

Results 52 issues of asu

I have a nnet3 model which uses custom features along side iVectors. It works fine for offline ASR using Kaldi. Now, I'm trying to get this model working for online...

## What does this PR do? The goal of this PR is to provide high-level interfaces for streaming inference using the model introduced by #2140, and to provide some shared...

enhancement
work in progress

### Describe the bug Evaluating LibriSpeech `test-clean` can take >1h instead of something like two minutes. I am not sure if this affects other models. Greedy search is much faster...

bug
performance
confirmed

## What does this PR do? Leverages [`pytest-cov`](https://pypi.org/project/pytest-cov/) and the [`MishaKav/pytest-coverage-comment`](https://github.com/MishaKav/pytest-coverage-comment) GitHub action to collect coverage statistics and dump the information as a GitHub comment. Currently WIP, making the PR...

enhancement

### Describe the bug Using `DynamicItemDataset`, when you add a dynamic item that provides a key that is already in the dataset, then the associated function _will_ be executed, but...

bug
confirmed

During the IDF dict calculation, the weight associated with special tokens is zeroed: https://github.com/Tiiiger/bert_score/blob/dbcf6db37e8bd6ff68446f06b0ba5d0763b62d20/bert_score/score.py#L243-L246 But, to my understanding of the code, this weight never actually prevents a non-special token embedding...

I installed TopHat recently and noticed that I lose compositor frames whenever TopHat updates, even when at a 60Hz refresh rate. This does not reproduce when I disable the entire...

bug

There are several reasons for this: - [ ] The page cache is 1-way and keeps no statistics. We could keep statistics about what pages get swapped in/out the most...

There is a number of things that could be done to reduce RAM usage, at varying levels of complexity: - Pre-compiling the core functions that are declared as Lua. -...

enhancement

Automatic builds for all supported platforms & testing on the desktop platform would be a plus, especially as we gain testing support.

enhancement