-
# jargon 리스트
- [x] transduction model
- [x] constituency parsing
- [x] sinusoids
- [x] Positional Encodings
- [x] BLEU
- [x] WMT
- [x] factorization tricks
- [x] desiderata
- [x] transform…
-
We should start thinking about default operational pieces, such as conditional branching, iteration and loops, etc.
We need to determine the best approach for implementing these components and how t…
-
Hi!
I noticed a slight disparity between the conditional abort definition and example: https://infra.spec.whatwg.org/#algorithm-conditional-abort.
The definition's prose indicates that the "If a…
-
#1442 added mass matrix adaptation for HMC, in which we compute the covariance across all the latent variables in the model. Since #1128, we can use `iarange` (`plate`) to denote conditional independe…
-
It's a well-known technique that lets one pack integer numbers that fit into pointer value without allocation. Originally we planned it to have it from the start but it complicates support for 32/64-b…
densh updated
7 years ago
-
### Reproduction
https://formkit.link/41b1d7a75e1035af54b6ab50b919c1e4
### Describe the bug
Hey all 👋 ,
As you can see in the playground, using a FormKit schema to compute the disabled attribute…
-
Addresses https://github.com/pyro-ppl/pyro/pull/2929
See [design doc](https://docs.google.com/document/d/1MVfG0po7M5UB2mNM2In6iKKq_OYNpa_I-FnJncUgXPI)
This issue tracks changes needed to efficient…
-
-
### What's hard to do? (limit 100 words)
Code can often be simpler and more readable (reduced nesting and/or eliminate extraneous computations) if you can early return with some guard statement.
…
-
In #30, @stavros11 mentioned the option of having a separate gate to represent a collapsing measurement.
While this may be not ideal for the high-level interface (or maybe it is good as well, is it…