Skip to content

Instantly share code, notes, and snippets.

View sexypreneur's full-sized avatar
🤒
Out sick

sexypreneur sexypreneur

🤒
Out sick
  • Anonymous
  • Anonymous
View GitHub Profile
@sexypreneur
sexypreneur / confusionMatrix_convnet_test_BatchMode(VeryFast).py
Created September 3, 2019 08:22 — forked from Coderx7/confusionMatrix_convnet_test_BatchMode(VeryFast).py
Caffe confusion matrix, precision and recall and F1 Score script!
#in the name of God the most compassionate the most merciful
# added mean subtraction so that, the accuracy can be reported accurately just like caffe when doing a mean subtraction
# Seyyed Hossein Hasan Pour
# Coderx7@Gmail.com
# 7/3/2016
# Added Recall/Precision/F1-Score as well
# 01/03/2017
# Added batch processing, not what used to take a minute or so, takes only several seconds!
# 07/25/2017
#info:
@sexypreneur
sexypreneur / tmux-cheatsheet.markdown
Last active November 22, 2015 14:44 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname