Skip to content
This repository has been archived by the owner on Aug 8, 2022. It is now read-only.

BromTeque/IKT450

 
 

Repository files navigation

IKT450

IKT450 group.ai repository

How to run

Assumptions

Microsoft Windows 10 Pro or Education

PyCharm version 2020.x or newer.

Pip version 20.x or newer.

Pipenv version 2020.x or newer.

Requirements

Download and install Visual Studio 2015, 2017 and 2019 (x64: vc_redist.x64.exe).

Download and install Python 3.7.9 64-bit (Windows x86-64 executable installer).

Try to match the images below. If "py launcher" options are grayed out, ignore them.

Check "Add Python 3.7 to PATH". Click "Custom Installation".

Check "Install for all users".

Make sure python, pip and pipenv are added to System Properties -> Advanced -> Environment Varaibles -> System variables -> Path: C:\Program Files\Python37\ C:\Program Files\Python37\Scripts\ C:\Users\BromTeque\AppData\Roaming\Python\Python37\Scripts

Detailed Configuration

Clone the repository:

git clone [email protected]:aleksl17/IKT450.git

Open PyCharm, and create a new project with the following attributes.

Change "C:\BromTeque\IKT450" to your own username.

Click "Create from Existing Sources" if you get the following pop-up.

Open "Terminal" in PyCharm and write:

pipenv install

This might take a while. Be patient.

(OPTIONAL) GPU Accelleration Installation Guide

Download and install CUDA 10.1 (Feb 2019).

Download Nvidia CuDNN SDK 7.6 (November 5th, 2019), for CUDA 10.1 (Nvidia Developer Account Required).

Exctract the unzipped CuDNN files to their repsective locations:

CuDNN7.zip -> cuda\bin\cudnn64_7.dll to C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\bin\

CuDNN7.zip -> cuda\include\cudnn.h to C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\include\

CuDNN7.zip -> cuda\lib\x64\cudnn.lib to C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.1\lib\x64\\

Important that these are correct. Please dobble check them.

(OPTIONAL - Not needed) Install TensorRT 6.0.1

About

IKT450 group.ai repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%