-
Hi, dear author
The grammar in vosk is very useful, but there are also some problems for me, for example:
1. Replacement error in similar pronunciation,like "two" and "to" in one sentence
2. Ther…
-
### Describe the bug
I've implemented this policy to find and remediate any security group rules that are open to the world on ports that you really don't want open to the world eg 22, 3389 etc.
T…
-
Hello community,
I'm currently trying to transfer the success of end-to-end CTC ASR models for English to public German speech datasets and am not seeing the same kind of results.
The dataset t…
-
## Minimal reproducible example
```bash
(lf1) gxyd@Gauravs-MacBook-Air ~/OpenSource/lfortran main bat a.f90
───────┬─────────────────────────────────────────────────────────────────────…
gxyd updated
8 months ago
-
```fortran
program main
integer, parameter :: x1(2, 2) = reshape([1, 2, 3, 4], [2, 2])
print *, x1
end program
```
```console
(base) saurabh-kumar@Awadh:~/Projects/System/lfortran$ gfortr…
-
### Minimal Reproducible Example
```fortran
MODULE test_module
IMPLICIT NONE
REAL, DIMENSION(:,:,:,:,:,:), POINTER :: ptr_out
END MODULE test_module
PROGRAM main
USE test…
-
```python
from lpython import i32
def test_set_add():
s1: set[i32] = {0}
i: i32
total: i32 = 10000
l: list[i32] = [4444, 5348, 769, 3741, 1697, 7374, 4509, 4146, 534, 1111, 166…
-
We currently have the following backends:
* Lowering backends: LLVM, WebAssembly, x86
* Language backends: C, C++, Julia
For lowering backends, I also want to add WebAssembly->x86 and arm, and …
-
Please also reference PR #113 for the run-as environment producing the below on CPU-only in Docker. All recorded output returns "You". I'm not in a position to confirm that the recorded audio passed …
-
Trying to use guard-puma with docker and bridge network, like this:
```
networks:
test:
driver: bridge
services:
rails:
...
networks:
- test
...
```
And container…
Zetrs updated
2 years ago