Mike J Innes
Mike J Innes
Make sure to instantiate the mime type. There's a neater string macro as well. Anyway if there's no difference that points to the compiler time being in dependencies, I think....
They are variables in the same sense that variables in mathematics or functional languages are; they are placeholders which take on different values between invocations. If there's a better name...
Yes, adding coverage would be great. I think it would be good to continue the pattern we've followed so far of making the higher-level signatures (e.g. `Number * Number`) primitives...
Tried this again and third time lucky. @zhaw do you mind if I host this as a torrent and post the link here, to make this easier for others?
> Maybe this can be fixed by making trace try all the options in the union separately and then trying to do a union of the types. That's probably a...
The lowered code gives a good idea: ```julia julia> @code_lowered foo(1, 2) CodeInfo( 1 ─ Base.getfield(args, 1) │ %2 = Base.getfield(args, 2) │ %3 = Base.getfield(args, 3) │ %4 =...
https://github.com/FluxML/Flux.jl/pull/1204 for updates to CUDA references in the docs.
Some progress on listing models and the ecosystem [here](https://fluxml.ai/models.html) (not yet linked, we just need to add the trained models table).
Great stuff. I imagine it could be useful to flesh out the 'community' section of the docs with resources like this, and of course specific projects like FluxModels can go...
Definitely. Unfortunately this is a limitation of autocomplete-plus, so we'll have to wait for it to be fixed over there.