From 4f05a4969c446d1286997c9a571a2d9b0eecd1bb Mon Sep 17 00:00:00 2001 From: Vincenzo Riccio Date: Fri, 20 Aug 2021 15:46:22 +0200 Subject: [PATCH] Update README.md --- DeepMetis-MNIST/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DeepMetis-MNIST/README.md b/DeepMetis-MNIST/README.md index e971d9b..b78a65e 100644 --- a/DeepMetis-MNIST/README.md +++ b/DeepMetis-MNIST/README.md @@ -36,6 +36,8 @@ cd DeepMetis-MNIST Use the following command to start a fast run of DeepMetis-MNIST: +> NOTE: Before starting a run, ensure that you deleted or removed the folder named `results` in the DeepMetis-MNIST main folder + ``` python3 main_launcher_examplerun.py ```