Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 034d1ce

Browse files
lwencelptbuilder
authored andcommitted
task-updated-models-and-prepare_mkl: Updated prepare_mkl.sh - MKL GOLD
2 parents fba2c64 + caa3956 commit 034d1ce

File tree

18 files changed

+19059
-2
lines changed

18 files changed

+19059
-2
lines changed

external/mkl/prepare_mkl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FindLibrary()
1515
# MKL
1616
DST=`dirname $0`
1717
OMP=0
18-
MKLURL="https://github.com/intelcaffe/caffe/releases/download/self_contained_BU1/mklml_lnx_2017.0.b1.20160513.1.tgz"
18+
MKLURL="https://github.com/intelcaffe/caffe/releases/download/self_containted_GOLD/mklml_lnx_2017.0.0.20160801.tgz "
1919
if [ $MKLROOT ]; then
2020
VERSION_LINE=`grep __INTEL_MKL_BUILD_DATE $MKLROOT/include/mkl_version.h 2>/dev/null | sed -e 's/.* //'`
2121
fi
@@ -30,7 +30,7 @@ else
3030
fi
3131
fi
3232
# Check if MKL_ROOT is set if positive then set one will be used..
33-
if [ -z $MKLROOT ] || [ $VERSION_LINE -lt 20160514 ]; then
33+
if [ -z $MKLROOT ] || [ $VERSION_LINE -lt 20160706 ]; then
3434
# ..if MKLROOT is not set then check if we have MKL downloaded..
3535
if [ -z $LOCALMKL ] || [ ! -f $LOCALMKL ]; then
3636
#...If it is not then downloaded and unpacked
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
net: "models/default_googlenet_v2/train_val.prototxt"
2+
test_iter: 1000
3+
test_interval: 10000
4+
test_initialization: false
5+
display: 40
6+
average_loss: 40
7+
base_lr: 0.045
8+
lr_policy: "step"
9+
stepsize: 6400
10+
gamma: 0.96
11+
max_iter: 1200000
12+
momentum: 0.9
13+
weight_decay: 0.0002
14+
snapshot: 50000
15+
snapshot_prefix: "models/default_googlenet_v2/default_googlenet_v2"
16+
solver_mode: CPU

0 commit comments

Comments
 (0)