Skip to content

Instantly share code, notes, and snippets.

View HBadertscher's full-sized avatar

Hannes Badertscher HBadertscher

View GitHub Profile
Process: librepcb [21820]
Path: /Users/USER/*/librepcb.app/Contents/MacOS/librepcb
Identifier: nu.librepcb
Version: ???
Code Type: X86-64 (Native)
Parent Process: ??? [21817]
Responsible: librepcb [21820]
User ID: 501
Date/Time: 2018-11-16 07:43:34.800 +0100
@HBadertscher
HBadertscher / net.prototxt
Created January 15, 2017 22:20
This is a simple example of how to add callbacks to any Caffe solver
name: "DemoNet"
layer {
name: "data"
type: "Input"
top: "data"
input_param { shape: { dim: 1 dim: 1 dim: 1 dim: 1 } }
}
layer {
name: "labels"
type: "Input"