File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Self-Supervised Learning (SSL) Bootcamp
22This repository contains reference implementations of three self-supervised learning
3- explored during the Vector Institute's Self-Supervised Learning (SSL) Bootcamp.
3+ techniques explored during the Vector Institute's Self-Supervised Learning (SSL) Bootcamp.
44
55# Installing dependencies
66```
@@ -10,7 +10,13 @@ pip install --upgrade pip
1010pip install -r requirements.txt
1111```
1212
13- # using pre-commit hooks
13+ If you are on the Vector Institute's Vaughan cluster, the environment is already set up and can be activated with
14+
15+ ```
16+ source /ssd003/projects/aieng/public/ssl_bootcamp_resources/venv/bin/activate
17+ ```
18+
19+ # Using pre-commit hooks
1420To check your code at commit time
1521```
1622pre-commit install
You can’t perform that action at this time.
0 commit comments