View rock960_boot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
switch to partitions #0, OK | |
mmc0(part 0) is current device | |
DDR Version 1.12 20180518 | |
In | |
Channel 0: LPDDR3, 800MHz | |
CS = 0 | |
MR0=0x58 | |
MR1=0x58 | |
MR2=0x58 | |
MR3=0x58 |
View detectnet_1024_noaug.prototxt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# DetectNet network | |
# Data/Input layers | |
name: "DetectNet" | |
layer { | |
name: "train_data" | |
type: "Data" | |
top: "data" | |
include: { phase: TRAIN } | |
} |
View 0_reuse_code.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
View gist:5816827
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$brew --config | |
HOMEBREW_VERSION: 0.9.4 | |
ORIGIN: https://github.com/mxcl/homebrew.git | |
HEAD: 46b286cf0cc56039f67e5cc2c1ae3fd09afd1164 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit sandybridge | |
OS X: 10.8.3-x86_64 | |
Xcode: 4.6.3 |