Use VSCode to Login or
ssh [email protected]
load the right python
module switch python3/3.10.12
Optional**:**
Create virtualenv in directory
python3 -m venv .venv
Install packages or load from requirements
source .venv/bin/activate
python3 -m pip install <your_packages>
or
python3 -m pip install -r requirements.txt
Switch to a HPC interactive node with GPUs (in increasing order of power, but decreasing order of memory capacity)
voltash | sxm2sh | a100sh
nvidia-smi
source .venv/bin/source
CUDA_VISIBLE_DEVICES=1 python3 src/XRaySegmentation.py
Further Information: https://github.com/YoungChulDK/DTU-HPC-Setup
Access remote code in a breeze with JupyterLab via SSH