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

snapshot...

parent f1682077
Branches
No related tags found
No related merge requests found
...@@ -514,6 +514,7 @@ class SRCNN: ...@@ -514,6 +514,7 @@ class SRCNN:
def test_step(self, mini_batch): def test_step(self, mini_batch):
inputs = [mini_batch[0]] inputs = [mini_batch[0]]
labels = mini_batch[1] labels = mini_batch[1]
print('****: ', mini_batch[0].shape, mini_batch[0].min(), mini_batch[0].shape)
pred = self.model(inputs, training=False) pred = self.model(inputs, training=False)
print('****: ', pred.shape, pred.numpy().min(), pred.numpy().max()) print('****: ', pred.shape, pred.numpy().min(), pred.numpy().max())
t_loss = self.loss(labels, pred) t_loss = self.loss(labels, pred)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment