FluxML/Flux.jl

Optional batch dimension for convolutions

Open

#593 opened on Feb 4, 2019

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Julia (619 forks)batch import
help wanted

Repository metrics

Stars
 (4,725 stars)
PR merge metrics
 (Avg merge 3d 6h) (6 merged PRs in 30d)

Description

Currently Conv is the only place a batch dimension is required. It would be nice to check dimensions and reshape as necessary so that it isn't require, for convenience.

#583

Contributor guide