Implementation of the homework assignment for CS 559 (Deep Learning) class offered in Spring 2021, Bilkent University.
Create conda environment using environment file in ./conda
- run 'conda env create -f environment.yml'
- Activate conda environment by 'conda activate cs559-hw'
- To have gpu support run 'conda install tensorflow-gpu=2.3 tensorflow=2.3=mkl_py38h1fcfbd6_0'