ArtificialCoder02 commited on
Commit
507e769
·
1 Parent(s): 90fa634

Made Changes

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +3 -3
app.py CHANGED
@@ -19,7 +19,7 @@ args = DotMap()
19
  args.deploy = 'vanilla'
20
  args.arch = 'dino_small_patch16'
21
  args.no_pretrain = True
22
- args.resume = 'https://huggingface.co/ArtificialCoder02/Eurosat_Meta_3Epoch/blob/main/checkpoint.pth'
23
  args.api_key = 'hAIzaSyC5ik1DoDzUNonRnrAi3T4xP8QYtcwvHS8'
24
  args.cx = '772f0ccc480364116'
25
 
 
19
  args.deploy = 'vanilla'
20
  args.arch = 'dino_small_patch16'
21
  args.no_pretrain = True
22
+ args.resume = 'https://huggingface.co/ArtificialCoder02/Eurosat_Meta_3Epoch/resolve/main/checkpoint.pth'
23
  args.api_key = 'hAIzaSyC5ik1DoDzUNonRnrAi3T4xP8QYtcwvHS8'
24
  args.cx = '772f0ccc480364116'
25
 
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- torch > 1.8
2
- torchvision
3
  numpy
4
  tqdm
5
  matplotlib
@@ -9,4 +9,4 @@ timm
9
  ml-collections
10
  ftfy
11
  tensorboard
12
- Google-Images-Search
 
1
+ torch==1.7.0
2
+ torchvision==0.8.1
3
  numpy
4
  tqdm
5
  matplotlib
 
9
  ml-collections
10
  ftfy
11
  tensorboard
12
+ Google-Images-Search