'BernoulliLogits' object has no attribute 'mask'

Hello!
We are trying this tutorial:

and we go this error message:
AttributeError: ‘BernoulliLogits’ object has no attribute ‘mask’

in the function impmodel().

Would you have suggestions on how to fix this?

Note: we use numpyro.infer import MCMC, NUTS.

Probably this is a bug. Could you open a github issue instead?

1 Like

@fehiepsi, Ok, a github issue was opened. Thank you.

Thank you very much @fehiepsi for quick answer in github. We updated Ubuntu, and funsor and it now works.

1 Like