In order to install the package with the datasets, we make use of Git Large File Storage (git-lfs)
- Python >= 3.8
- PyTorch >= 2.0
Then run
# Clone repo
git lfs clone https://github.com/ltronneb/pimogp.git
cd pimogp/
# Install requirements
pip install -r requirements.txt
# Install the package
pip install -e .