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 run the models using luigi calling AllGuesserReports, I get the following error;
TypeError: load_vectors() got an unexpected keyword argument 'unk_init'. Also attaching the screenshot. Any suggestions what I might be doing wrong would be appreciated.
The text was updated successfully, but these errors were encountered:
(meta note, its easier to copy/paste text in code blocks than read screenshots)
Could you give information about which versions of packages you have installed? My first instinct is that our code relies on an older version of torchtext and if you are using a new version then the arguments might not match.
This seems to be a pytorch version discrepancy. The current master branch of qanta seems to be using pytorch 1.7 or something. This issue seems to shed light on this.
When trying to run the models using luigi calling AllGuesserReports, I get the following error;
TypeError: load_vectors() got an unexpected keyword argument 'unk_init'
. Also attaching the screenshot. Any suggestions what I might be doing wrong would be appreciated.The text was updated successfully, but these errors were encountered: