Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 840 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 840 Bytes

Here are the commands that I save because I'll likely use them later. Also includes some of my linux-setup commands.

Index

  • linux-setup.md: Includes most of the commands I run on a fresh linux install
  • ffmpeg-audio.md: parallel processing of files (with tqdm progress bars!), useful for creating Machine Learning datasets. The examples are using ffmpeg but you can replace this with any other command
  • handy-commandline.md: random command line stuff like hashing directories or anything I'll be using more than once
  • scripts/test_gpu.py: this will check if GPUs are recognized by PyTorch. Quick run: curl https://raw.githubusercontent.com/FarisHijazi/commands/master/scripts/test_gpu.py | python