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
Downloaded this ELMO-model: "elmo_2x4096_512_2048cnn_2xhighway_5.5B_weights_GoogleNews_vocab.magnitude"
But when i try to load it with: Magnitude(ELMO) (where ELMO is path to the downloaded .magnitude file) i get the following ERROR:
File "/path/to/venv/lib/python3.8/site-packages/pymagnitude/init.py", line 359, in init
self.length = self._db().execute(
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Downloaded this ELMO-model: "elmo_2x4096_512_2048cnn_2xhighway_5.5B_weights_GoogleNews_vocab.magnitude"
But when i try to load it with: Magnitude(ELMO) (where ELMO is path to the downloaded .magnitude file) i get the following ERROR:
File "/path/to/venv/lib/python3.8/site-packages/pymagnitude/init.py", line 359, in init
self.length = self._db().execute(
IndexError: list index out of range
The text was updated successfully, but these errors were encountered: