-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
:fix: add 2 arguments of convert cli :fix: make 'generate_model_family' a public function :fix:convert cli: provide args: 1. the saved path of the converted model 2. whether to register the generated model into model hub
- Loading branch information
1 parent
38b7728
commit e1b5c98
Showing
3 changed files
with
71 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
weight: "~/.modelci/Alexnext/pytorch-pytorch/image_classification/1.pth" | ||
dataset: ImageNet | ||
task: IMAGE_CLASSIFICATION | ||
metric: | ||
acc: 0.74 | ||
inputs: | ||
- name: "input" | ||
shape: [ 1, 3, 224, 224 ] | ||
dtype: TYPE_FP32 | ||
outputs: | ||
- name: "output" | ||
shape: [ -1, 1000 ] | ||
dtype: TYPE_FP32 | ||
convert: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters