Martlgap commited on
Commit
c764ae5
·
1 Parent(s): aa0a7fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -88,14 +88,16 @@ embedding = model.run(None, {"input_image": input_image})[0][0]
88
  ```
89
 
90
  `input_image`-Variable
91
- Dimensions: 112x112x3
92
- Channels: Should be in RGB format
93
- Type: float
94
- Values: Between 0 and 255
 
95
 
96
  `embedding`-Variable
97
- Dimension: 512
98
- Type: float
 
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