Skip to content

Commit 389c6fd

Browse files
committed
add some code for chip heat
1 parent 5336668 commit 389c6fd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/chip_heat/chip_heat.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -735,9 +735,7 @@ def evaluate(cfg: DictConfig):
735735
)
736736

737737

738-
@hydra.main(
739-
version_base=None, config_path="./conf", config_name="chip_heat_simulation.yaml"
740-
)
738+
@hydra.main(version_base=None, config_path="./conf", config_name="chip_heat.yaml")
741739
def main(cfg: DictConfig):
742740
if cfg.mode == "train":
743741
train(cfg)

0 commit comments

Comments
 (0)