Results 6 issues of JP

Since Pyro supports exclusively Python 3, we should look into adding [type hints](https://docs.python.org/3/library/typing.html). This has a few advantages: - pep8 linters can check for type errors - easier for a...

enhancement
usability
testing
warnings & errors
good first issue

I'm having the similar trouble as in #26. Not sure if I'm doing something wrong or if there's a fix. I'm using my own image dataset all scaled to 96x96....

We have a few additional custom kernels we've implemented for a project that I think would be better served upstream (eg white noise, changepoint, etc). Would you welcome PRs for...

enhancement

### Godot version 4.2 ### godot-cpp version 4.2 ### System information Mac os 10.15 ### Issue description i am trying to build the godot-cpp library: `scons platform=macos arch=x86_64 generate_bindings=yes` and...

### Motivation Since there are fewer BM maintainers within Meta, I wanted to open source intern infra projects (by James and Zhen) built on BM for external research and future...

CLA Signed

From the OpenTeams discussion today, we should have an easy way to add terms to the model density. Something like [pyro.factor](https://docs.pyro.ai/en/stable/primitives.html?highlight=factor#pyro.primitives.factor) or [pyro.condition](https://docs.pyro.ai/en/stable/poutine.html?highlight=do#pyro.poutine.handlers.condition)which behind the scenes adds an observe statement....