learn-to-hash icon indicating copy to clipboard operation
learn-to-hash copied to clipboard

Documentation for `demo_train.py`

Open thomasahle opened this issue 3 years ago • 1 comments

I'm trying to run demo_train.py, but it's unclear how it works. If I add the --glove parameter, it complains that both sift and glove is active, since sift is apparently active by default. Can I disable that? I can add the --data_dir parameter, but it doesn't seem to be used by the script, since opt is never passed to the glove loader. It also seems that I need to run another script before demo_train.py to split the input in queries and answers, but I can't tell which one.

thomasahle avatar Jan 18 '21 12:01 thomasahle