diff --git a/README.md b/README.md index 9e806cb..4ca1a32 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ In this work, we take an architectural perspective and investigate the patterns ## Installation ### Prerequisites --__Data__ Download the [CIFAR10](https://www.cs.toronto.edu/~kriz/cifar.html), [SVHN](http://ufldl.stanford.edu/housenumbers/) and [ImageNet](http://image-net.org/download) dataset and move the test/validation set to the folder `data/`. +- __Data__ Download the [CIFAR10](https://www.cs.toronto.edu/~kriz/cifar.html), [SVHN](http://ufldl.stanford.edu/housenumbers/) and [ImageNet](http://image-net.org/download) dataset and move the test/validation set to the folder `data/`. --__Model__ Download the [pre-trained models](https://drive.google.com/file/d/1h2JLcumQgS296Su950ZEtiJrEgxWzxfP/view?usp=sharing) and unziped to the folder `checkpoint`. +- __Model__ Download the [pre-trained models](https://drive.google.com/file/d/1h2JLcumQgS296Su950ZEtiJrEgxWzxfP/view?usp=sharing) and unziped to the folder `checkpoint`. ### Dependencies for RobNets