Skip to content

Commit

Permalink
slash change
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash-guna committed Aug 6, 2024
1 parent eee45b2 commit 65670a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distill/mmrazordistill/poseestimation.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ def customize_config(self):
cfg["input_shape"] = self.input_shape
cfg["train_cfg"]["max_epochs"] = self.epochs
cfg.work_dir = self.cache_path
cfg.dump(f"{self.cache_path}current_config_new.py")
cfg.dump(f"{self.cache_path}/current_config_new.py")
return cfg

0 comments on commit 65670a0

Please sign in to comment.