Skip to content

Commit

Permalink
Further RC2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
hctomkins committed Mar 24, 2015
1 parent 829f439 commit 18c7952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CaffeGenerate.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def convtemplate(name, OutputLs, Padding, kernelsize, Stride, bottom, bfv, flr,
string = \
'layer {\n\
name: "%s"\n\
type: "convolution"\n\
type: "Convolution"\n\
param {\n\
lr_mult: %i\n\
decay_mult: %i\n\
Expand Down Expand Up @@ -220,7 +220,7 @@ def SMtemplate(name, bottom, w):
string = \
'layer {\n\
name: "loss"\n\
type: "Softmax"\n\
type: "SoftmaxWithLoss"\n\
bottom: "%s"\n\
bottom: "label"\n\
top: "%s"\n\
Expand Down

0 comments on commit 18c7952

Please sign in to comment.