SEACells
SEACells copied to clipboard
No speed increase was observed when use_gpu=True
The time consumption by the model.fit step seems almost the same with or without using gpu. What's going on here?
Hi! Can you confirm that it prints out "("Welcome to SEACells GPU!"), just to make sure the correct version is being called?
Also, what is the size of your dataset? The overhead of the GPU may be dominating if the dataset size is relatively small.