Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
F
faiss
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
faiss
Commits
b95027ad
Unverified
Commit
b95027ad
authored
Apr 27, 2018
by
Matthijs Douze
Committed by
GitHub
Apr 27, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
a8199f06
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
README.md
benchs/link_and_code/README.md
+4
-2
No files found.
benchs/link_and_code/README.md
View file @
b95027ad
...
@@ -10,12 +10,14 @@ Link & code is an indexing method that combines HNSW indexing with
...
@@ -10,12 +10,14 @@ Link & code is an indexing method that combines HNSW indexing with
compression and exploits the neighborhood structure of the similarity
compression and exploits the neighborhood structure of the similarity
graph to improve the reconstruction. It is described in
graph to improve the reconstruction. It is described in
```
@inproceedings{link_and_code,
@inproceedings{link_and_code,
author = {Matthijs Douze and Alexandre Sablayrolles and Herv\'e J\'egou},
author = {Matthijs Douze and Alexandre Sablayrolles and Herv\'e J\'egou},
title = {Link and code: Fast indexing with graphs and compact regression codes},
title = {Link and code: Fast indexing with graphs and compact regression codes},
booktitle = {CVPR},
booktitle = {CVPR},
year = {2018}
year = {2018}
}
}
```
ArXiV
[
here
](
https://arxiv.org/abs/1804.09996
)
ArXiV
[
here
](
https://arxiv.org/abs/1804.09996
)
...
@@ -28,7 +30,7 @@ The test runs with 3 files:
...
@@ -28,7 +30,7 @@ The test runs with 3 files:
-
`datasets.py`
: code to load the datasets. The example code runs on the
-
`datasets.py`
: code to load the datasets. The example code runs on the
deep1b and bigann datasets. See the
[
toplevel README
](
../README.md
)
deep1b and bigann datasets. See the
[
toplevel README
](
../README.md
)
on how to downlod them. They should be put in a directory, edit
on how to downlo
a
d them. They should be put in a directory, edit
datasets.py to set the path.
datasets.py to set the path.
-
`neighbor_codec.py`
: this is where the representation is trained.
-
`neighbor_codec.py`
: this is where the representation is trained.
...
@@ -60,7 +62,7 @@ Set `bdir` to a scratch directory.
...
@@ -60,7 +62,7 @@ Set `bdir` to a scratch directory.
Explanation of the flags:
Explanation of the flags:
-
`--db deep1M`
: dataset to process
-
`--db deep1
00
M`
: dataset to process
-
`--M0 6`
: number of links on the base level (L6)
-
`--M0 6`
: number of links on the base level (L6)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment