From 4b622664b8c2d5b99b67cf7d6e9474fe03595d0f Mon Sep 17 00:00:00 2001
From: zimmermann <zimmermann@cl.uni-heidelberg.de>
Date: Thu, 22 Mar 2018 19:22:24 +0100
Subject: [PATCH] Add baseline output path.

---
 src/config.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/config.py b/src/config.py
index 2664b7f..7de0833 100644
--- a/src/config.py
+++ b/src/config.py
@@ -10,6 +10,7 @@ graph = "./.graphs/"
 corpus = "/proj/absinth/wikipedia_shuffled2/"
 dataset = "../WSI-Evaluator/datasets/dataset/"
 test = "../WSI-Evaluator/datasets/trial/"
+base_out = "../baseline/output/"
 output = "../output/"
 
 '''
-- 
GitLab