Julieta Martinez

Results 17 issues of Julieta Martinez

The demos from Metalhead.jl are broken if one tries to run them on the GPU (xref https://github.com/FluxML/Metalhead.jl/issues/42), eg ```julia julia> using CuArrays, Metalhead, Flux julia> vgg = VGG19() |> gpu...

Using julia LTS 1.0.5 for now

Some CUDA code is never called from julia, which is confusing, eg https://github.com/una-dinosauria/Rayuela.jl/blob/ccf22abef46d29651e4115ffa47b648229ae8571/deps/src/cudautils.cu#L85-L95 as reported in #39. We should remove unused code in general.

cleanup

This is a meta-issue of https://github.com/una-dinosauria/Rayuela.jl/issues/26 We want to make it easy for people to reproduce our main results. These are the things that are missing for push-button reproducibility. *...

We are writing our documentation under https://github.com/una-dinosauria/Rayuela.jl/tree/master/docs. Waiting on CI (#27) to deploy documentation once tests pass

https://github.com/FourierFlows/FourierFlows.jl/blob/2bad3de6716f4848cb1b78a848b1d35f9ca3683d/src/FourierFlows.jl#L100-L106 Seems to be an interesting way to do this

Perhaps with [Lint.jl](https://github.com/tonyhffong/Lint.jl).

For readability and perhaps type stability.

Without multithreading and due to https://github.com/JuliaLang/julia/issues/939, implementing the lookup-table-based search of MCQ in Julia is simply not competitive. We should revisit this once Julia gets decent multithreading and faster partial...

julia 1.0