From 02ff0684c8d6e55ca48f75f544e6e9514109349b Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Sun, 1 Oct 2023 18:15:55 +0700 Subject: [PATCH 1/2] docs: minor misspell one comment config --- utils/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/config.py b/utils/config.py index 8c005b3..1c36765 100644 --- a/utils/config.py +++ b/utils/config.py @@ -99,7 +99,7 @@ def make_config(cfg_file:str=None,launch_experiment=True): notions: 1. "require" 2. [option] 3. (auto generated) "model" - "reset": wether to regenerate experiment dirs and discard the old ones + "reset": whether to regenerate experiment dirs and discard the old ones [exp_name]: experiment name, same as config file if not assigned (exp_name): same with config file name (exp_root): experiments/exp_name @@ -197,4 +197,4 @@ def update_attr(c, attr_dict): if __name__=='__main__': # cfg = parse_yaml('configs/demo.yaml') - cfg = parse_yaml('configs/train_w_sgm.yaml') \ No newline at end of file + cfg = parse_yaml('configs/train_w_sgm.yaml') From a425ac0d0a8fcb7448741a9134a725ba2e5136c9 Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Sun, 1 Oct 2023 18:29:59 +0700 Subject: [PATCH 2/2] docs: minor misspell anonymous output bucket --- validate/bucket.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate/bucket.py b/validate/bucket.py index 56a05f0..f23be9f 100644 --- a/validate/bucket.py +++ b/validate/bucket.py @@ -40,7 +40,7 @@ def pop_and_push_namespace(self,ns,scale_factor=1): def get_anonymous_name(self): self.random_id += 1 - return '_anonymouse_'+str(self.random_id) + return '_anonymous_'+str(self.random_id) def full_name(self,name): prefix = '.'.join(self._prefix)+'.'