File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,12 @@ Now let's cover the details on using the CLI tool: `model-archiver`.
49
49
Here is an example usage with the densenet161 model archive following the example in the [ examples README] ( ../examples/README.md ) :
50
50
51
51
``` bash
52
- torch-model-archiver --model-name densenet161 --version 1.0 --model-file examples/image_classifier/densenet_161/model.py --serialized-file densenet161-8d451a50.pth --extra-files examples/image_classifier/index_to_name.json --handler image_classifier
52
+ torch-model-archiver --model-name densenet161 \
53
+ --version 1.0 \
54
+ --model-file examples/image_classifier/densenet_161/model.py \
55
+ --serialized-file densenet161-8d451a50.pth \
56
+ --extra-files examples/image_classifier/index_to_name.json \
57
+ --handler image_classifier
53
58
```
54
59
55
60
### Arguments
You can’t perform that action at this time.
0 commit comments