Skip to content

Commit

Permalink
Update examples/gnn_fraud_detection_pipeline/stages/graph_sage_stage.py
Browse files Browse the repository at this point in the history
Co-authored-by: David Gardner <96306125+dagardner-nv@users.noreply.github.com>
  • Loading branch information
tzemicheal and dagardner-nv authored Aug 4, 2023
1 parent a1b4022 commit 7d6a1b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __init__(self,
target_node: str = "transaction"):
super().__init__(config)

self._dgl_model, _, self.hyperparam = load_model(model_dir)
self._dgl_model, _, __ = load_model(model_dir)
self._batch_size = batch_size
self._record_id = record_id
self._target_node = target_node
Expand Down

0 comments on commit 7d6a1b4

Please sign in to comment.