FluxML/Flux.jl

Overloading Flux.batch for custom eltypes

Geschlossen

#1.821 geöffnet am 03.01.2022

 (13 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Julia (619 Forks)batch import
enhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (4.725 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

I ran into a use case for the batch function to operate on generators. I noticed that the batch function is not all that compatible with generators since it doesn't utilize the collect function for them. I'm curious if this additional functionality for the batch function is something that Flux.jl is interested in?

Contributor Guide