We often train our deep learning models in linux, one of problems we often concern is how much space of memory left in system. In this tutorial, we will introduce you how to see free space of memory in linux.
Check free memory space in linux
free -h
The output is: