(no title)
sundalia | 1 year ago
- Why do you think similar approaches never landed on jax? My guess is this is not that useful for the current optimizations in fashion (transformers)
- How would you convince jax to incorporate this?
sundalia | 1 year ago
- Why do you think similar approaches never landed on jax? My guess is this is not that useful for the current optimizations in fashion (transformers)
- How would you convince jax to incorporate this?
frankling_|1 year ago
YeGoblynQueenne|1 year ago
Easy: tell them about automata.
radarsat1|1 year ago
Isn't this just adding noise to some branching conditions? What would take for a framework like Jax to "support" it, it seems like all you have to do is change
> if (x>0)
to
> if (x+n > 0)
where n is a sampled Gaussian.
Not sure this warrants any kind of changes in a framework if it's truly that trivial.
tomsmeding|1 year ago