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 3b16df2 commit 7ecc114Copy full SHA for 7ecc114
src/data/dataloader.jl
@@ -62,10 +62,7 @@ julia> for epoch in 1:100
62
end
63
64
65
-julia> first(train_loader) isa NamedTuple{(:data, :label)}
66
-true
67
-
68
-julia> first(train_loader).label isa Vector{Char} # acces via property name
+julia> first(train_loader).label isa Vector{Char} # access via property name
69
true
70
71
julia> first(train_loader).label == Ytrain[1:5] # because of shuffle=true
0 commit comments