Aumkeshchy2003 commited on
Commit
5449bc5
·
verified ·
1 Parent(s): 4abf769

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ class ViT(nn.Module):
190
 
191
 
192
  # Load model weights
193
- checkpoint = torch.load("best_ViT_CIFAR100_baseline_checkpoint.pth", map_location=device)
194
 
195
  model = ViT(cfg).to(device)
196
 
 
190
 
191
 
192
  # Load model weights
193
+ checkpoint = torch.load("best_CTD_ViT_CIFAR100_checkpoint.pth", map_location=device)
194
 
195
  model = ViT(cfg).to(device)
196