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

Function to vertically partition data #4

Closed
TTitcombe opened this issue Jun 7, 2020 · 0 comments · Fixed by #10
Closed

Function to vertically partition data #4

TTitcombe opened this issue Jun 7, 2020 · 0 comments · Fixed by #10
Assignees
Labels
Type: New Feature ➕ Introduction of a completely new addition to the codebase

Comments

@TTitcombe
Copy link
Member

TTitcombe commented Jun 7, 2020

Feature Description

A function which takes a torch dataset, e.g. torchvision.datasets.MNIST and outputs two datasets, each holding a deterministic partition of the dataset (i.e. the first returned dataset always corresponds to the top half of the images)

The datapoints should remain ordered (i.e. so PSI is not required)

Is your feature request related to a problem?

To provide vertically partitioned data to the SplitNN, we need an efficient and easy way to partition datasets

Additional Context

This is part of EPIC #3

@TTitcombe TTitcombe added the Type: New Feature ➕ Introduction of a completely new addition to the codebase label Jun 7, 2020
@TTitcombe TTitcombe self-assigned this Jun 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: New Feature ➕ Introduction of a completely new addition to the codebase
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant