Skip to content

Commit

Permalink
fix reference model group 1 to group 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeyos committed Dec 23, 2014
1 parent c27a408 commit f4a09dd
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 299 deletions.
257 changes: 23 additions & 234 deletions examples/filter_visualization_driving.ipynb

Large diffs are not rendered by default.

126 changes: 65 additions & 61 deletions examples/filter_visualization_driving_softmax.ipynb

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions models/bvlc_reference_caffenet/train_val.prototxt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ layers {
num_output: 256
pad: 2
kernel_size: 5
group: 1
group: 2
weight_filler {
type: "gaussian"
std: 0.01
Expand Down Expand Up @@ -178,7 +178,7 @@ layers {
num_output: 384
pad: 1
kernel_size: 3
group: 1
group: 2
weight_filler {
type: "gaussian"
std: 0.01
Expand Down Expand Up @@ -208,7 +208,7 @@ layers {
num_output: 256
pad: 1
kernel_size: 3
group: 1
group: 2
weight_filler {
type: "gaussian"
std: 0.01
Expand Down
2 changes: 1 addition & 1 deletion python/caffe/draw.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def get_pydot_graph(caffe_net):
pydot.Edge(pydot_nodes[edge[0]], pydot_nodes[edge[1]]))
return pydot_graph

def draw_net(caffe_net, ext='png'):
def draw_net(caffe_net, ext='pdf'):
"""Draws a caffe net and returns the image string encoded using the given
extension.
Expand Down

0 comments on commit f4a09dd

Please sign in to comment.