We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6fa6b commit eecc271Copy full SHA for eecc271
graphgen/generate.py
@@ -83,7 +83,7 @@ def main():
83
)
84
assert (
85
config["partition"]["method"] == "ece"
86
- and "ece_params" in config["partition"]
+ and "method_params" in config["partition"]
87
), "Only ECE partition with edge sampling is supported."
88
config["partition"]["method_params"]["edge_sampling"] = "random"
89
elif mode == "cot":
0 commit comments