We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0834ce8 commit ac63cf6Copy full SHA for ac63cf6
src/batchs.jl
@@ -23,6 +23,7 @@ function ConcatenatedBatch((; field)::Batch)
23
end
24
function stack_ConcatenatedBatch(x::AbstractVector{<:ConcatenatedBatch})
25
field = reduce(x) do a, b
26
+ @info "vals" a b
27
cat(a.field, b.field; dims=ndims(a.field))
28
29
offsets = vcat([0], getfield.(x, :lengths) .|> last)::Vector{Int} |> cumsum |> DropLast(1)
0 commit comments