728x90
python3 -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"
수행 시 GPU가 출력되면 성공적으로 tensorflow-gpu를 수행할 수 있다.
728x90
python3 -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"
수행 시 GPU가 출력되면 성공적으로 tensorflow-gpu를 수행할 수 있다.
댓글