Spaces:
Running
Running
comment out torch_scatter
Browse files
models/pos_egnn/posegnn/ops.py
CHANGED
|
@@ -23,7 +23,7 @@ from torch.nn.init import constant_, xavier_uniform_
|
|
| 23 |
from torch_geometric.nn import MessagePassing
|
| 24 |
from torch_geometric.nn.inits import glorot_orthogonal
|
| 25 |
from torch_geometric.nn.models.schnet import ShiftedSoftplus
|
| 26 |
-
from torch_scatter import scatter
|
| 27 |
|
| 28 |
zeros_initializer = partial(constant_, val=0.0)
|
| 29 |
|
|
|
|
| 23 |
from torch_geometric.nn import MessagePassing
|
| 24 |
from torch_geometric.nn.inits import glorot_orthogonal
|
| 25 |
from torch_geometric.nn.models.schnet import ShiftedSoftplus
|
| 26 |
+
#from torch_scatter import scatter
|
| 27 |
|
| 28 |
zeros_initializer = partial(constant_, val=0.0)
|
| 29 |
|