Skip to content

Commit

Permalink
general readout
Browse files Browse the repository at this point in the history
  • Loading branch information
levtelyatnikov committed May 11, 2024
1 parent cac20f4 commit cf33766
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topobenchmarkx/models/readouts/readout.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from torch_geometric.utils import scatter


from topobenchmarkx.models.readouts.simplicial_readouts import PropagateSignalDown
from topobenchmarkx.models.readouts.readouts import PropagateSignalDown
# Implemented Poolings
READOUTS = {
"PropagateSignalDown": PropagateSignalDown
Expand Down
File renamed without changes.

0 comments on commit cf33766

Please sign in to comment.