-
Notifications
You must be signed in to change notification settings - Fork 5
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
SINGLE and BATCH #27
Comments
In light of some recent changes to the abstract type hierarchy (CC @CheukHinHoJerry ) maybe this can now be re-designed? Basically what happens is that different classes of bases now put different meanings to the term SINGLE and BATCH. This will surely help here. |
maybe some meta-programming ... ? |
@CheukHinHoJerry -- I was thinking about the following: A matrix rr = # Vectors of input radial distances
Rn = # radial basis
evaluate(Rn, Batch(rr))
# output will be a `Batch{Matrix}` rather than a `Matrix` (or something along those lines) What do you think of this? How do the most common ML frameworks deal with that? |
Sorry for missing that in early Jun. What you mentioned sounds right. I will mull this over a little while and get back to you tonight. |
Should we also consider this together with what we want to do in #18 (comment)? Can we at the same time drop all codes that with only single input, reshape PtrArray for free and label the output array as what you have mentioned? This makes a lot of sense to me. |
you are right, this is closely related. |
Maybe we can add this issue to our discussion with @tjjarvinen |
Before we rewrite anything maybe we should first discuss this? CC @tjjarvinen |
is there a solution to this ambiguity?
It is maybe not so important because of this:
The text was updated successfully, but these errors were encountered: