목록GPU (1)
IT_World
[Python] device_lib.list_local_devices() log error
현 작업 상황을 기록하고 싶던 중 tensorboard, plt, scalar 고민하다가 log text file로 남기기로 결정했다. from tensorflow.python.client import device_lib device_lib.list_local_devices() 를 사용하면 CPU랑 GPU 모두 출력되야 하는데 cpu만 출력되는 문제 발생 device_lib.list_local_devices () no gpu print(device_lib.list_local_devices()) none log 정보를 파일로 저장하기 위해 코드를 돌리던 중 IndexError: list index out of range 에러발생 logger.INFO:OS : Linux logger.INFO:OS Versi..
Artificial intelligence, AI/error
2021. 5. 6. 16:46