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
julia>build_nn_function(soutput, nn.params, nn.input)(input2, nn_cpu.params)
ERROR: MethodError: no method matching create_array(::Type{Base.ReshapedArray{…}}, ::Nothing, ::Val{1}, ::Val{(3,)}, ::Float64, ::Float64, ::Float64)
The function`create_array` exists, but no method is defined for this combination of argument types.
Closest candidates are:create_array(::Type{<:SubArray{T, N, P, I, L}}, ::Any, ::Val, ::Val, ::Any...) where {T, N, P, I, L}
@ SymbolicUtils ~/.julia/packages/SymbolicUtils/jf8aQ/src/code.jl:546create_array(::Type{<:Array}, ::Any, ::Val, ::Val, ::Any...)
@ SymbolicUtils ~/.julia/packages/SymbolicUtils/jf8aQ/src/code.jl:498create_array(::Type{<:Array}, ::Nothing, ::Val, ::Val{dims}, ::Any...) where dims
@ SymbolicUtils ~/.julia/packages/SymbolicUtils/jf8aQ/src/code.jl:502...
functioncreate_array(::Type{<:Base.ReshapedArray{T, N, P}}, S, nd::Val, d::Val, elems...) where {T, N, P}
create_array(P, S, nd, d, elems...)
end
we get:
julia>build_nn_function(soutput, nn.params, nn.input)(input2, nn_cpu.params)
ERROR: DimensionMismatch: new dimensions (2, 1, 2) must be consistent with array size 6
For
we get:
This is related to JuliaSymbolics/SymbolicUtils.jl#644.
The text was updated successfully, but these errors were encountered: