Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.6 KB

File metadata and controls

54 lines (43 loc) · 1.6 KB

Your Project Name

Paper Conference Conference Conference

CI testing

Description

A Deep Learning tutorial for university course

How to run

First, install dependencies

# clone project   
git clone https://github.com/tqlong/deep-learning-tutorial

# install project   
cd deep-learning-tutorial
conda create -n tut -f environment.yaml

Next, navigate to any file and run it.

# run module (example: mnist as your main contribution)   
python src/basic_lvl3.py    

Config

This project uses Hydra for experiment configurations, see config folder.

Citation

@article{TranQuocLong-DLT,
  title={Dr.},
  author={Tran Quoc Long},
  journal={IAI Press},
  year={2024}
}