Skip to content

Commit

Permalink
dataset_name example for csce ORNL#319
Browse files Browse the repository at this point in the history
  • Loading branch information
Kshitij V. Mehta committed Jan 27, 2025
1 parent edafeb5 commit 8fca19f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/csce/train_gap.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ def __getitem__(self, idx):
data = generate_graphdata_from_smilestr(
smilestr, ytarget, csce_node_types, var_config
)
data.dataset_name = 'csce'
dataset_lists[idataset].append(data)

trainset = dataset_lists[0]
Expand Down

0 comments on commit 8fca19f

Please sign in to comment.