Skip to content

Commit 3b430b3

Browse files
authored
Update README.md (#6)
1 parent c57adb0 commit 3b430b3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Self-Supervised Learning (SSL) Bootcamp
22
This 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
1010
pip 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
1420
To check your code at commit time
1521
```
1622
pre-commit install

0 commit comments

Comments
 (0)