Paras Koundal

Results 2 issues of Paras Koundal

Hi, I want to use Ensemble-PyTorch with PyTorch-Geometric. However, it doesn't recognize the dataloaders. Is this under development or a bug.

enhancement

I am using probfit ('1.2.0') with scipy('1.7.3') to add up gaussian kde ``` a = gaussian_kde(p).pdf b = gaussian_kde(q).pdf pdf = probfit.AddPdf(a,b) ``` where a and b are numpy array...