Skip to content

Commit

Permalink
add gt urls'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu authored and Ubuntu committed Nov 27, 2024
1 parent fe7103e commit f3a7ad9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions neurips23/runbooks/gen_expiration_time_runbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,11 @@ def gen_exp_time_runbook(dataset_name, dataset_size, max_t, runbook_filename, ra
}
t+=1

if max_points != None & max_points >= max_num_points:
data[dataset_name]["max_pts"]=max_points
if max_points != None:
if max_points >= max_num_points:
data[dataset_name]["max_pts"]=max_points
else:
data[dataset_name]["max_pts"]=max_num_points
else:
data[dataset_name]["max_pts"]=max_num_points

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1209,4 +1209,5 @@ msturingpq-1M:
start: 990000
317:
operation: search
max_pts: 270000
max_pts: 248123
gt_url: https://comp21storage.z5.web.core.windows.net/comp21/MSFT-TURING-ANNS/msturingpq-1M_expiration_time_replace_delete_runbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1092,3 +1092,4 @@ msturing-1M:
282:
operation: search
max_pts: 696111
gt_url: https://comp21storage.z5.web.core.windows.net/comp21/MSFT-TURING-ANNS/msturingpq-1M_expiration_time_replace_only_runbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -843,4 +843,5 @@ msturingpq-1M:
start: 790000
261:
operation: search
max_pts: 440000
max_pts: 400000
gt_url: https://comp21storage.z5.web.core.windows.net/comp21/MSFT-TURING-ANNS/msturingpq-1M_expiration_time_runbook.yaml

0 comments on commit f3a7ad9

Please sign in to comment.