Skip to content

Commit

Permalink
update params
Browse files Browse the repository at this point in the history
  • Loading branch information
nk2014yj committed Oct 30, 2023
1 parent d772f74 commit e5527fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion neurips23/filter/puck/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ yfcc-10M:
[{ "index_type": 3, "C":1000, "F":1000, "FN":16, "N":0}]
query-args: |
[
{"radius_rate":1.00 ,"search_coarse_count":30, "filter_topk":135},
{"radius_rate":1.00 ,"search_coarse_count":30, "filter_topk":105},
{"radius_rate":1.00 ,"search_coarse_count":30, "filter_topk":110},
{"radius_rate":1.00 ,"search_coarse_count":30, "filter_topk":115},
{"radius_rate":1.00 ,"search_coarse_count":30, "filter_topk":120 }
]
]
3 changes: 2 additions & 1 deletion neurips23/ood/puck/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ text2image-10M:
args: [{"index_type":2, "C":1000, "F":1000,"tinker_neighborhood":16,"tinker_construction":200}]
query-args: |
[
{"search_coarse_count":10, "tinker_search_range": 190},
{"search_coarse_count":10, "tinker_search_range": 160},
{"search_coarse_count":10, "tinker_search_range": 165},
{"search_coarse_count":10, "tinker_search_range": 170},
{"search_coarse_count":10, "tinker_search_range": 175}
]
]

0 comments on commit e5527fb

Please sign in to comment.