Skip to content

Commit

Permalink
[proto-runner] Add resnext to the list of supported models.
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrakhov-glow committed Aug 10, 2018
1 parent 913a7c2 commit 09b9117
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions utils/caffe2_pb_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ def mode_128to127 (x): return x-128
28,
1,
),
resnext=Model(
"data",
mode_0to1,
224,
3,
),
)

MODEL = args.model_name
Expand Down

0 comments on commit 09b9117

Please sign in to comment.