[Linux] Use “du” command to check the file size
How to use du
command
If you want to check a file or a directory in the Linux system, you can use du
command to do it:
du
commandIf you want to check a file or a directory in the Linux system, you can use du
command to do it:
When we using PyTorch, a useful Python deep learning framework for model training, maybe sometimes we forget to “store” the trained model, even unaware of that. (Such as me in the past)