add TODO
This commit is contained in:
parent
c031ae1a94
commit
59bb0d81b0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue