You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: