-
Hi k2 developers!
I am trying to implement a rudimentary version [GNAT](https://arxiv.org/abs/2205.13674) in k2, largely following [the CTC implementation in Icefall](https://github.com/k2-fsa/icef…
-
Maybe it makes sense to make the dependencies more granular. E.g. the alignment could start aligning to the already transcribed bars (maybe with some safety distance) even if not the whole document is…
-
This should provide a nice optimization for lookups on (sparse) algorithms which rely on hash table lookups at the block-level. The original HashGraph paper outlines an implementation at the device le…
-
HI! I'm dealing with similar issues as [@biubiuisacat](https://github.com/soyeonm/FILM/issues/13) and [@JinyeonKim](https://github.com/soyeonm/FILM/issues/15).
I'm stuck at Resetting ThorEnv and I do…
-
Not sure of your motivation for polyglot support, but I quickly knocked out a basic R version this evening. Only the main function, so no Mundlak, DD, CRV, etc. But perhaps it could serve as a helpful…
-
### Describe the feature
Recently the solar orbiter CDF orbit file has been ingested into the SOAR archive and is available as a standard file for download. Information can be found at:
- https://ww…
-
@mikedh
Hi, I want to compile python-fcl on windows, but failed. I do not know how to compile this wheel successfully? Thanks!
and It also failed by using the dockerfile or compiling on linux
**s…
-
```
[05:37:24] [debug] Long callback execution detected (hang or performance issue)
[05:37:24] [debug] AMX backtrace:
[05:37:24] [debug] #0 0003c054 in Malloc_Free (Alloc:slot=6694182) at C:\Users\…
-
### Summary of the new feature / enhancement
Maybe call it `Resolve-Dependency` which takes a path to a ps1 (or psm1), uses PowerShell to parse to [AST extracting all the commands](https://github.com…
-
### Bug description
Similar to #5478
/tmp/test.py:
```python
import logging
from enum import Enum
class ConstraintType(Enum): # pylint: disable=missing-class-docstring,too-few-publi…