Skip to content

Commit 30ecd90

Browse files
fix: don't use normalization for efficient net model
1 parent b5c4879 commit 30ecd90

4 files changed

Lines changed: 8 additions & 1034 deletions

File tree

docs/docs/03-hooks/02-computer-vision/useClassification.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,6 @@ function App() {
100100

101101
## Supported models
102102

103-
| Model | Number of classes | Class list | Quantized |
104-
| ------------------------------------------------------------------------------------------------------ | ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-------: |
105-
| [efficientnet_v2_s](https://huggingface.co/software-mansion/react-native-executorch-efficientnet-v2-s) | 1000 | [ImageNet1k_v1](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/common/rnexecutorch/models/classification/Constants.h) | Yes |
103+
| Model | Number of classes | Class list | Quantized |
104+
| ------------------------------------------------------------------------------------------------------ | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | :-------: |
105+
| [efficientnet_v2_s](https://huggingface.co/software-mansion/react-native-executorch-efficientnet-v2-s) | 1000 | [ImageNet1k_v1](https://github.com/software-mansion/react-native-executorch/blob/main/packages/react-native-executorch/src/constants/classification.ts) | Yes |

0 commit comments

Comments
 (0)