-
I want to run your tts model, I compiler sherpa-onnx follow the steps:
```git clone https://github.com/k2-fsa/sherpa-onnx
cd sherpa-onnx
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
…
-
### Week 1 - Get to know the community
- [X] Join the communication channels
- [X] Open a GitHub issue (this one!)
- [x] Install the Ersilia Model Hub and test the simplest model
- [x] Write a motiva…
-
we will update tensorflow lite package for support tensorflow lite selected ops
below is temp solution for using them
## Build Tensorflow lite .so file with selected ops
Requirements
gcc,…
-
This started happening after iOS 13 was release. I started seeing a lot of crashes in productions with this in my fabric logs.
`Crashed: com.apple.root.user-interactive-qos
0 member_mobile_update…
-
Two Models:
- CharRNN
- AAE
don't seem to train when cuda is enabled.
Error:
```
RuntimeError: 'lengths' argument should be a 1D CPU int64 tensor, but got 1D cuda:2 Long tensor
```
-
Hello
I'm trying to create a custom text recognition model with over 4000 images(icdar2015) following [this ](https://colab.research.google.com/drive/1wxmVj_t_T3a5yk9bffmSJPhr-M6hFG4b?usp=sharing#…
-
训练机paddlepaddle-gpu-2.02post110 双3060
测试机paddlepaddle-gpu-2.02post110 双3060
测试机paddlepaddle-gpu-1.85post107 单1650s
1.
![image](https://user-images.githubusercontent.com/65384545/126733329-77cc0867…
-
I try to depoly my pytorch model with argparse module.
It seems that the argparse module declared in the app will replace the arguments of gunicorn.
And I have encountered such a problem like this:
…
-
Hi all,
How to use the char-rnn example ? [char-rnn](https://github.com/LaurentMazare/tch-rs/tree/main/examples/char-rnn)
I saved the `input.txt` file in the data folder and ran `cargo run --exa…
-
This library is by far the most comprehensive deep learning framework in C, and is strangely underrated.
One possible reason is that the examples have not been updated for the new versions, and thu…