ExpandingMan

Results 126 issues of ExpandingMan

Minimal Lux examples on GPU are still impractical due to excessive compile times, and occasional failures. Here is a minimal example: ```julia using LinearAlgebra, Random, Statistics, Optimisers using CUDA using...

I get the following error whenever I have navigator installed and inabled and type something that brings up LSP completions (with `cmp`). ``` Error executing vim.schedule lua callback: /usr/share/nvim/runtime/lua/vim/diagnostic.lua:573: Unexpected...

Failing to inline a function within a GPU kernel can have very bad consequences. I had a very hard time coming up with a good MWE of the types of...

When using Documenter.jl for projects at my job, I have to use our private company github and very often wind up having to do just the sort of thing that...

Type: Feature
Status: Waiting for Author

With [this](https://github.com/FluxML/OneHotArrays.jl/pull/56) PR to OneHotArrays, basic examples with Lux seem to be working with them, but one gets the warning ``` ┌ Warning: cuBLASLt failed for the given inputs relu,...

The `Parallel` layer never calls `Lux.apply`, but only calls its own method `Lux.applyparallel`. The problem with this is that if you try to overload methods of `apply` to implement your...

documentation