Skip to content

Commit

Permalink
Remove inaccurate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
philippmwirth committed Sep 15, 2023
1 parent fb650b8 commit eaa943b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmarks/imagenet/resnet50/vicreg.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def __init__(self, batch_size_per_device: int, num_classes: int) -> None:
resnet = resnet50()
resnet.fc = Identity() # Ignore classification head
self.backbone = resnet
# VICReg uses Barlow Twins projection head.
self.projection_head = VICRegProjectionHead(num_layers=2)
self.criterion = VICRegLoss()

Expand Down

0 comments on commit eaa943b

Please sign in to comment.