nielsr HF staff commited on
Commit
55b1dfc
·
1 Parent(s): 1ca7ca1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -41,7 +41,6 @@ bool_masked_pos = torch.randint(low=0, high=2, size=(1, num_patches)).bool()
41
 
42
  outputs = model(pixel_values, bool_masked_pos=bool_masked_pos)
43
  loss, logits = outputs.loss, outputs.logits
44
- list(logits.shape)
45
  ```
46
 
47
  ### BibTeX entry and citation info
 
41
 
42
  outputs = model(pixel_values, bool_masked_pos=bool_masked_pos)
43
  loss, logits = outputs.loss, outputs.logits
 
44
  ```
45
 
46
  ### BibTeX entry and citation info