Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hairyputtar authored Oct 25, 2023
1 parent 0937c16 commit b4cd5c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions third_part/face3d/util/visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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')

Expand Down

0 comments on commit b4cd5c7

Please sign in to comment.