KubaMichalczyk

Results 2 issues of KubaMichalczyk

I was trying to parallelise my code with `pandarallel` package in the following way: import pandas as pd from sklearn.cluster import SpectralClustering from pandarallel import pandarallel import numpy as np...

If you're working with multiple GPUs and the input tensor `x` is not on `cuda:0`, the following line causes the tensor to land on the default GPU. This causes a...