bion howard

Results 183 comments of bion howard

![image](https://user-images.githubusercontent.com/24532336/72016141-35770400-3231-11ea-96c1-08beb0f479d0.png) tusk is unusable

"ctrl + enter" does not exit a code block

``` gts[imgId] = self.coco.imgToAnns[imgId] res[imgId] = self.cocoRes.imgToAnns[imgId] ``` what are these?

@aslanides does this look OK? just wanted a way to turn off the loading messages as they were handled elsewhere in my current logging setup

second idea: how could we simulate adding money to the account at regular intervals (recurring investment) ? just want to model my own portfolio as closely as possible, and i'm...

dear @polakowo, I'm still having fun tinkering with the library, are you interested in more ideas? one issue I'm having is, numba is pretty finickey at invoking lists of functions...

Do you think jax.tree_util.tree_multimap could enable further broadcasting in the portfolio generation steps? I wonder because you could potentially pass in 2 PyTrees (arbitrarily nested collections) with similar number of...

no rush or expectation, I'm down to tinker. Is there any place in the codebase where we could make a toggle switch to toggle between jax and numba? Then i...

Here are some benchmarks on generic tasks: https://github.com/dionhaefner/pyhpc-benchmarks Looks like it's about the same or a bit slower on CPU but enables GPU mode with potential 100-1000x speedup Here's the...

ok, here's a benchmark for `returns_jax` vs `returns_nb` on a ubuntu 20.04 rig running latest numba and numpy and jax on a 12 core intel cpu with 64gb ram and...