You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In line 91 of the ece_kde.py log_kern_y = log_kern + (torch.ones([f.shape[0], 1]) * log_y[:, k].unsqueeze(0))
The device of the torch.ones is not set and will trigger an error when the device is set other than the default cpu.
The text was updated successfully, but these errors were encountered:
In line 91 of the ece_kde.py
log_kern_y = log_kern + (torch.ones([f.shape[0], 1]) * log_y[:, k].unsqueeze(0))
The device of the torch.ones is not set and will trigger an error when the device is set other than the default cpu.
The text was updated successfully, but these errors were encountered: