Skip to content

Commit

Permalink
Merge pull request #1108 from openvinotoolkit/jeom/enable-mbv3-multil…
Browse files Browse the repository at this point in the history
…abel

Enable multilabel classification in mobilenetV3_small
  • Loading branch information
goodsong81 authored May 16, 2022
2 parents c8505d3 + 61bb257 commit 96913c2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@ model:
custom_datasets:
roots: ['data/coco/train.json', 'data/coco/val.json']
types: ['multilabel_classification', 'multilabel_classification']
names: ['coco_train', 'coco_val']

data:
root: './'
sources: ['coco_train']
targets: ['coco_val']
height: 224
width: 224
norm_mean: [0.485, 0.456, 0.406]
Expand Down

0 comments on commit 96913c2

Please sign in to comment.