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

NNDataset() method #1

Open
akhanss opened this issue Dec 31, 2018 · 4 comments
Open

NNDataset() method #1

akhanss opened this issue Dec 31, 2018 · 4 comments

Comments

@akhanss
Copy link

akhanss commented Dec 31, 2018

Thank you for sharing the repo. I am just wondering if you can share code for NNDataset() as well.

Best,
Azam.

@ntomita
Copy link

ntomita commented Jan 7, 2019

I think the NNDataset is just an abstraction of any dataset that inherits torch.utils.data.Dataset.

@zhubuz
Copy link

zhubuz commented Oct 9, 2019

cannot figure out where does indices param comes from

@dhuseljic
Copy link

You could use the subset class torch.utils.data.Subset(dataset, indices=train_idx).

@aledala
Copy link

aledala commented Jun 18, 2020

What does 'frames' exactly mean in the code? I know it is mentioned length of sequence of the patient. But what does 'frames' mean in a generic sense ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants