Skip to content

Commit 3a458d2

Browse files
Minor Changes
1 parent 2451ccf commit 3a458d2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

configs/config/benchmark/linear_image_classification/imagenet1k/byol_transfer_in1k_linear.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# @package _global_
2+
# BYOL:Bootstrap Your Own Latent - https://arxiv.org/abs/2006.07733
3+
# Configuration based on BYOL paper - Appendix C -- C.1
24
config:
35
VERBOSE: True
46
LOG_FREQUENCY: 200

vissl/losses/byol_loss.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ class BYOLLoss(ClassyLoss):
4141
"""
4242
This is the loss proposed in BYOL
4343
- Bootstrap your own latent: (https://arxiv.org/abs/2006.07733)
44-
This function computes the loss and restores loss from checkpoints.
44+
This class wraps functions which computes
45+
- loss
46+
- restores loss from checkpoints.
4547
4648
Config params:
4749
embedding_dim (int): head output output dimension

0 commit comments

Comments
 (0)