Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

basedoc argument for embed_doc #293

Open
mikozh opened this issue Jul 8, 2020 · 0 comments
Open

basedoc argument for embed_doc #293

mikozh opened this issue Jul 8, 2020 · 0 comments

Comments

@mikozh
Copy link

mikozh commented Jul 8, 2020

I have trained the embeddings for content-based recommendations using the command:
starspace train -trainFile prod_by_order__products.txt -model docspace -trainMode 1 -fileFormat labelDoc

I would like to get embeddings for the given products. As far as I understood, this can be done via:
embed_doc docspace input.txt

Unfortunately, looks like the application requires basedoc. Why does it need the basedoc to compute embeddings? I don't see any use of basedoc in the embed_doc sources.
Start to load a trained starspace model. STARSPACE-2018-2 Model loaded. Must provide base labels when label is featured.

Is it a bug or I'm doing something wrong?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant