Boni98 commited on
Commit
37b3b22
·
1 Parent(s): d3ddd9b

Update clip_chat.py

Browse files
Files changed (1) hide show
  1. clip_chat.py +1 -1
clip_chat.py CHANGED
@@ -35,7 +35,7 @@ def calculate_logits(image_features, text_features):
35
  last = -1
36
  best = -1
37
 
38
- goal = 21
39
 
40
  image_org = load_random_image()
41
  image = preprocess(image_org).unsqueeze(0).to(device)
 
35
  last = -1
36
  best = -1
37
 
38
+ goal = 30
39
 
40
  image_org = load_random_image()
41
  image = preprocess(image_org).unsqueeze(0).to(device)