본문 바로가기
Python with AI

Error Message - Unexpected result of `train_function` (Empty logs)

by Oliver J 2023. 7. 4.
반응형

AI 학습하는 도중에 Unexpected result of `train_function` (Empty logs)와 같은 에러 메시지를 만나게 되는 경우가 있다.

You may encounter this error message during AI training - "Unexpected result of `train_function` (Empty logs)"

 

 

문제 해결은 간단하다. 말 그대로 Empty logs. 위의 경우를 보면 X_train_padded의 데이터를 확인해 보면 데이터가 존재하지 않는 것을 발견할 수 있다. (간혹 파일을 불러와서 할 경우에 폴더명 오타? 또는 폴더에 데이터가 삭제됨)

It's simple. Literally, it's empty. In the above capture image case, there's no data in X_train_padded(in my case, a typo from the wrong directory name... or deleted files in that folder.... LOL)

 

어쨌든, 오타조심...

Anyway, watch out for typos...

728x90
반응형