This commit is contained in:
Dhairya Gandhi 2019-11-26 16:23:09 +05:30
parent c031ae1a94
commit 59bb0d81b0
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ function conv_transpose_dims(c::ConvTranspose, x::AbstractArray)
)
end
# TODO: Find proper fix for https://github.com/FluxML/Flux.jl/issues/900
@nograd conv_transpose_dims
function (c::ConvTranspose)(x::AbstractArray)