-
Hi,
I like flyd and its interoperability with R transducers.
However, I have some troubles with R.groupBy that I don't have with the other transducers ( ie R.map )
`var stream = flyd.stream()…
ghost updated
6 years ago
-
The docs for [transduce]() say:
> A transformer is an an object that provides a 2-arity reducing iterator function, step, 0-arity initial value function, init, and 1-arity result extraction functio…
-
I love the concept of transducers and your implementation is excellent and performant.
I was trying to figure out how we might use transducers with Node.js streams, but I'm getting hung up on the fac…
-
We need to do something with secondary stress characters.
The `stderr` output from `$ make` includes the following:
```
Found output multi-char symbols ("А̀") in
transducer in file gt-g2p.tmp4…
-
- Make variants intern themselves upon construction when they're wrapping values that are interned, like fixnums, symbols, booleans, keywords, and singletons. Could turn operations like `into-nth` and…
-
Related to #351, but this is more about users writing and profiling their code.
Users should be able to use the [feature profiler](https://docs.racket-lang.org/feature-profile/index.html) to figure…
-
Here is the link: https://git.sr.ht/~fosskers/cl-transducers
Without the docs it is hard to choose.
-
The name `Rnnt` in the code is confusing. We are not using recurrent connections (i.e., RNN, GRU, LSTM) in our transducer models and we should use `transducer` to replace `Rnnt` in the code.
-
I am try to use this implementation with apex half precision training, but it can't.
showing that it need float rather that half:
______________
File "/data/asr_v3/src/model/transformer_transduc…
-
안녕하세요, 좋은 자료 공유해주셔서 감사드립니다.
```
git clone https://github.com/HawkAaron/warp-transducer
cd warp-transducer
mkdir build; cd build
cmake ..
make
```
위의 RNNT Loss를 설치하는 과정에서, cmake .. 명령어까지 한 …