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 62a9f81 commit bed43c8Copy full SHA for bed43c8
tools/AutoTuner/src/autotuner/distributed.py
@@ -120,8 +120,8 @@ def setup(self, config):
120
Setup current experiment step.
121
"""
122
# We create the following directory structure:
123
- # 1/ 2/ 3/ 4/ 5/ 6/
124
- # <repo>/<logs>/<platform>/<design>/<experiment>/<id>/<cwd>
+ # 1/ 2/ 3/ 4/ 5/
+ # <repo>/<logs>/<platform>/<design>/<experiment/<cwd>
125
self.repo_dir = os.path.abspath(LOCAL_DIR + "/../" * 4)
126
self.parameters = parse_config(
127
config=config,
0 commit comments