Update README.md
Browse files
README.md
CHANGED
|
@@ -88,14 +88,16 @@ embedding = model.run(None, {"input_image": input_image})[0][0]
|
|
| 88 |
```
|
| 89 |
|
| 90 |
`input_image`-Variable
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
|
|
|
| 95 |
|
| 96 |
`embedding`-Variable
|
| 97 |
-
|
| 98 |
-
|
|
|
|
| 99 |
|
| 100 |
## Bias, Risks, and Limitations
|
| 101 |
|
|
|
|
| 88 |
```
|
| 89 |
|
| 90 |
`input_image`-Variable
|
| 91 |
+
|
| 92 |
+
- Dimensions: 112x112x3
|
| 93 |
+
- Channels: Should be in RGB format
|
| 94 |
+
- Type: float
|
| 95 |
+
- Values: Between 0 and 255
|
| 96 |
|
| 97 |
`embedding`-Variable
|
| 98 |
+
|
| 99 |
+
- Dimension: 512
|
| 100 |
+
- Type: float
|
| 101 |
|
| 102 |
## Bias, Risks, and Limitations
|
| 103 |
|