Experiment source code for public use
Install all libraries used in this project.
- open main.py
- Set variables : EMBEDDING_PATH, BIN_PATH,TITLE, EXPAND_DIM, NONZERO
Note that you should choose
EXPAND_DIM (int)among 5 :[512,1024,2048,4096,8192], and the range ofNONZERO (int)is from 10 to 16.
After setting up variables, start experiment locally.
python main.py
Progress will be displayed on the terminal.