import numpy as np
X_train, X_test, y_train, y_test = np.load('.ndy file', allow_pickle=True)
해결법
allow_pickle에 True 값을 전달한다.
'Issues & Troubleshooting > [Python]' 카테고리의 다른 글
[Python] KoBERT 사용 시 에러 처리 (0) | 2021.11.28 |
---|---|
[Python] konlpy 에러 처리 AttributeError: module 'tweepy' has no attribute 'StreamListener' (0) | 2021.11.12 |
[Python] keras load_data()호출 시 에러 처리 Exception: URL fetch failure (0) | 2021.11.11 |