분석시각화 대회 코드 공유 게시물은
내용 확인 후
좋아요(투표) 가능합니다.
온라인 채널 제품 판매량 예측 AI 온라인 해커톤
input 데이터 메모리 오류
input 데이터 생성할 때 아래와 같이 에러가 반복되는데 어떻게 해결할 수 있나요??ㅠㅠㅠ
File "c:\Users\user\Desktop\LGAimersHackaton.py", line 99, in make_train_data
input_data = np.empty((num_rows * (len(data.columns) - window_size + 1), train_size, len(data.iloc[0, :4]) + 1))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
numpy.core._exceptions._ArrayMemoryError: Unable to allocate 18.8 GiB for an array with shape (5609170, 90, 5) and data type float64
DACON Co.,Ltd | CEO Kookjin Kim | 699-81-01021
Mail-order-sales Registration Number: 2021-서울영등포-1704
Business Providing Employment Information Number: J1204020250004
#901, Eunhaeng-ro 3, Yeongdeungpo-gu, Seoul 07237
E-mail dacon@dacon.io | Tel. 070-4102-0545
Copyright ⓒ DACON Inc. All rights reserved
컴퓨터의 하드웨어 용량이 딸려서 오류가 나는 것 같습니다.
딥러닝 모델의 경우 충분한 용량의 GPU가 없으면 돌리기 어렵습니다 ㅠㅠ