Pinned Loading
-
Useful aliases & etc.
Useful aliases & etc. 1# remove all /target directories recursively, starting from pwd
2alias rmtarget="find . -name 'target' -prune -exec rm '{}' -rf \;"
3# auto pull & rebase - dereb if the master branch name is 'master'; dereb if it's 'develop'
4alias dereb = !sh -c 'cbr=`git cbr` && git co develop && git pull --rebase && git co \"$cbr\" && git rebase develop'
5alias mareb = !sh -c 'cbr=`git cbr` && git co master && git pull --rebase && git co \"$cbr\" && git rebase master'
-
CNN-keras
CNN-keras PublicA convolutional neural network for MNIST handwritten digits recognition
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.