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 66264ff commit 84842e8Copy full SHA for 84842e8
test_tipc/configs/sign/to_static.py
@@ -62,6 +62,7 @@ def main(args):
62
63
# tools.vars
64
use_gpu = config.get("runner.use_gpu", True)
65
+ config["runner.train_data_dir"] = "../../../test_tipc/data/train"
66
train_data_dir = config.get("runner.train_data_dir", None)
67
epochs = config.get("runner.epochs", None)
68
print_interval = config.get("runner.print_interval", None)
0 commit comments