-
When I installed the torbi, I got an error of "subprocess.CalledProcessError: Command '['which', 'g++-11']' returned non-zero exit status 1". Is the g++-11 necessary for torbi?
-
Hello,
I want to train an ASR system using the specaugment idea, however I have low experience with tensorflow & lingvo.
What is the proposed way to move forward with this? From what I looked th…
q121q updated
4 years ago
-
```
HCompV -A -T 1 -C /nfs/home-GLITE/sagrid005/home_cream_125980864/CREAM125980864/cvn_vectors -k */mfccs/%%%_*.mfc -q v -S /nfs/home-GLITE/sagrid005/home_cream_125980864/all.mfccs.lst
HMM Def Error…
-
In asr, the saving format of create_asr_feature is sparse, the data is saved by [index, data] pairs, which have redundancy and is not efficient at all. The tfrecord file is much larger then the file i…
-
We should implement *runtime polymorphism*, using virtual function tables. Here is the simplest example:
```python
# Base class
class A:
def myprint():
print("A")
def f(a: A):
…
-
## ❓ Questions and Help
#### What is your question?
High memory consumption on ASR inferencing on a 16GB RAM server. It used up the system RAM up to 15.67GB and cause the whole server to hang.
…
-
```
program p
implicit none
real :: e2(*)
end program p
```
The lfortran gets a segmentation fault when I compile this code with llvm.
-
### The high level motivation
Some real world PyTorch benchmarks that we would like to run are at: https://github.com/pytorch/benchmark/tree/64409d5704b6136c6cb28071ff8eba61751b1b02/torchbenchmark/…
-
Figure out a clean way to represent and implement string to int conversions in ASR.
Then figure out how to hook it up in LPython.
Discussed at https://lfortran.zulipchat.com/#narrow/stream/31186…
-
This program won't compile with lfortran but 5 other compilers write ```666``` to unit ```*```:
```
program linetest
character(80):: line
write(line(1:3),'(I3)') 666
write(*,'(A)') line(1:3…