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
The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
File "/ELMo-keras/elmo/lm_generator.py", line 132, in get_token_char_indices
if token_ids[1]:
File "/ELMo-keras/elmo/lm_generator.py", line 51, in __getitem__
word_char_indices_batch[i] = self.get_token_char_indices(sent_id=batch_id)
The text was updated successfully, but these errors were encountered:
ELMo-keras/elmo/lm_generator.py
Line 132 in 010bab9
The text was updated successfully, but these errors were encountered: