In order to train a neural network model, we may want to know what and how many GPUs are installed linux. In this tutorial, we will introduce how to get this information.
The simplest way is to use command below in linux:
nvidia-smi
Then you will get this result:
We will find there is only one gpu (Tesla V100) that is instlled in this linux system.