You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows thunks, and CI for conv shows lots of errors like this:
AutoDiff: spatial_rank=3: Error During Test at D:\a\NNlib.jl\NNlib.jl\test\conv.jl:889
Got exception outside of a @test
MethodError: no method matching length(::InplaceableThunk{Thunk{ChainRules.var"#719#722"{Float64, Colon, Array{Float64, 5}, ProjectTo{AbstractArray, @NamedTuple{element::ProjectTo{Float64, @NamedTuple{}}, axes::NTuple{5, Base.OneTo{Int64}}}}}}, ChainRules.var"#718#721"{Float64, Colon}})
The function `length` exists, but no method is defined for this combination of argument types.
You may need to implement the `length` method or define `IteratorSize` for this type to be `SizeUnknown`.
The text was updated successfully, but these errors were encountered:
This allows thunks, and CI for conv shows lots of errors like this:
The text was updated successfully, but these errors were encountered: