Fix autoregressive sampling
Created by: wdphy16
- Reimplement
batch_choice
withoutscan
, so it's faster a lot - Change
n_chains
ton_chains_per_rank
inARDirectSampler
- Use
logsumexp
in the last layer ofARNN*
, and removeARNN*.eps
Changes to the public API:
-
ARNN*.eps
is removed.