diff --git a/README.md b/README.md index f13934f28d147791e43ce7d04e97c21b4c016622..307be3b082cd98601ee592afeaa9b6fa19aef81d 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`.