diff --git a/rdagent/components/coder/model_coder/benchmark/gt_code/A-DGN.py b/rdagent/components/coder/model_coder/benchmark/gt_code/A-DGN.py index 79e6c38a..91cba514 100644 --- a/rdagent/components/coder/model_coder/benchmark/gt_code/A-DGN.py +++ b/rdagent/components/coder/model_coder/benchmark/gt_code/A-DGN.py @@ -123,7 +123,7 @@ model_cls = AntiSymmetricConv if __name__ == "__main__": - node_features = torch.load("node_features.pt", weights_only=True) + node_features = torch.load("node_features.pt", weights_only=True) # nosec B614 edge_index = torch.load("edge_index.pt", weights_only=True) # nosec B614 # Model instantiation and forward pass