-
-
### Description
I got a unexpected error when I was using t2t-decoder! It worked well before I updated the tensor2tensor code.
### Environment information
### For bugs: reproduction and erro…
-
Here is a test code (from our integration tests):
```fortran
program elemental_05
integer, parameter :: n = 10
integer :: i
type :: vector
integer :: elements(n)
end type
type(vector…
-
```console
% cat examples/expr4.f90
program expr2
implicit none
integer :: v_list(5)
call unused_dummy_argument(v_list)
print *, "ok"
contains
elemental subrouti…
-
Too many overruns. It is very likely that the RTF on your board is larger than 1. Please use ./bin/sherpa-onnx to compute the RTF
-
Hi, I'm trying to write a background app to run constantly while Temi run's other functions.
In this app I have basic command using asr and wakeup() such as;
Follow me
Stop Following me
Go to …
-
Hello,
When installed on a local Ubuntu WSL under windows 11,
It currently works fine with --cpu_mode but throws "RuntimeError: CUDA failed with error out of memory" in standard mode. Unable to us…
-
```fortran
pure function my_merge(val1, val2, mask) result(merged_value)
integer, intent(in) :: val1, val2
logical, intent(in) :: mask
integer :: merged_value
if (mask) then
merged_value = val…
-
**Describe your question**
I want to directly decode whisper pretrained models and also want to get the decoded results after finetuning them with my own language dataset for ASR task. After searchi…
-
Hi Thanks for great speech tool kit.
I am using the Librispeech ASR recipe for training with my custom data. Due to CPU memory limitations, I am utilizing "num_splits_asr." Additionally, because of…