-
Notifications
You must be signed in to change notification settings - Fork 67
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
Update Version 0.2 #359
Update Version 0.2 #359
Conversation
…et/dataloader * Modify domain by adding sample_mode, variables as property * Small change concatenate -> cat in lno/avno * Create different factory classes for conditions
* Add summation and remove deepcopy (only for tensors) in LabelTensor class * Update operators for compatibility with updated LabelTensor implementation * Implement labels.setter in LabelTensor class * Update LabelTensor --------- Co-authored-by: FilippoOlivo <[email protected]>
*Implement new methods in LabelTensor and fix operators
@ndem0 Hi! We are starting to think about dataloading. Currently, with @FilippoOlivo, we have rewritten the
In this way, the dataloader will have to interface only with the collector (and not the whole problem, conditions, ...). Notice that if the dataloader is updated (new points whatever) automatically the collector is updated! @ndem0 What do you think? I would start changing the dataloading such that they will only have three arguments |
Updating v0.2: