Seth Axen

Results 728 comments of Seth Axen

Thanks @aseyboldt and @nsiccha for this discussion! When I have a chance I'd like to play with some of these metric initialization experiments to build some intuition for why this...

I never found a solution. I just didn't use Makie for that plot.

I agree it would be nice to be able to set the colors of line segments. In particular, I could see a user wanting vertical and horizontal line segments to...

> > Or would it be better to provide overloads for functions defined in https://github.com/JuliaGPU/CUDA.jl/tree/master/lib/cudnn? > > Not sure. It would be enlightening to have some other examples of rules...

> Perhaps surprisingly, nowhere. They're just defined against stdlib APIs and tested with GPU arrays. Oh, I meant the kernels. But I think I answered my own question. The `rrule`s...

Another data point: there's an open PR to add EnzymeCore as an extension to CUDA.jl with some basic forward-mode rules: https://github.com/JuliaGPU/CUDA.jl/pull/1869

This seems to have problems with `PlutoUI.MultiSelect`. Precomputing [this notebook](https://gist.github.com/sethaxen/35d85d69b17eb7dca2023746025aec5f) with ```julia PlutoSliderServer.export_notebook("notebook.jl"; Precompute_enabled=true) ``` gives the warning ```julia ┌ Warning: Notebook cannot be (fully) precomputed │ report = │...

@fonsp, any chance the issue in https://github.com/JuliaPluto/PlutoSliderServer.jl/pull/29#issuecomment-1555871910 might be fixed within the next month? I'm hoping to use this feature to bring [this static notebook](https://mlcolab.github.io/IntroML.jl/dev/supervised_learning.html) to life for a workshop.

@fonsp and @Pangoraw, I have tried both of your solutions but still get the same error. Two remaining issues I'm seeing (from https://github.com/mlcolab/IntroML.jl/issues/5#issuecomment-1591662292): - PlutoSliderServer still fails to precompute the...

Here is the line from my branch of PlutoUI that is being used: https://github.com/sethaxen/PlutoUI.jl/blob/10e03038a9caa9159de5cc749561997e4c3b05d3/src/MultiCheckBox.jl#L298