Skip to content
Snippets Groups Projects
Commit 86c08ace authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 2f776dd2
No related branches found
No related tags found
No related merge requests found
...@@ -201,7 +201,7 @@ class Trainer(object): ...@@ -201,7 +201,7 @@ class Trainer(object):
disc_metric = tf.keras.metrics.Mean() disc_metric = tf.keras.metrics.Mean()
psnr_metric = tf.keras.metrics.Mean() psnr_metric = tf.keras.metrics.Mean()
# May need to create a Perceptual Model for Optical Depth? # TDR: May need to create a Perceptual Model for Optical Depth?
# logging.debug("Loading Perceptual Model") # logging.debug("Loading Perceptual Model")
# perceptual_loss = utils.PerceptualLoss( # perceptual_loss = utils.PerceptualLoss(
# weights="imagenet", # weights="imagenet",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment