From b4cd5c7d032ee445b10ce2a0850cf362fdaa3aad Mon Sep 17 00:00:00 2001 From: hairyputtar <148847552+hairyputtar@users.noreply.github.com> Date: Wed, 25 Oct 2023 17:51:52 +0530 Subject: [PATCH] fix typo --- third_part/face3d/util/visualizer.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/third_part/face3d/util/visualizer.py b/third_part/face3d/util/visualizer.py index 4023a6d4..fdfa4d8a 100644 --- a/third_part/face3d/util/visualizer.py +++ b/third_part/face3d/util/visualizer.py @@ -54,7 +54,7 @@ def __init__(self, opt): opt -- stores all the experiment flags; needs to be a subclass of BaseOptions Step 1: Cache the training/test options Step 2: create a tensorboard writer - Step 3: create an HTML object for saveing HTML filters + Step 3: create an HTML object for saving HTML filters Step 4: create a logging file to store training losses """ self.opt = opt # cache the option @@ -155,10 +155,10 @@ def __init__(self, opt): opt -- stores all the experiment flags; needs to be a subclass of BaseOptions Step 1: Cache the training/test options Step 2: create a tensorboard writer - Step 3: create an HTML object for saveing HTML filters + Step 3: create an HTML object for saving HTML filters Step 4: create a logging file to store training losses """ - self.opt = opt # cache the optio + self.opt = opt # cache the option self.name = opt.name self.img_dir = os.path.join(opt.checkpoints_dir, opt.name, 'results')