슬기로운 에러 생활
AttributeError: 'ParallelEnv' object has no attribute '_device_id'
vhrehfdl
2023. 3. 6. 23:08
에러 메시지 : AttributeError: 'ParallelEnv' object has no attribute '_device_id'
에러 원인 : GPU 환경이 구축되지 않아서 생기는 오류이다.
CPU 환경에서 fine-tune을 하는데 use_gpu를 true로 하면 에러가 발생한다.
해결 방법 : config.yml에서 use_gpu: false로 변경한다.