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
When trying to train an encoder decoder model with attention by calling the script experiments/wikilarge/encdeca/train.sh, I get the error message: "module 'shortcut' not found:No LuaRocks module found for shortcut", although this file does exists in utils/shortcut.lua. Do I need to compile anything in advance such that require('shortcut') and other modules will work?
The text was updated successfully, but these errors were encountered:
When trying to train an encoder decoder model with attention by calling the script experiments/wikilarge/encdeca/train.sh, I get the error message: "module 'shortcut' not found:No LuaRocks module found for shortcut", although this file does exists in utils/shortcut.lua. Do I need to compile anything in advance such that require('shortcut') and other modules will work?
The text was updated successfully, but these errors were encountered: