Skip to content

Instantly share code, notes, and snippets.

View ronghanghu's full-sized avatar

Ronghang Hu ronghanghu

View GitHub Profile
@ronghanghu
ronghanghu / mexopt.sh
Created November 19, 2015 17:27
Matlab mex setting
#
# mexopts.sh Shell script for configuring MEX-file creation script,
# mex. These options were tested with the specified compiler.
#
# usage: Do not call this file directly; it is sourced by the
# mex shell script. Modify only if you don't like the
# defaults after running mex. No spaces are allowed
# around the '=' in the variable assignment.
#
# Note: For the version of system compiler supported with this release,
@ronghanghu
ronghanghu / multigpu_mnist_train_log.txt
Last active August 29, 2015 14:27
Multi-GPU Training Logs
I0812 15:00:42.248405 8934 caffe.cpp:160] Using GPUs 0, 1, 2
I0812 15:00:42.422600 8934 solver.cpp:38] Initializing solver from parameters:
test_iter: 100
test_interval: 500
base_lr: 0.01
display: 100
max_iter: 10000
lr_policy: "inv"
gamma: 0.0001
power: 0.75