Skip to content
Snippets Groups Projects
Commit 5e4305b7 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 95e2c555
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,6 @@ class Trainer(object):
return distributed_metric
for image_lr, image_hr in self.dataset:
print(image_lr.shape, image_hr.shape)
num_steps = train_step(image_lr, image_hr)
if num_steps >= total_steps:
......@@ -262,7 +261,6 @@ class Trainer(object):
last_psnr = 0
for image_lr, image_hr in self.dataset:
print(image_lr.shape, image_hr.shape)
num_step = train_step(image_lr, image_hr)
if num_step >= total_steps:
return
......
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