logo
Browse Source

output shape introduction

main
zhang chen 3 years ago
parent
commit
70104b8e17
  1. 2
      README.md

2
README.md

@ -42,7 +42,7 @@ The Operator returns a tuple `Tuple[('embedding', numpy.ndarray)]` containing fo
- feature_vector: - feature_vector:
- the embedding of the image - the embedding of the image
- data type: `numpy.ndarray` - data type: `numpy.ndarray`
- shape: (dim,)
## Requirements ## Requirements
You can get the required python package by [requirements.txt](./requirements.txt). You can get the required python package by [requirements.txt](./requirements.txt).

Loading…
Cancel
Save