zeynepgulhanuslu
zeynepgulhanuslu
Hi, I want to use tflite model in android project. When I load model to android studio it generates a code like below: ` val model = Dtln.newInstance(context) // Creates...
Hi, Thank you for sharing this project. I was wondering will you share the test scipt as well. Thanks
Hi, Thank you for sharing this code. I've two question: 1) When I run the code with audio files on Kaggle challenge dataset, it doesn't decode the last morse code....
Hi, I tried to build k2 from the source on centos with cuda environment. I encounter the below error: [ 23%] Linking CUDA shared library ../../lib/libk2context.so /usr/bin/ld: cannot find -lmkl_intel_ilp64...
Hi, How can I train a model with my dataset. Where can I find sample usage for training the model? Thank you
Hi, Thanks for sharing this project. I trained a model with my data, which is quite noisy (between -15dB - 10dB 60 hours).Noise reduced well enough, but also speech volume...
Hi, I'm trying to run evaluation code with the Gemma-2 27B model. I have 2 GPUs, each with 80 GB of memory. However, I encountered an out-of-memory error when using...