Skip to content

Commit 54ec3f2

Browse files
committed
address #357
1 parent 9aa52cc commit 54ec3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1358,7 +1358,7 @@ learner = Dino(
13581358
hidden_layer = 'to_latent', # hidden layer name or index, from which to extract the embedding
13591359
projection_hidden_size = 256, # projector network hidden dimension
13601360
projection_layers = 4, # number of layers in projection network
1361-
num_classes_K = 65336, # output logits dimensions (referenced as K in paper)
1361+
num_classes_K = 65536, # output logits dimensions (referenced as K in paper)
13621362
student_temp = 0.9, # student temperature
13631363
teacher_temp = 0.04, # teacher temperature, needs to be annealed from 0.04 to 0.07 over 30 epochs
13641364
local_upper_crop_scale = 0.4, # upper bound for local crop - 0.4 was recommended in the paper

0 commit comments

Comments
 (0)