From efec425cdaad7f5f0c1cb91ca13efeb99c1e3ef2 Mon Sep 17 00:00:00 2001 From: Adrian Hill Date: Thu, 14 Nov 2024 15:56:18 +0100 Subject: [PATCH] Fix Markdown formatting in HW4 Task 1.4 (#26) --- homework/H4_Deep_Learning.jl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/homework/H4_Deep_Learning.jl b/homework/H4_Deep_Learning.jl index 88aca17..1bb3ff4 100644 --- a/homework/H4_Deep_Learning.jl +++ b/homework/H4_Deep_Learning.jl @@ -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", ], ), )