lorenzoh

Results 124 comments of lorenzoh

Regarding the different stages: - `rewritedoc` is a pure function that is applied to each document indivdually, returning a new document. This should be preferred where possible, as it's possible...

Saving to image files should be done in the `build` step since only then do you know the directory build to. But you could look for all `:coderesult`s with an...

Something along these lines: ```julia struct MarkdownImages

The output of `npm dev` is hidden by the command; this is probably throwing an error. You can try going to the `Pollen.FRONTEND_DIR` directory and running `npm dev` manually to...

> Think you meant to tag @jpsamaroo? Yup 😅

> Those are deps of MLUtils. I think the former is pretty fundamental, but the latter is only used in [one place](https://github.com/JuliaML/MLUtils.jl/blob/d5f3e6c6ddd91037b0c6461a0eb41d103ea87242/src/parallel.jl#L119-L125). @lorenzoh would it be easy to desugar that...

> Would be great if all GPU stuff could be skipped when not necessary, but maybe not easy. Not sure if this is the right application for this, but for...

FastAI.jl 0.5 and the subpackages have been released now, along with up-to-date documentation, so I am closing this. Let me know if something is still not working!

I will leave the decision on whether this is desirable to more active maintainers of this repository, but will note that implementation-wise a lot of things have changed since this...

I haven’t used the library for recurrent nets, so would be interested to see how this works and am open to changes of API if necessary 👍