Brian Chen
Brian Chen
Source: https://news.ycombinator.com/item?id=29401071 I assume adding this to the docs would take some work, but perhaps a GH wiki page?
AFAICT it isn't mentioned anywhere in the readme. Might be a good opportunity to get Documenter up and running too.
From https://arxiv.org/abs/2112.05682v2. I have no immediate use for this, but it looks cool and I didn't want it to go unmentioned in case some aspiring contributor to Transformers.jl is looking...
Following #8 and #9, would it be feasible to integrate an API along the lines of: ```julia ... with_logger(lg) do for i=1:100 # increments log_step_increment by one by default #...
Traversal functions in Functors.jl currently handle traversal via manual recursion. This isn't the end of the world, but it results in a good amount of code duplication as well as...
https://github.com/FluxML/Flux.jl/pull/1862 made me realize that this was inconsistent.
This could help with both slow local and CI times, since we're mostly bottlenecked by single-threaded compilation.
This was recently marked private in https://github.com/FluxML/Flux.jl/pull/1998, but looking at a recent downstream test run (my mistake for not enabling them on that PR) it appears that [downstream libraries](https://github.com/FluxML/Flux.jl/runs/8008495389?check_suite_focus=true) are...
A revamp of @dfdx's work in #304. The main changes here are running benchmarks and rendering the report on Buildkite instead of GHA, because the former gives us runners with...
While testing #32, I noticed this triggered in the log: https://github.com/FluxML/Flux.jl/blob/0a215462ad8e0ba795205c9e94864403207d63fa/src/deprecations.jl#L13. On a side note, should the badges in the README point to GHA now?