Fritz Obermeyer

Results 210 comments of Fritz Obermeyer

FO> Hmm, the only difference from mine is i686 vs x86_64. I have heard of FO> chrome frames crashing when they run out of memory, but 20sec of wav FO>...

Platform: Ubuntu 12.04 only; gcc 4.6

4ceee25a added a `treecat.format.read_csv` based on `pd.read_csv`.

[Moss et al. (2020)](https://arxiv.org/abs/2010.00979) (section 5.2 and appendix E) evaluate their algorithm using _minimum free folding energy_ as an objective function in optimizing short proteins, deferring to [ViennaRNA](https://github.com/ViennaRNA/ViennaRNA) to compute...

[Angermueller et al. (2020)](https://arxiv.org/abs/2006.03227) (section 5) provide a number of in-silico benchmarking problems, including tfbind8 and tfbind10.

@thiagowfx thanks for keeping this public issue open (the upstream issue gives me Permission Denied)

note this is currently blocked by build issues. we could update the .travis.yml file in this repo after https://github.com/pyro-ppl/pyro/pull/2775

I've been thinking about this. I think it should be possible to register test cases in pytest-oblivious maner by creating an object with - a function (the name of this...

I believe the above code computes the posterior predictive log density, which includes both prior and likelihood. In the past, when I've computed log-likelhood, I've manually masked out the prior...

> how did you mask out your prior sites systematically? I've enclosed the top of a hierarchical model in a boolean `poutine.mask(mask=___)`, e.g. ```py def example_model(data, include_prior: bool = True):...