Skip to content

Instantly share code, notes, and snippets.

{ "training": [
["d12",70.09,34783,0.000020744,71.63],
["d12",70.13,49858,0.000014295,71.81],
["d12",70.23,33282,0.000033517,71.19],
["d12",70.24,23661,0.000038531,72.36],
["d12",70.2,41433,0.000025695,72.52],
["d12",70.37,33318,0.000074827,72.43],
["d12",70.44,52480,0.000029665,72.85],
["d12",70.46,44695,0.000034958,70.73],
["d12",70.4,21804,0.000042615,70.87],
@dpedley
dpedley / narrow_circuit_stats.json
Last active March 29, 2018 23:43
Learning rate and training iteration stats from d15 narrow
{
"training": [
[24.99,51193,0.000049638],
[27.72,38088,0.000053995],
[29.29,50403,0.000053734],
[29.78,52437,0.000045594],
[29.95,58683,0.000053560],
[32.02,36161,0.000025648],
[33.38,30695,0.000041207],
[35.35,31089,0.000054217],
@dpedley
dpedley / circuit_stats.json
Last active March 28, 2018 07:49
The training stats for some early d15 targeted hyper parameter searching
{
"training": [
[22.42,33042,0.000003845],
[25.13,15463,0.000026574],
[27.37,30105,0.000012034],
[27.38,12464,0.000013431],
[28.08,32398,0.000093683],
[28.09,27881,0.000017408],
[29.85,16162,0.000009969],
[29.97,15992,0.000022701],
@dpedley
dpedley / d0.prototxt
Created December 26, 2017 21:00
A SqueezeNet with Residual Layers
layer {
name: "data"
type: "Data"
top: "data"
top: "label"
include {
phase: TRAIN
}
transform_param {
crop_size: 227
###################################################################################
#
# Created a gist to easily view via Netscope: http://ethereon.github.io/netscope/#/gist/ce33d8161eb27eea3b5556e495c906eb
# Original Authors:
# @article{SqueezeNet,
# Author = {Forrest N. Iandola and Matthew W. Moskewicz and Khalid Ashraf and Song Han and William J. Dally and Kurt Keutzer},
# Title = {SqueezeNet: AlexNet-level accuracy with 50x fewer parameters and $<$1MB model size},
# Journal = {arXiv:1602.07360},
# Year = {2016}
# }
<html><title> Blue bird test links </title>
<body>
<h1> Test bluebird link success <a href="walmart://savingscatcher/bluebird/linking/success"> Click here </a> </h1>
</body></html>

Keybase proof

I hereby claim:

  • I am dpedley on github.
  • I am dpedley (https://keybase.io/dpedley) on keybase.
  • I have a public key whose fingerprint is D375 1501 EB1D A02A 61BE 6F95 36B8 647E 259B 882A

To claim this, I am signing this object:

@dpedley
dpedley / NSUUIDFormatter.m
Created January 24, 2014 21:54
An NSFormatter subclass to validate NSUUID objects.
//
// NSUUIDFormatter.m
//
// Created by Douglas Pedley on 1/24/14.
// Copyright (c) 2014 dpedley.com. All rights reserved.
//
#import "NSUUIDFormatter.h"
@implementation NSUUIDFormatter