Skip to content

Commit

Permalink
Update graphstorm-processing/graphstorm_processing/config/config_conv…
Browse files Browse the repository at this point in the history
…ersion/gconstruct_converter.py

Co-authored-by: Theodore Vasiloudis <[email protected]>
  • Loading branch information
jalencato and thvasilo authored Jul 30, 2024
1 parent a2dc525 commit 0e817a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def _convert_label(labels: list[dict]) -> list[dict]:
label_dict["separator"] = label_sep
# Not supported for multi-task config for GSProcessing
assert "mask_field_names" not in label, (
"GSProcessing currently do not support to "
"GSProcessing currently cannot "
"construct labels for multi-task learning"
)
labels_list.append(label_dict)
Expand Down

0 comments on commit 0e817a3

Please sign in to comment.