딥러닝 모델 예측 파일 실행하는데 아래와 같은 에러가 발생
A load persistent id instruction was encountered
but no persistent\_load function was specified.
살펴보니, .bin
파일을 pickle로 load해서 발생했음
(이전에 작성한 코드 줄을 지우지 않아서 발생)
지우고나서 정상적으로 작동함 확인
<참고자료>
'Engineering > 에러 해결 모음' 카테고리의 다른 글
[에러] AttributeError: module 'torch.distributed' has no attribute '_reduce_scatter_base' (0) | 2023.05.12 |
---|---|
[Error][Git] error: src refspec master does not match any (0) | 2023.01.17 |
[Error] EOFError : Ran out of input (0) | 2022.12.12 |
[VSCode] SSH 원격 서버 연결 오류 반복 (0) | 2022.12.02 |
[Error] FileNotFoundError: No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp' (0) | 2022.11.24 |
댓글