Skip to content

Commit 4b4be83

Browse files
author
Azure Pipelines
committed
publish [GPU]: lightning_examples/barlow-twins
1 parent e1cb621 commit 4b4be83

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:8a9ff3a37665fcb9d9a0ba862cafec75a27240bf01f9bd21585a7446f85fd268
3+
size 263525
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
title: Barlow Twins Tutorial
2+
author: Ananya Harsh Jha
3+
created: 2021-09-19
4+
updated: 2023-03-15
5+
license: CC BY-SA
6+
build: 0
7+
tags:
8+
- Image
9+
- Self-Supervised
10+
description: 'This notebook describes the self-supervised learning method Barlow Twins.
11+
12+
Barlow Twins differs from other recently proposed algorithms as it doesn''t
13+
14+
fall under the category of either contrastive learning, or methods like knowledge
15+
16+
distillation or clustering. The simplicity of the loss function and its effectiveness
17+
18+
in comparison to the current state of the art makes Barlow Twins an interesting
19+
20+
case study.
21+
22+
'
23+
requirements:
24+
- torchvision
25+
- matplotlib
26+
- lightning>=2.0.0
27+
accelerator:
28+
- GPU
29+
- CPU
30+
environment:
31+
- ipython==8.16.1
32+
- pytorch-lightning==2.0.9.post0
33+
- setuptools==69.0.3
34+
- torchmetrics==1.2.1
35+
- torch==2.0.1
36+
- numpy==1.26.4
37+
- urllib3==2.2.2
38+
- lightning==2.3.3
39+
- matplotlib==3.8.4
40+
- torchvision==0.15.2
41+
published: '2024-07-19T20:50:59.827715'

0 commit comments

Comments
 (0)