Skip to content

Instantly share code, notes, and snippets.

name: "ZF"
input: "data"
input_shape {
dim: 1
dim: 3
dim: 224
dim: 224
}
name: "VGG_ILSVRC_16_layers"
input: "data"
input_shape {
dim: 1
dim: 3
dim: 224
dim: 224
}
name: "VGG_ILSVRC_16_layers"
input: "data"
input_dim: 10
input_dim: 3
input_dim: 224
input_dim: 224
layers {
bottom: "data"
top: "conv1_1"
name: "conv1_1"
@walkoncross
walkoncross / tmux.md
Created October 17, 2017 09:24 — forked from andreyvit/tmux.md
tmux cheatsheet

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:

remap prefix to Control + a

@walkoncross
walkoncross / kubectl-shortcuts.sh
Created October 10, 2017 10:18 — forked from tamas-molnar/kubectl-shortcuts.sh
aliases and shortcuts for kubectl
alias kc='kubectl'
alias kclf='kubectl logs --tail=200 -f'
alias kcgs='kubectl get service -o wide'
alias kcgd='kubectl get deployment -o wide'
alias kcgp='kubectl get pod -o wide'
alias kcgn='kubectl get node -o wide'
alias kcdp='kubectl describe pod'
alias kcds='kubectl describe service'
alias kcdd='kubectl describe deployment'
alias kcdf='kubectl delete -f'
@walkoncross
walkoncross / kubectl_alias_zyf.sh
Last active March 30, 2018 09:48
Aliases for kubectl
#!/bin/bash
#######
# Aliases for kubectl;
# !!!No alias for 'kubectl delete';
# Add this script to ~/.bashrc for auto-run;
# If an alias is to long (more than 5 or 6 letters, you're not encouraged use it,
# they are here just for completion.
# Author: [email protected]
#######
name: "SphereFaceNet-64"
layer {
name: "data"
type: "Input"
top: "data"
input_param {
shape {
dim: 1
dim: 3
dim: 112
name: "SpherefaceNet-20"
input: "data"
input_dim: 1
input_dim: 3
input_dim: 112
input_dim: 96
############## CNN Architecture ###############
layer {
name: "conv1_1"
type: "Convolution"
name: "SphereFaceNet-28"
input: "data"
input_dim: 1
input_dim: 3
input_dim: 112
input_dim: 96
############## CNN Architecture ###############
layer {
name: "conv1a"
type: "Convolution"