Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Key already registered with the same priority: GroupSpatialSoftmax

I get this error: "Key already registered with the same priority: GroupSpatialSoftmax" when i run:

    import torch

Though I've installed the pytorch package through the pycharm settings > python interpreter. Does anyone know how can I solve it?

Thanks

like image 721
Nat Avatar asked Sep 01 '25 10:09

Nat


1 Answers

Solved it myself! I uninstalled the pytorch package and re-installed it so now it works

like image 191
Nat Avatar answered Sep 04 '25 04:09

Nat