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

Commit

Permalink
remove unused lines
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed May 20, 2019
1 parent b914fe8 commit c71d7c4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions chainercv/links/model/resnet/resnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,14 +203,6 @@ def __init__(self, n_layer,
if path:
chainer.serializers.load_npz(path, self)

@classmethod
def preset_param(cls, preset_param):
if preset_param is None:
return None
param = cls._params[preset_param].copy()
param = dict(param, **cls._default_param)
return param


class ResNet50(ResNet):

Expand Down

0 comments on commit c71d7c4

Please sign in to comment.