728x90
Tensorflow를 수행할 때 GPU는 꼭 필요합니다.
Python에서 현재 사용가능한 GPU가 무엇인지 확인하려면 다음의 명령을 활용하시면 됩니다.
from tensorflow.python.client import device_lib
device_lib.list_local_devices()
위 명령을 수행하시면 현재 사용가능한 GPU에 대한 정보가 출력됩니다.
반응형
'Language' 카테고리의 다른 글
[Vue.js] Tags with side effect (script and style) are ignored in client component templates. (1) | 2022.10.08 |
---|---|
[Java] Queue 자료형 (0) | 2022.04.27 |
[Kotlin] IntelliJ에서 Kotlin 시작하기 (0) | 2019.05.11 |
[highlight.js] 티스토리 신규 에디터에 소스코드 입력 (0) | 2019.04.19 |
Google Fonts (0) | 2018.03.21 |