Install anaconda and pytorch in a freshly created ubuntu environment.
cd && git clone https://github.com/AndreGraca98/FreshStart.git && cd FreshStart/
source install_anaconda.sh
# Activate conda
export PATH=/home/$USER/anaconda3/bin:$PATH
conda init
source ~/.bashrc
source create_torch_env.sh
python mnist_train_example.py