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
Not a big issue, but it's probably worth a quick update to include either documentation in the readme to download the GloVe pretrained 100B word embeddings, or a curl command to the scripts, otherwise following procedure causes an assertion error that requires traceback to the missing file.
Traceback (most recent call last):
File "jNERE.py", line 77, in <module>
parser = learner.jNeRE(words, nertags, rels, w2i, c2i, options)
File ".../jointRE/jNERE/learner.py", line 58, in __init__
assert (ext_emb_dim == self.wdims)
AssertionError
The text was updated successfully, but these errors were encountered:
Not a big issue, but it's probably worth a quick update to include either documentation in the readme to download the GloVe pretrained 100B word embeddings, or a curl command to the scripts, otherwise following procedure causes an assertion error that requires traceback to the missing file.
The text was updated successfully, but these errors were encountered: