FluxML/Flux.jl

Add max/mean unpooling operations

Open

#395 opened on Sep 11, 2018

View on GitHub
 (5 comments) (6 reactions) (0 assignees)Julia (619 forks)batch import
enhancementgood first issuehelp wanted

Repository metrics

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

Description

These are fairly common operations in image2image models (including 3d images) where they go in hand with ConvTranspose layers.

Contributor guide