Xiaoyan Wang

Results 13 comments of Xiaoyan Wang

It seems like Chapter 5: Conditional Dependence does not have a corresponding reading page yet (so the link at the bottom of the Chapter also leads to a [404 page](https://probmods.org/readings/conditional-dependence.html))...

Thanks for surfacing this, Andy. I can reproduce the same issue on my machine even without your modifications, so there is definitely some regression on BM side. I am suspecting...

Thanks for the 2nd test reorganization. Do we have a plan to create an entry point to run GTest as part of this PR to enable C++ testing on external...

@feynmanliang We've had some discussions around the future of Bean Machine with OpenTeams. Even though the Meta team that officially supports it was gone, there's still some interests to keep...

Looks like there're some version updates in `yarn.lock` but there's no change in `package.json`. Are those updates necessary? I'm asking because due to security reason, we have to check in...

:) By "license" the linter is referring to the few lines of comments at the top of every file (i.e. [you can just copy-paste this section to your files](https://github.com/facebookresearch/beanmachine/blob/main/src/beanmachine/ppl/inference/base_inference.py#L1-L5))

Thanks for the reply @martinjankowiak . I pull the changes from #3123, but sadly, it doesn't seem to fix the issue (and the ELBO is even worse). I also include...

I'm having trouble reproducing the failing `test_constrained_positive_reals` test on my machine, though I will take a closer look at a later time.