From ac5c9c12c98a75985a4c6c0502821a8318c4d63b Mon Sep 17 00:00:00 2001 From: augustin64 Date: Tue, 17 Jan 2023 15:07:54 +0100 Subject: [PATCH] Update launch.json --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 7823de4..9747aea 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -99,7 +99,7 @@ "--labels", "data/mnist/t10k-labels-idx1-ubyte", "--epochs", - "3" + "10" ], "stopAtEntry": true, "cwd": "${workspaceFolder}",