From ace98db7faffc150e4dc405f39b456a969ac9ab4 Mon Sep 17 00:00:00 2001 From: Austin Johansen Date: Wed, 21 Apr 2021 16:35:50 -0700 Subject: [PATCH] Comment embedded output for verification purposes --- Chapter_15/Ch15_Final.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Chapter_15/Ch15_Final.py b/Chapter_15/Ch15_Final.py index af58b9de5..8a9a260b5 100644 --- a/Chapter_15/Ch15_Final.py +++ b/Chapter_15/Ch15_Final.py @@ -620,8 +620,10 @@ def backward(self, dvalues, y_true): print(f'validation, acc: {accuracy:.3f}, loss: {loss:.3f}') - +''' >>> +... epoch: 9900, acc: 0.668, loss: 0.733 (data_loss: 0.717, reg_loss: 0.016), lr: 0.0334459346466437 epoch: 10000, acc: 0.688, loss: 0.727 (data_loss: 0.711, reg_loss: 0.016), lr: 0.03333444448148271 validation, acc: 0.757, loss: 0.712 +'''