Skip to content

Commit b04b6a0

Browse files
committed
cleanup
1 parent 51b9354 commit b04b6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cudnn/nnlib.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Base.broadcasted(::typeof(identity), x::DenseCuArray{T}) where {T<:CUDNNFloat} =
276276

277277
# Upsampling
278278

279-
function upsample_bilinear(x::CuArray{T,4}, scale::NTuple{2,Real}=(1,1); outsize::Union{Nothing,NTuple{2,Integer}}=nothing) where T ) where T
279+
function upsample_bilinear(x::CuArray{T,4}, scale::NTuple{2,Real}=(1,1); outsize::Union{Nothing,NTuple{2,Integer}}=nothing) where T
280280
w,h,c,n = size(x)
281281
width_scale, height_scale = Float32.(scale)
282282
if outsize===nothing

0 commit comments

Comments
 (0)