Closed lanking520 closed 7 years ago
P100 has 16 gigs. The input and the output (*dest
) are > 8430000000 bytes * 2 > 16 gigs. Sorry :( Consider subsampling the dataset.
I see. Will two GPU helps on this Algorithm?
I also tried with a smaller dataset: with 440k * 6000 and that one is 14 times faster than my SK-Learn one. Awesome performance!
Does it support batch fitting if the input is very large? @vmarkovtsev
It doesn't. The intended use case is having a big ratio of classes to samples.
Hi! I tried to use this on my model and it just explode the memory, the input size is: 2M * 6000 Matrix
I set the yinyang_t = 0
The GPU I use is Tesla P100