Alex Taranov

Results 6 issues of Alex Taranov

A toolkit for making real world machine learning and data analysis applications in C++ http://dlib.net On github https://github.com/davisking/dlib

### 🚀 The feature It is only for C++. In torchaudio/csrc/sox/io.h we have method [load_audio_file(...)](https://github.com/pytorch/audio/blob/a2d6fee2fa71741e70130a8b83520ebcf81e95f3/torchaudio/csrc/sox/io.h#L22) that reads the contents of a file from disc to torch::Tensor. But we have no...

triaged

Hello. It would be great if OpenHantek will allow to save RAW measurements on HDD. I have already implemented such a feature in the [repo fork](https://github.com/pi-null-mezon/openhantek/blob/master/openhantek/src/openhantek.cpp#L671). May I make a...

enhancement

I have managed to run evaluation according to the [tutorial](https://github.com/princeton-nlp/SWE-bench/blob/main/tutorials/evaluation.md) with `swe-bench.json`. But with the lite version of swe-bench it does not work because benchmark files files for lite version...

I have quantized *.jit model (quantization has been performed in torch). But rknn-toolkit can not load it :( rknn-toolkit_v1.7.3 + torch_v1.9.0 ```python ... rknn.config(quantize_input_node=True, mean_values=mean, std_values=std, quantized_dtype='dynamic_fixed_point-i8', target_platform='rv1126', batch_size=100) print('-->...

I have failed to convert SwinTransformerV2 onnx (it works properly, I have tested) model into rknn. rknn-toolkit versions I have tried: 1.7.3, 1.7.5 My script: ```python ... # CONFIG rknn...