Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #678 from Hakuyume/fix-typo-in-ssd-caffe2npz
Browse files Browse the repository at this point in the history
Fix typo in caffe2npz.py
  • Loading branch information
yuyu2172 authored Jul 23, 2018
2 parents 7fae5fd + 556ed81 commit cd399a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ssd/caffe2npz.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __setattr__(self, name, value):
super(SSDCaffeFunction, self).__setattr__(new_name, value)

@caffe._layer('Normalize', None)
def _setup_normarize(self, layer):
def _setup_normalize(self, layer):
blobs = layer.blobs
func = Normalize(caffe._get_num(blobs[0]))
func.scale.array[:] = np.array(blobs[0].data)
Expand Down

0 comments on commit cd399a9

Please sign in to comment.