💨

Tensorflow で GPU が使用できるか確認するコマンド

2020/10/30に公開
python -c "import tensorflow as tf; tf.test.is_gpu_available()"

Discussion