Skip to content
Snippets Groups Projects
Commit 2488fbb7 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent cd673298
No related branches found
No related tags found
No related merge requests found
......@@ -109,6 +109,7 @@ class Trainer(object):
return distributed_metric
for epoch in range(NUM_WU_EPOCHS):
print('start epoch #: ', epoch)
for image_lr, image_hr in self.dataset:
num_steps = train_step(image_lr, image_hr)
......@@ -263,6 +264,7 @@ class Trainer(object):
last_psnr = 0
for epoch in range(NUM_EPOCHS):
print('start epoch #: ', epoch)
for image_lr, image_hr in self.dataset:
num_step = train_step(image_lr, image_hr)
......
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