shichaog

Results 5 issues of shichaog

Hi, FFT for calculating tonality in analysis.c file. ``` for (i=0;iinmem[i]); in[i].i = (kiss_fft_scalar)(w*tonal->inmem[N2+i]); in[N-i-1].r = (kiss_fft_scalar)(w*tonal->inmem[N-i-1]); in[N-i-1].i = (kiss_fft_scalar)(w*tonal->inmem[N+N2-i-1]); } and then: opus_fft(kfft, in, out, tonal->arch); ``` tonal->inmem is...

Hi, Thanks for this great work. Is there any performance compared to oneDNN and CoreML?

**Describe the bug** depthwise and pointwise convolution convert ONNX to tensorflow failed `Traceback (most recent call last): File "trutorch_convert_onnx.py", line 108, in tf_rep.export_graph(tf_model_path) File "onnx-tensorflow/onnx_tf/backend_rep.py", line 132, in export_graph signatures=self.tf_module.__call__.get_concrete_function(...

没有收到任何人邮箱发我AEC数据,如果你有合成方法,或者真实数据集,下载方式请发我邮箱,[email protected],谢谢

Greate work, how to use llama 2 as LLM engine? Thanks.