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

snapshot...

parent 926ef2b6
Branches
No related tags found
No related merge requests found
......@@ -506,7 +506,7 @@ class IcingIntensityNN:
tf.summary.scalar('num_train_steps', step, step=step)
tf.summary.scalar('num_epochs', epoch, step=step)
print('****** test loss, acc: ', self.test_loss.result(), self.test_accuracy.result())
print('****** test loss, acc: ', self.test_loss.result().numpy(), self.test_accuracy.result().numpy())
step += 1
print('train loss: ', loss.numpy())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment