dl_2021
This repository contains the two miniprojects associated with EPFL master course EE-559 Deep Learning, taught in 2021. See the dlc-miniprojects.pdf
file for more details.
- Classification, weight sharing, auxiliary losses.
Proj1
- Mini deep-learning framework.
Proj2
Installation
conda create -n dl_2021 python=3.8.5
conda activate dl_2021
conda install pytorch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 -c pytorch