brmp
brmp copied to clipboard
Enable JIT compilation for Pyro inference methods?
I think we should do this by default. I have found NUTS on many models to be 2-4 times faster with JIT, but due to some complexity that has been added to PyTorch's JIT lately, compilation can take a significant time for certain models, so it might be worth having an no-jit override option.