From 3cd51ca33c10015f24d3653f745f6b61d016cf37 Mon Sep 17 00:00:00 2001 From: daveabiy <dawitk27@gmail.com> Date: Mon, 12 Jul 2021 15:48:39 +0200 Subject: [PATCH] doc file create, and the requirements are updated --- .../ML_Project10_documentation_final_.pdf | Bin PG10-DL_for_IP.pdf => docs/PG10-DL_for_IP.pdf | Bin .../Project_Presentation_final_.pdf | Bin requirements.txt | 10 +++++++--- 4 files changed, 7 insertions(+), 3 deletions(-) rename ML_Project10_documentation_final_.pdf => docs/ML_Project10_documentation_final_.pdf (100%) rename PG10-DL_for_IP.pdf => docs/PG10-DL_for_IP.pdf (100%) rename Project_Presentation_final_.pdf => docs/Project_Presentation_final_.pdf (100%) diff --git a/ML_Project10_documentation_final_.pdf b/docs/ML_Project10_documentation_final_.pdf similarity index 100% rename from ML_Project10_documentation_final_.pdf rename to docs/ML_Project10_documentation_final_.pdf diff --git a/PG10-DL_for_IP.pdf b/docs/PG10-DL_for_IP.pdf similarity index 100% rename from PG10-DL_for_IP.pdf rename to docs/PG10-DL_for_IP.pdf diff --git a/Project_Presentation_final_.pdf b/docs/Project_Presentation_final_.pdf similarity index 100% rename from Project_Presentation_final_.pdf rename to docs/Project_Presentation_final_.pdf diff --git a/requirements.txt b/requirements.txt index 30840f0..6bb7448 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,7 @@ -pytorch-lightning >= 1.0.0rc2 -torch >= 1.3.0 -torchvision >= 0.6.0 +conda environment with python=3.6, +install astra-toolbox stable version +conda install pytorch torchvision cudatoolkit=9.0 -c pytorch +conda install dival + +Make sure to integrate it to the Jupyter kernel. + -- GitLab