F-Barto / DummyDL

Code base for quick training of a NN on a new hardware setup. Useful when moving to a new company and you need to check how everything is running.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DummyDL

Description

A small code base for quick training of a NN on a new hardware setup. Useful when moving to a new company and you need to check how everything is running.

How to run

First, install dependencies

# clone project   
git clone https://github.com/YourGithubName/DummyDL   
cd DummyDL
# create conda env (or use your usual env management system) and install dependancies 
conda env create --name DummyDL_env -f environment.yml
conda activate DummyDL

About

Code base for quick training of a NN on a new hardware setup. Useful when moving to a new company and you need to check how everything is running.


Languages

Language:Python 93.5%Language:Shell 6.5%