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

snapshot...

parent 47166e9b
No related branches found
No related tags found
No related merge requests found
......@@ -527,7 +527,8 @@ class IcingIntensityNN:
for mini_batch in ds:
self.test_step(mini_batch)
print('loss, acc, auc: ', self.test_loss.result().numpy(), self.test_accuracy.result().numpy())
print('loss, acc : ', self.test_loss.result().numpy(), self.test_accuracy.result().numpy())
print('---------------------------------------------------------')
ckpt_manager.save()
if self.DISK_CACHE and epoch == 0:
......
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