Skip to content

Instantly share code, notes, and snippets.

View vgenty's full-sized avatar

Victor Genty vgenty

  • Austin, TX
View GitHub Profile
name: "ResNet-18"
layer {
name: "resnet_18"
type: "Data"
top: "data"
top: "label"
include {
phase: TRAIN
}
transform_param {
name: "ResNet-18"
input: "data"
input_dim: 1
input_dim: 3
input_dim: 224
input_dim: 224
layer {
bottom: "data"
top: "conv1"
@vgenty
vgenty / aaaah
Last active March 1, 2016 07:13
name: "ResNet-18"
layer {
name: "data"
type: "Data"
top: "data"
top: "label"
include {
phase: TRAIN
}
name: "ResNet-18"
layer {
name: "data"
type: "Data"
top: "data"
top: "label"
include {
phase: TRAIN
}
usual VGG v06 alex
pool1 288x288 145 x 145 96 x 96 (alex fcn8)
pool2 144x144 73 x 73 48 x 48 (alex fcn16)
pool3 72 x 72 37 x 37 ----- (vgg fcn8)
pool4 36 x 36 19 x 19 ----- (vgg fcn16)
from ROOT import larcv
from matplotlib import colors
import numpy as np
import matplotlib
import matplotlib.pyplot as plt
matplotlib.rcParams['font.size'] = 20
matplotlib.rcParams['font.family'] = 'serif'
larcv.load_pyutil
name: "ResNet26aNuIDPlane0"
############ Data Layer ###########
layer {
name: "plane0_data"
type: "ROOTData"
top: "plane0_data"
top: "label"
root_data_param {
name: "ResNet26aNuIDPlane1"
############ Data Layer ###########
layer {
name: "plane1_data"
type: "ROOTData"
top: "plane1_data"
top: "label"
root_data_param {
name: "ResNet26aNuIDPlane2"
############ Data Layer ###########
layer {
name: "plane2_data"
type: "ROOTData"
top: "plane2_data"
top: "label"
root_data_param {
@vgenty
vgenty / resnet26a_nuid_plane2_ana.prototxt
Last active August 16, 2016 20:07
resnet26a_nuid_plane2_ana
name: "ResNet26aNuIDPlane2Ana"
############ Data Layer ###########
layer {
name: "plane2_data"
type: "ROOTData"
top: "plane2_data"
top: "label"
root_data_param {