Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make generate_batches function general by using varargs #89

Open
JordiBolibar opened this issue Dec 16, 2022 · 0 comments
Open

Make generate_batches function general by using varargs #89

JordiBolibar opened this issue Dec 16, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@JordiBolibar
Copy link
Member

Right now the generate_batches function is more or less hardcoded to a given number of input features. Although not straightforward, since the inputs are a combination of Vectors and scalars, a variable number of input features should be automatically assimilating by using varargs:

function generate_batches(batch_size, θ, UD, features...; shuffle=true)

end
@JordiBolibar JordiBolibar added the enhancement New feature or request label Dec 16, 2022
@JordiBolibar JordiBolibar self-assigned this Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant