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
ERROR: conversion to pointer not defined for Vector{UInt8}
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:35
[2] unsafe_convert(::Type{Ptr{UInt8}}, a::Vector{UInt8})
@ Base ./pointer.jl:67
[3] with_heap_memory(::typeof(SimpleChains._chain), ::SimpleChain{Tuple{…}, Tuple{…}}, ::Int64, ::StrideArraysCore.PtrArray{Float64, 2, (1, 2), Tuple{…}, Tuple{…}, Tuple{…}}, ::Ptr{Float32})
@ SimpleChains ~/.julia/packages/SimpleChains/u5b1E/src/memory.jl:38
[4] (::SimpleChain{Tuple{…}, Tuple{…}})(arg::Matrix{Float64}, params::StrideArraysCore.StaticStrideArray{Float32, 1, (1,), Tuple{…}, Tuple{…}, Tuple{…}, 19688})
@ SimpleChains ~/.julia/packages/SimpleChains/u5b1E/src/simple_chain.jl:193
[5] top-level scope
@ REPL[9]:1
Some type information was truncated. Use `show(err)` to see complete types.
So, given that the 1.11 alpha just came out maybe this is not so worrisome, but I wanted to let you know as soon as I noticed it.
The text was updated successfully, but these errors were encountered:
Up to 1.10, if I were instantiating a
mlpd
like the followingand then feeding it some data
But, if I try with
I get the following error message
So, given that the 1.11 alpha just came out maybe this is not so worrisome, but I wanted to let you know as soon as I noticed it.
The text was updated successfully, but these errors were encountered: