Download dataset at https://homepages.inf.ed.ac.uk/jyamagis/page3/page58/page58.html and place it in the data folder.
-Repository Structure
+### Repository Structure
* `./data`: the data and the metadata (you should not need to touch this folder)
* `./main`: the model and its respective utilites
python 3 main.py eval -h
```
-Argument Reference | train
+### Argument Reference | train
```
-h, --help
-n MIN_LR min learning rate (only for SGDR)
```
-Argument Reference | eval
+Example
+```
+python3 main.py train \
+ -i 1 -c false -k True -d 8192 -x 100 -e 10 -b 32
+```
+
+### Argument Reference | eval
```
-h, --help
-c FROM_CKPT bool, begin eval at last checkpoint
```
-Example | train
-```
-python3 main.py train \
- -i 1 -c false -k True -d 8192 -x 100 -e 10 -b 32
-```
-
Example | eval
```
python3 main.py train \