Lollo9898 commited on
Commit
b86c1ba
·
verified ·
1 Parent(s): fc1a7f4

Changed repo name

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ class VITContrastiveHF(nn.Module):
61
 
62
  # HF inference code
63
  classificator_type = 'linear'
64
- model = VITContrastiveHF(repo_name='fede97/CoDE', classificator_type=classificator_type)
65
 
66
  transform = transforms.Compose([
67
  transforms.CenterCrop(224),
 
61
 
62
  # HF inference code
63
  classificator_type = 'linear'
64
+ model = VITContrastiveHF(repo_name='aimagelab/CoDE', classificator_type=classificator_type)
65
 
66
  transform = transforms.Compose([
67
  transforms.CenterCrop(224),