From 5a0c43dbd33207836adf3f6904e6af0b2b827365 Mon Sep 17 00:00:00 2001 From: fazilaltinel Date: Tue, 22 Dec 2020 10:27:23 +0300 Subject: [PATCH] Add running examples --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e9a3a7d..e1c3953 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,13 @@ Before running the training code, make sure that `DATASETDIR` environment variab - `ResNet50` - Better and more stable results than AlexNet. +## Run + +For training on Office dataset using ResNet-50, first set configs in `experiments/office.py`, then run +``` +$ python experiments/office.py +``` + ## Result | | MNIST-MNISTM | SVHN-MNIST | SYNDIGITS-SVHN | SYNSIGNS-GTSRB |