lorenzoh

Results 124 comments of lorenzoh

Copying here from Slack: To answer some questions: - Pollen.jl builds the docs for all packages in one go currently, though you can specify for which packages you want to...

A more thorough comparison will be in the docs when I get closer to releasing. Some things that Pollen.jl can do that Documenter.jl cannot: - local preview with hot reload...

Reposting here an adapted version from our Zulip convo: > Would definitely consider it. I've tried to write DataLoaders.jl in similarly composable pieces as MLDataPattern.jl. > The DataLoader interface is...

Most flexible way to drop DataAugmentation.jl into any workflow is to write a function that augments a single image and use that in the rest of the workflow. For example:...

Looks like a good use case for Invariants.jl!

`DataLoader` with multiple threads uses [`eachobsparallel`](https://lorenzoh.github.io/DataLoaders.jl/docs/dev/interactive/?id=references%2FDataLoaders.eachobsparallel), which does not guarantee a deterministic ordering. DataLoaders.jl functionality is currently being added to MLUtils.jl (see https://github.com/JuliaML/MLUtils.jl/pull/33) and I am thinking to add an...

I made an issue that you can subscribe to :) https://github.com/JuliaML/MLUtils.jl/issues/68

Hey Theo! I've been thinking about this, and want to do it soonish. I have some refactorings outstanding in ModuleInfo.jl which needs to be registered first and then I can...

Suggestions for missing content welcome here!

Hey there, thanks for chiming in! > Could we add some shortcut keys to the page? such as quickly closing the pop page Do you mean closing the right-most open...