Skip to content

Commit

Permalink
Remove ShuffleNet from model zoo. (pytorch#6203)
Browse files Browse the repository at this point in the history
* No longer supported.
  • Loading branch information
orionr authored Apr 2, 2018
1 parent 4c81282 commit a409f95
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions caffe2/python/onnx/tests/c2_ref_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,6 @@ def test_inception_v2(self):
def test_squeezenet(self):
self._test_net('squeezenet')

def test_shufflenet(self):
self._test_net('shufflenet')

def test_densenet121(self):
self._test_net('densenet121')

Expand Down
1 change: 0 additions & 1 deletion scripts/model_zoo/update-caffe2-models.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def _prepare_model_data(self, model):
'inception_v1',
'inception_v2',
'resnet50',
'shufflenet',

# TODO currently onnx can't translate squeezenet :(
# 'squeezenet',
Expand Down
1 change: 0 additions & 1 deletion scripts/model_zoo/update-models-from-caffe2.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ def onnx_verify(onnx_model, inputs, ref_outputs):
'inception_v1': 'inception_v1',
'inception_v2': 'inception_v2',
'resnet50': 'resnet50',
'shufflenet': 'shufflenet',
'squeezenet': 'squeezenet_old',
'vgg16': 'vgg16',
'vgg19': 'vgg19',
Expand Down

0 comments on commit a409f95

Please sign in to comment.