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
(;[(k, sample(v, t)) for (k,v) inpairs(s.samplers)]...)
40
+
end
41
+
42
+
43
+
"""
44
+
MultiBatchSampler(sampler, n)
45
+
46
+
Wraps a sampler. When sampled, will sample n batches using sampler. Useful in combination with MetaSampler to allow different sampling rates between samplers.
0 commit comments