Ilya Druker

Results 5 issues of Ilya Druker

### Describe the bug The following auxiliary function is used in [Filterbank](https://speechbrain.readthedocs.io/en/latest/_modules/speechbrain/processing/features.html#Filterbank) for calculation of mel-scaled filter bank: ``` def _triangular_filters(self, all_freqs, f_central, band): """Returns fbank matrix using triangular filters....

bug
confirmed

When launching a build, the dependencies must be cloned into third_party subdirectory. Apparently, that does not occur in 1.3.1. The issue does not exist in 1.2.1

Hello The models to be used by OnnxStream have to be first converted to ONNX format and then to TXT - that's as per the description. But if you are...

# What does this PR do? The command line `optimum-cli onnxruntime optimize ...` is incorrectly parsed. With `-c` flag specified, it creates an empty ORTConfig object without loading a passed-in...

https://github.com/staghado/vit.cpp/blob/a4841f6eeabb91c917e94b8f8f8d4f9e01043fbc/vit.cpp#L268 This looks like a bug. The very first time when {i,j,k,jj}={0,0,0,0} only C[0] is calculated while C[1], C[2], C[3], C[4] are uninitialized. But later in the code d0, d2,...