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
您好,在运行get_vocab.py时报出错误
Traceback (most recent call last):
File "lib/get_vocab.py", line 89, in
get_vocab(train_file, dev_file)
File "lib/get_vocab.py", line 61, in get_vocab
raise ValueError('The length of dev word is 0')
ValueError: The length of dev word is 0
想请教一下这个该如何解决呢?
The text was updated successfully, but these errors were encountered:
您好,在运行get_vocab.py时报出错误
Traceback (most recent call last):
File "lib/get_vocab.py", line 89, in
get_vocab(train_file, dev_file)
File "lib/get_vocab.py", line 61, in get_vocab
raise ValueError('The length of dev word is 0')
ValueError: The length of dev word is 0
想请教一下这个该如何解决呢?
I guess that you also use python3. I delete decode('utf-8'), and fix it. You can try do it.
您好,在运行get_vocab.py时报出错误
Traceback (most recent call last):
File "lib/get_vocab.py", line 89, in
get_vocab(train_file, dev_file)
File "lib/get_vocab.py", line 61, in get_vocab
raise ValueError('The length of dev word is 0')
ValueError: The length of dev word is 0
想请教一下这个该如何解决呢?
The text was updated successfully, but these errors were encountered: