Skip to content

Commit 564cb5b

Browse files
committed
increase test batchsize
1 parent 9753cf1 commit 564cb5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/normalization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import OnlineStats: fit!, mean, std
3030
b=Int[],
3131
c=NormalizedTrace(Vector{Float32}[], array_normalizer((10,))) #TODO check with ElasticArrays and Episodes
3232
),
33-
sampler=BatchSampler(30000),
33+
sampler=BatchSampler(300000),
3434
controler=InsertSampleRatioControler(Inf, 0)
3535
)
3636
append!(t, a = [1,2,3], b = [1,2,3], c = eachcol(reshape(1f0:30, 10,3)))

0 commit comments

Comments
 (0)