Installation
You can run the following commands to install CYBER:
bash scripts/build.sh
Alternatively, you can install it manually by following the steps below:
Create a clean conda environment:
conda create -n cyber python=3.10 && conda activate cyber
Install PyTorch and torchvision:
conda install pytorch==2.3.0 torchvision==0.18.0 cudatoolkit=11.1 -c pytorch -c nvidia
Install the CYBER package:
pip install -e .