Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release_0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
juliabeliaeva committed Jun 9, 2022
2 parents 8a97116 + 89e4769 commit f9aba3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/create_your_first_nn.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Here, the last layer of the model gives us 10 numbers, each representing the pro
*Softmax Crossentropy with logits* measures the probability of error. *Softmax Crossentropy with logits* measures the probability error.
* Metrics allow you to monitor the training and evaluation of the model. Accuracy simply represents the percentage of correct predictions out of all the predictions made.

At this point, we can call the `logSummary()` method to get a printout of the neural network's architecture.
At this point, we can call the `printSummary()` method to get a printout of the neural network's architecture.

```kotlin
it.printSummary()
Expand Down

0 comments on commit f9aba3d

Please sign in to comment.