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
The val_indices argument here https://github.com/apple/pfl-research/blob/develop/pfl/data/dataset.py#L164 is currently not implemented. fix it.
The correct behavior should be if val_indices are provided, then split method should split the user dataset into a train and val partition dataset objects according to those indices and not according to the input arguments of split.
This is useful if you have static partitions within each individual user.
(115345691)
The text was updated successfully, but these errors were encountered:
The
val_indices
argument here https://github.com/apple/pfl-research/blob/develop/pfl/data/dataset.py#L164 is currently not implemented. fix it.The correct behavior should be if val_indices are provided, then
split
method should split the user dataset into a train and val partition dataset objects according to those indices and not according to the input arguments ofsplit
.This is useful if you have static partitions within each individual user.
(115345691)
The text was updated successfully, but these errors were encountered: