lindsey98 / PhishIntention

PhishIntention: Phishing detection through webpage intention
MIT License
47 stars 12 forks source link

torch.inverse get cusolver_status_internal_error #19

Open lindsey98 opened 1 year ago

lindsey98 commented 1 year ago

Solve it by

torch.inverse(the_tensor.to(‘cpu’)).to(‘cuda’)