recsys-nlp-graph
recsys-nlp-graph copied to clipboard
Questions around end-to-end execution
Hi @eugeneyan,
This is fantastic work! I am looking to run the code alongside reading your blog posts; specifically, reproducing the results on the electronics dataset. I was wondering if you could help clarify a couple of points.
In the shell script, there are many references to electronics_edges_val_samp.csv , but following the prep steps, this doesn't seem to have been created. Where should this take place?
Additionally, when I try to run train_torch_embedding I get the error: No such file or directory: 'model/word2id', should this be created in one of the prep steps?
Thanks for your help with this!