This repository is used for showcasing my current knowledge in machine learning, as well as for learning purposes.
To replicate the code, I advise to create a conda environment as follows:
- Clone the repo to your local machine.
- Use the conda_env.yaml file to create the environment for this project (conda env create -f conda_env.yaml).
- Install the pytorch version that suits your system.