logo
Browse Source

Fix typo

Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
Jael Gu 2 years ago
parent
commit
db015769f6
  1. 4
      performance.md

4
performance.md

@ -33,7 +33,7 @@ print((end-start) / 100)
| inference method | mem usage | avg time | | inference method | mem usage | avg time |
| -- | -- | -- | | -- | -- | -- |
| pytorch | 0.3G | 0.451s | | pytorch | 0.3G | 0.451s |
torchscript | 0.3G | 0.470s |
| torchscript | 0.3G | 0.470s |
| onnx | 0.3G | 0.378s | | onnx | 0.3G | 0.378s |
- Device: MacOS, 2.3 GHz Quad-Core Intel Core i7, 8 CPUs - Device: MacOS, 2.3 GHz Quad-Core Intel Core i7, 8 CPUs
@ -42,5 +42,5 @@ print((end-start) / 100)
| inference method | mem usage | avg time | | inference method | mem usage | avg time |
| -- | -- | -- | | -- | -- | -- |
| pytorch | 2.6G | 8.162s | | pytorch | 2.6G | 8.162s |
torchscript | 2.8G | 7.507s |
| torchscript | 2.8G | 7.507s |
| onnx | 1.7G | 6.769s | | onnx | 1.7G | 6.769s |

Loading…
Cancel
Save