Skip to content

Instantly share code, notes, and snippets.

@Dvad
Dvad / IDSIA.prototxt
Last active September 8, 2016 09:30
IDSIA network for traffic sign recognition Caffe prototxt
# This is work in progress to port structure of idsia neural net to caffe
name: "TestIDSIA"
#nn.Sequential {
# [input -> (1) -> (2) -> (3) -> (4) -> (5) -> output]
# (1): nn.Sequential {
# [input -> (1) -> (2) -> (3) -> (4) -> output]
# (1): nn.SpatialConvolutionMM(3 -> 150, 7x7, 1,1, 2,2)
# (2): nn.ReLU
# (3): nn.SpatialMaxPooling(2x2, 2,2)
# (4): nn.SpatialContrastiveNormalization
@Dvad
Dvad / gist:9210763
Created February 25, 2014 15:14
Add this to gtk-widget.css in MediterraneanNightTheme for gnome 3.10.
/***************
* Header bars *
***************/
.header-bar {
border-width: 0 0 1px;
border-style: solid;
border-color: shade(@borders, 0.90);
border-radius: 15px 15px 0px 0px;
box-shadow: inset 0 -1px shade(@borders, 1.30);
background-color: @theme_bg_dark_color;