-
It would be useful/necessary to write the phonon branch in such a way that it can be called from another type of calculation when it is necessary to compute a hessian.
It also has to contemplate the …
-
New Whisper model Turbo3 is rolled out.
https://github.com/SYSTRAN/faster-whisper/issues/1025
-
2024-11-05 12:55:26,724 INFO [train.py:1231] (0/2) Training will start from epoch : 1
2024-11-05 12:55:26,725 INFO [train.py:1243] (0/2) Training started
2024-11-05 12:55:26,726 INFO [train.py:1253]…
-
This issue focuses on debugging `airbus_attention_vtlp_CTC.py` that first appears in commit [1857440](https://github.com/raymondxyy/pyaudlib/commit/1857440e5925c6ccab7863b560d58f93c57f7e8b) @ShangwuYa…
-
I know all the words, but I don't know how to use them.
-
For the language server, we need two orthogonal things:
### LFortran side:
Write LFortran tests that accept source code, line + column as input, and output various results:
* for tab completi…
-
I had test one short wav and one long wav,the asr result is not satisfied , for example:
![image](https://github.com/user-attachments/assets/03181b58-9504-4ee7-8d5b-6b60c6cf8e33)
can y…
hmylk updated
1 month ago
-
Frankly, VDU's are for pussies.
A real mans PDP11 is connected to raw steel.
An ASR33.
fonts:
https://iclces.uk/articles/a_teletype_font.html
https://iclces.uk/_static/teletype.ttf
http…
-
Picked from PR: #1098:
This example shows how to recover from errors, it creates an AST:
```console
tests/errors(error2) $ lfortran assignment_01.f90 --show-ast
ERROR 3
ERROR 2
(TranslationUni…
-
The `push_back` call on `Vector` here does not work:
``` fortran
module template_vector_m
implicit none
private
public :: vector_t
type :: Vector
integer, allocatable …