From c0fc4ac294e38b2f2fb587b1aebebe4034800372 Mon Sep 17 00:00:00 2001
From: Caroline DE POURTALES <caroline.de-pourtales@irit.fr>
Date: Fri, 15 Jul 2022 15:36:49 +0200
Subject: [PATCH] add init

---
 README.md | 4 ++--
 init.sh   | 5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 95456e0..b1ed7de 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# DeepGrail Total
+# DeepGrail Proof Net
 
-This repository contains a Python implementation of a Neural Proof Net using TLGbank data.
+This repository contains a Python implementation of Neural Proof Net using TLGbank data.
 
 This code was designed to work with the [DeepGrail Tagger](https://gitlab.irit.fr/pnria/global-helper/deepgrail_tagger) and 
 [DeepGrail Linker](https://gitlab.irit.fr/pnria/global-helper/deepgrail-linker). 
diff --git a/init.sh b/init.sh
index 39a9971..991f866 100644
--- a/init.sh
+++ b/init.sh
@@ -1 +1,4 @@
-pip install -r requirements.txt
\ No newline at end of file
+pip install -r requirements.txt
+
+mkdir Output
+mkdir TensorBoard
\ No newline at end of file
-- 
GitLab