Skip to content

Commit

Permalink
fix: upper case onnx
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiniuYu committed Nov 9, 2022
1 parent b6c742b commit ff308f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/README-exec/onnx.readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The introduction of the CLIP model [can be found here](https://openai.com/blog/c

`ViT-B-32::openai` is used as the default model. To use specific pretrained models provided by `open_clip`, please use `::` to separate model name and pretrained weight name, e.g. `ViT-B-32::laion2b_e16`. Please also note that **different models give different sizes of output dimensions**.

| Model | Onnx | Output dimension |
| Model | ONNX | Output dimension |
|---------------------------------------|------|------------------|
| RN50 || 1024 |
| RN101 || 512 |
Expand Down

0 comments on commit ff308f0

Please sign in to comment.