본문 바로가기
개발관련

Tensorflow GPU 잘 잡히는지 확인하는 명령어

by 지구킹 2023. 10. 20.
728x90
python3 -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"

 

수행 시 GPU가 출력되면 성공적으로 tensorflow-gpu를 수행할 수 있다.

728x90

댓글