JuliaML / JuliaML/MLUtils.jl

`batchsize=Inf` or something?

Open
#144 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
124
Forks
23
PR merge metrics
No merged PRs in 30d

Description

It would be nice if you could `DataLoader` for one maximal-size batch, without knowing the size of the inputs.

This would mean that a function which loads some data, pre-processes it, and then returns a `DataLoader` could easily be used to return the full dataset, in the identical format, as long as it passes the keyword `batchsize` along.

Could be `batchsize=0`, since `-1` already does something special. Although unfortunately 0 is not an error right now.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.