From e2eeec0d5d10210499fa25685b12023b1cfff873 Mon Sep 17 00:00:00 2001 From: fazilaltinel Date: Thu, 3 Dec 2020 14:25:36 +0300 Subject: [PATCH] Dataset environment variable fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 193b6f9..7ba59b9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A PyTorch implementation for paper *[Unsupervised Domain Adaptation by Backpropa ## Note -Before running the training code, make sure that `DATASETDIR` is set to dataset directory. +Before running the training code, make sure that `DATASETDIR` environment variable is set to dataset directory. - `MNISTmodel()` - basically the same network structure as proposed in the paper, expect for adding dropout layer in feature extractor