Pytorch-Utils icon indicating copy to clipboard operation
Pytorch-Utils copied to clipboard

NNDataset() method

Open akhanss opened this issue 6 years ago • 4 comments
trafficstars

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

Best, Azam.

akhanss avatar Dec 31 '18 02:12 akhanss

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

ntomita avatar Jan 07 '19 15:01 ntomita

cannot figure out where does indices param comes from

zhubuz avatar Oct 09 '19 11:10 zhubuz

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

dhuseljic avatar May 27 '20 09:05 dhuseljic

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 ?

aledala avatar Jun 18 '20 02:06 aledala