From 40bd99c10f68670771ad1bc205bc3940ded433e3 Mon Sep 17 00:00:00 2001 From: fazilaltinel Date: Thu, 10 Dec 2020 16:06:30 +0300 Subject: [PATCH] Add environment info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b4b035..001fdae 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ This repo is mostly based on https://github.com/Fujiki-Nakamura/ADDA.PyTorch Before running the training code, make sure that `DATASETDIR` environment variable is set to dataset directory. ## Environment -Python 3.8.5 -PyTorch 1.6.0 +- Python 3.8.5 +- PyTorch 1.6.0 ## Example ```