Skip to content

Commit

Permalink
1.0 fixes fot conv transpose
Browse files Browse the repository at this point in the history
  • Loading branch information
tejank10 committed Sep 5, 2018
1 parent e138970 commit cdaa0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/conv.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ ConvTranspose(k::NTuple{N,Integer}, ch::Pair{<:Integer,<:Integer}, σ = identity
ConvTranspose(param(init(k..., reverse(ch)...)), param(zeros(ch[2])), σ,
stride = stride, pad = pad, dilation = dilation)

Flux.treelike(ConvTranspose)
@treelike ConvTranspose

function (c::ConvTranspose)(x)
# TODO: breaks gpu broadcast :(
Expand Down

0 comments on commit cdaa0b4

Please sign in to comment.