Skip to content

Commit 46a1ed6

Browse files
committed
gnn fix
1 parent 544aed8 commit 46a1ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chebifier/prediction_models/gnn_predictor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ def __init__(
1010
):
1111
super().__init__(model_name, ckpt_path, **kwargs)
1212
print(
13-
f"Initialised GNN model {self.model_name} (device: {self._predictor.device})"
13+
f"Initialised GNN model {self.model_name} (device: {self.predictor.device})"
1414
)

0 commit comments

Comments
 (0)