Kyle Daruwalla
Kyle Daruwalla
Oops so then `selectdim` just always returns a `SubArray`? Taking a contiguous view directly should return `CuArray` if I'm not mistaken.
Adding discussion from the bi-weekly call. Solution here is to add `module` (`@__MODULE__` by default?) when using the `@load` macro.
@CarloLucibello @DhairyaLGandhi Can we merge this? It is blocking pre-trained weights from being used in Metalhead without _the user_ loading Zygote in the REPL.
@timotaularson Sorry for the long delay. Do you mind adding the tests? Or I can take over and re-submit this PR, but I always like to preserve authorship for the...
Closed by #91
Not quite sure about the second message. For the first, have you done `using OrderedCollections` before loading? If you are loading in the REPL, you don't need the `@__MODULE__` code.
You can use #102 as a quick workaround. The reason we haven't merged yet is because the fix involves updating some fragile code calling into Julia's C internals. So, we...
I am closing this as a duplicate of #107.
In the end, I think we'll want to use `LinearAlgebra`, etc. so that the BSON file can be loaded by someone else in a totally different environment (unless we figure...
I want to also link to this issue: https://github.com/FluxML/Flux.jl/issues/1104 Supporting animations on data flow through those kinds of diagrams would be awesome. The Building Blocks of Interpretability is certainly shares...