FluxML/Flux.jl

Overloading Flux.batch for custom eltypes

Open

#1,821 创建于 2022年1月3日

在 GitHub 查看
 (13 评论) (0 反应) (0 负责人)Julia (4,725 star) (619 fork)batch import
enhancementgood first issuehelp wanted

描述

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?

贡献者指南