Skip to content

Commit

Permalink
Fix Markdown formatting in HW4 Task 1.4 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill authored Nov 14, 2024
1 parent be44778 commit efec425
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions homework/H4_Deep_Learning.jl
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,10 @@ Markdown.MD(
"Task",
"Optional tasks (2 extra points)",
[
md"
* Log the training losses and plot them
* Calculate the accuracy of the trained model using the test data `x_test` and `y_test`
* Find the classes with the highest and lowest accuracy on the test data",
md"
* Log the training losses and plot them
* Calculate the accuracy of the trained model using the test data `x_test` and `y_test`
* Find the classes with the highest and lowest accuracy on the test data",
],
),
)
Expand Down

0 comments on commit efec425

Please sign in to comment.