Useful Tools and Python packages
Published:
- Plot figures: Plotly, draw.io
- Check cpu usage:
- top (press E to show GB memory totally, press e to show GB memory for each task. press 1 to show each cpu.)
- lscpu, vmstat, mpstat, etc.
- show cpu information:
cat /proc/cpuinfo
# all cpu informatioinecho "CPU threads: $(grep -c processor /proc/cpuinfo)"
# thread number of one CPUgrep 'cpu cores' /proc/cpuinfo | uniq
# cpu core numbernproc --all
# thread number of one CPU - Remote file browser
Raidrive
- Editor:
vscode
andPyCharm
- Other python packages:
Numpy
,pandas
,os
,pytorch
,tensorflow
,copy
,random
,simpleITK
,pandas
,matplotlib
,glob
,threading
,csv
,datetime
,itertools
,shutil
,typing
,multiprocessing
,nvidia_smi
,filelock
,monai
,sklearn
,tqdm
,cv2
,unittest
, …
Leave a Comment