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

snapshot...

parent 1f91681f
No related branches found
No related tags found
No related merge requests found
...@@ -527,7 +527,7 @@ class IcingIntensityNN: ...@@ -527,7 +527,7 @@ class IcingIntensityNN:
for mini_batch in ds: for mini_batch in ds:
self.test_step(mini_batch) self.test_step(mini_batch)
print('loss, acc: ', self.test_loss.result(), self.test_accuracy.result()) print('loss, acc, auc: ', self.test_loss.result().numpy(), self.test_accuracy.result().numpy())
ckpt_manager.save() ckpt_manager.save()
if self.DISK_CACHE and epoch == 0: if self.DISK_CACHE and epoch == 0:
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment