From 944e0a18831b0f587f97f9e33852298d3b9d6c53 Mon Sep 17 00:00:00 2001 From: ISO <cap.user.is@esa-maap.org> Date: Thu, 26 Aug 2021 08:53:44 +0000 Subject: [PATCH] Correction_ortho --- readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 5618b9d..9238cf0 100644 --- a/readme.md +++ b/readme.md @@ -41,14 +41,15 @@ First thing to do after creating GPU workspace is to dowload data that are store *The second step would be installing the required *packages* for the code processing in your working environement weither it's the base env or a vir env + The required packages are listed in **requirements text file** Please run : - **pip install -r requirements.txt** - In your env run : ** conda install -c conda-forge psutil ** + **pip install -r requirements.txt** + In your env run : **conda install -c conda-forge psutil** ## Execution -Followwing the jupyter notebook steps leads to Training the Hyper3Dnet Model with GPU use. +Following the jupyter notebook steps leads to Training the Hyper3Dnet Model with GPU use. A hint of the cells outputs are in the notebook : **Classiifcation_using_hyper3Dnet.ipynb** -- GitLab