Skip to content

Commit

Permalink
add test config files for torchvision models
Browse files Browse the repository at this point in the history
  • Loading branch information
fcakyon committed Jun 16, 2022
1 parent 7464ea3 commit 11126c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/data/models/torchvision/fasterrcnn_resnet50_fpn.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
model_name: fasterrcnn_resnet50_fpn
num_classes: 91
2 changes: 2 additions & 0 deletions tests/data/models/torchvision/ssd300_vgg16.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
model_name: ssd300_vgg16
num_classes: 91

0 comments on commit 11126c2

Please sign in to comment.