Open fritzo opened 3 years ago
Addresses https://github.com/pyro-ppl/numpyro/pull/991 pair coded with @eb8680 @fehiepsi @ordabayevy
This attempts to introduce a new rewrite Conatraction[...Delta...] -> Scatter.
Conatraction[...Delta...]
Scatter
This currently does not work. To run failing tests, try:
cd numpyro/ pytest -vx test/contrib/test_infer_discrete.py::test_scan_hmm_smoke --pdb
Addresses https://github.com/pyro-ppl/numpyro/pull/991 pair coded with @eb8680 @fehiepsi @ordabayevy
This attempts to introduce a new rewrite
Conatraction[...Delta...]
->Scatter
.This currently does not work. To run failing tests, try: