Skip to content

get_minirocket_features Chunksize question #166

Answered by YojoNick
YojoNick asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not sure why I get a CUDA error, but even if I didn't get a CUDA error, I realize now I don't think I have enough CPU memory to hold all processed 650,000 samples. With 650,000 samples, each of them being a float32 at 4 bytes each, and each sample having 10,000 features that results in 650,000 samples x 10,000 features per sample x 4 bytes / 1e9 bytes in a gigabyte = 26 gigabytes. So it takes 26 gigs of CPU memory just to hold a single copy of the data, never mind any derivative memory consumption for processing it.

I guess the moral of the story here is be mindful of the number of samples you have when asking get_minirocket_features to calculate the features...

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by YojoNick
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants