Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 700 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 700 Bytes

ethz-ssl-tabular

Installation

This project requires the installation of Poetry, which is used to manage dependencies.

Afterwards, run the following commands:

$ poetry shell # enter the virtualenv created by Poetry
$ poetry install
$ poe force-cuda118 # install PyTorch w/ Cuda 11.8

pre-commit Setup

To enable the use of Git pre-commit hooks, run the following command:

$ pre-commit install

nbdime Setup

To view Jupyter notebooks with nbdime, configure the diff/merge drivers for this repository with the following command:

$ nbdime config-git --enable