bion howard

Results 83 issues of bion howard

### System information - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): wsl2 ubuntu 22.04 - Flax, jax, jaxlib versions (obtain with `pip show flax jax jaxlib`: 0.8.5, 0.4.30, 0.4.30...

Priority: P2 - no schedule

pointed to prev location # What does this PR do? fixes a couple of broken links to the notebook for the mnist tutorial Fixes # (issue) ## Checklist - [x]...

**Is your feature request related to a problem? Please describe.** It's hard to know the types of the inputs and outputs to various functions This forces us to alt-click to...

enhancement
stale

fix extremely minor typo Tell us what this change does. If you're fixing a bug, please mention the github issue number. Please ensure you are submitting **from a unique branch**...

Hi, the unified memory of Apple silicon devices is compelling for AI training, and often enables these to have significantly more memory for parameters and gradients than best consumer or...

- [x] Please search existing issues to avoid creating duplicates ### Feature description 8-bit floats ### Feature motivation I'd like to train AI at lower precision than BF16 which is...

in `lib.rs`: ```rs use once_cell::sync::Lazy; pub(crate) static POLARS: Lazy = Lazy::new(|| { Python::with_gil(|py| PyModule::import_bound(py, "polars").unwrap().to_object(py)) }); pub(crate) static SERIES: Lazy = Lazy::new(|| Python::with_gil(|py| POLARS.getattr(py, "Series").unwrap())); ``` we could remove this...

Hi Trunk-rs, I'm digging Trunk and am trying to use it to replace Vite to bundle a bunch (think hundreds) of different HTMLs with links to one another. For one...

TLDR: Ultimately, my question is, would it be possible to adapt the Plot type to be Send so we could more easily show multiple plots at once? (or is there...

Hi, thank you for maintaining this crate! I'm working on some financial charts and curious if it would be possible to support range breaks to hide weekends for data which...