Skip to content

Commit f03d919

Browse files
committed
more data
1 parent c914a18 commit f03d919

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Update 1: There is now <a href="https://untitled-ai.github.io/understanding-self
1212

1313
Update 2: A <a href="https://arxiv.org/abs/2010.10241">new paper</a> has successfully replaced batch norm with group norm + weight standardization, refuting that batch statistics are needed for BYOL to work
1414

15+
Update 3: It <a href="https://arxiv.org/abs/2011.10566">turns out</a> even the momentum encoder is not necessary. You can have fully functioning self-supervised learning without negative pairs nor the exponential moving average of the target encoder. I'll update BYOL later with a flag that will allow you to turn off the EMA and break feature parity with 'SimSiam'.
16+
1517
<a href="https://www.youtube.com/watch?v=YPfUiOMYOEE">Yannic Kilcher's excellent explanation</a>
1618

1719
## Install

0 commit comments

Comments
 (0)