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 (4,725 stars) (619 forks)batch import
help wanted

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