Igor Yusupov

Results 9 issues of Igor Yusupov

I used sentencepiece model with [google lib](https://github.com/google/sentencepiece) but inference of the [rust-tokenizers](https://github.com/guillaume-be/rust-tokenizers) is different. What do I need to do to get the output to be the same as the...

I need to change sample rate from 48000 to 16000. How can I do it?

Tried running the inference model and it runs very slow. The python code runs much faster. Can you please check what is causing this? Weights: https://drive.google.com/file/d/1eEhrck8zzv5HP3vUf7wiimOFk_y5Gwn0/view?usp=sharing code: ``` use rand::prelude::*;...

I created a simple [library](https://github.com/igor-yusupov/rusty-yolo) for yolov5 inference. I added an example with a brief description of how to prepare a model and run it in Rust. You can add...

is it possible to run map parallel for tensor? I want to apply func for each tensor with shape [x, y] in tensor with shape [n, x, y]

I have an issue "NameError: name 'os' is not defined" while running `bash test.sh 1` . The same problem is mentioned here: https://github.com/xiezhy6/PASTA-GAN-plusplus/issues/1#issuecomment-1216112330 ```Traceback (most recent call last): File "test.py",...

TSVM.py, line 140, in predict you need use np.array instead of numpy.array

Is it possible to convert quantized models? I tried and got error: ```WARNING: Error converting initializer: Unsupported tensor data type uint8 for operator None```

- [x] Add support of i8 - [ ] Add support of u8 - [ ] Update tests - [ ] It seems that I need to update DataType and...