Getting Started#

To get started, clone the repository:

git clone https://github.com/ChangeIsKey/LSCDBenchmark.git

Create and activate virtual environment (env):

python -m venv env
source env/bin/activate

Install the required packages:

pip install -r requirements.txt --find-links https://download.pytorch.org/whl/torch_stable.html