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
Ở branch undertheseanlp/classification#55, egs/vntc_fasttext. Khi em chạy python preprocess.py thì hiện lỗi này:
data/vntc/raw
Traceback (most recent call last):
File "preprocess.py", line 31, in
train_folder = [join(path, "Train_Full", i) for i in os.listdir(join(path, "Train_Full"))]
FileNotFoundError: [Errno 2] No such file or directory: 'data/vntc/raw/Train_Full'
Em đã kiểm tra lại đường dẫn thì thấy đúng rồi, mà không biết là lỗi ở đâu
The text was updated successfully, but these errors were encountered:
Ở branch undertheseanlp/classification#55, egs/vntc_fasttext. Khi em chạy python preprocess.py thì hiện lỗi này:
data/vntc/raw
Traceback (most recent call last):
File "preprocess.py", line 31, in
train_folder = [join(path, "Train_Full", i) for i in os.listdir(join(path, "Train_Full"))]
FileNotFoundError: [Errno 2] No such file or directory: 'data/vntc/raw/Train_Full'
Em đã kiểm tra lại đường dẫn thì thấy đúng rồi, mà không biết là lỗi ở đâu
The text was updated successfully, but these errors were encountered: