Open luthfianto opened 3 years ago
As what @ledw said in #153, I used wikipedia_sentence_matching.sh and change the trainDoc=3 to trainDoc=1 and successfully trained the model
wikipedia_sentence_matching.sh
But I cannot run the query_nn, I use command
./query_nn /tmp/starspace/models/wikipedia_sentence_match `
and got
Start to load a trained starspace model. STARSPACE-2018-2 Model loaded. Must provide base labels when label is featured.
I also tried
./query_nn /tmp/starspace/models/wikipedia_sentence_match -basedoc /tmp/starspace/data/wikipedia_test_basedocs_tm3.txt -fileFormat labelDoc
but no success.
What is the correct command for query_nn?
Thanks
As what @ledw said in #153, I used
wikipedia_sentence_matching.sh
and change the trainDoc=3 to trainDoc=1 and successfully trained the modelBut I cannot run the query_nn, I use command
and got
I also tried
but no success.
What is the correct command for query_nn?
Thanks