FluxML/Flux.jl

Overloading Flux.batch for custom eltypes

クローズ

#1,821 opened on 2022/01/03

 (13 件のコメント) (0 件のリアクション) (0 人の担当者)Julia (619 件のフォーク)batch import
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (4,725 個のスター)
PR merge metrics
 (平均マージ 3d 6h) (30d で 6 merged PRs)

説明

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?

コントリビューターガイド