Closed mrdotnic closed 5 years ago
Hey @mrdotnic, thanks for creating this issue! Torch7 is very deprecated and I recommend switching to PyTorch. We have a PyTorch implementation of the recipe embedding model and there are PyTorch implementations of Skip-Thoughts vectors. Please let me know if these don't help!
Thank you @nhynes ! I will try it and if need be create a new issue in your PyTorch implementation project.
Hi there,
first off, I want to say I find your paper and code very interesting and the amount of data you collected amazing.
Currently I'm trying to encode new recipes to skip-instructions in order to input them to the im2recipe-model later in order to get the "trijoint"-embeddings. To be able to encode them to skip-instructions, I'm trying to train the skip-instructions-model so I can then use the trained encoder to extract features from new recipe texts.
While running "moon main.moon -[...]" an error similar to #9 occurred:
Error Message before changing LookupTableW2V.moon similar to https://github.com/torralba-lab/im2recipe/issues/9#issue-260132291:
I then replaced in LookupTableW2V.moon as described in https://github.com/torralba-lab/im2recipe/issues/9#issuecomment-331774874:
Now the following error occurs:
The torch "nn" library does indeed not contain "LookupTableMaskZero.lua" if I understand that error message correctly, but all the dependencies mentioned in the README.md like the torch "rnn" library containing "LookupTableMaskZero.lua" are installed and up to date, so I don't understand how to solve this issue.
Any help would be much appreciated. Best regards, mrdotnic