Suraj Yerramilli

Results 1 comments of Suraj Yerramilli

I get the following error when I run the notebook with `jit_compile=True` ``` ~/opt/anaconda3/envs/dev/lib/python3.7/site-packages/pyro/infer/mcmc/util.py in _potential_fn_jit(self, skip_jit_warnings, jit_options, params) 292 293 if self._compiled_fn: --> 294 return self._compiled_fn(*vals) 295 296 with...