From 2633cadff9a7a75f8e0ff626df9a161f9df4fffd Mon Sep 17 00:00:00 2001
From: Michael <96789995+leahcimali@users.noreply.github.com>
Date: Tue, 29 Oct 2024 13:30:53 +0100
Subject: [PATCH] Update README.md

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f13934f..307be3b 100644
--- a/README.md
+++ b/README.md
@@ -18,4 +18,5 @@ Once all experiments are done, to get results run `src/utils_results.src`.
 
 Paper results were done on dataset Mnist, Fashion-Mnist and Kmnist. 
 
-To use Cifar-10 use parameters `--dataset cifar10 --nnmodel convolutional`. 
+Added option to use cifar-10 and convolutional model which is not in the original paper.  
+Use parameters `--dataset cifar10 --nnmodel convolutional`. 
-- 
GitLab