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

snapshot...

parent cd47f29b
No related branches found
No related tags found
No related merge requests found
......@@ -518,7 +518,7 @@ class SRCNN:
def predict(self, mini_batch):
inputs = [mini_batch[0]]
labels = mini_batch[1]
pred = self.model(inputs, training=False)
pred = self.model([inputs], training=False)
t_loss = self.loss(labels, pred)
self.test_labels.append(labels)
......
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