Image Classification
mlx-image
Safetensors
MLX
vision
riccardomusmeci commited on
Commit
685a16b
1 Parent(s): 9a1d8c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ model.eval()
38
  logits = model(x)
39
  ```
40
 
41
- You can also use the embeds from last conv layer:
42
  ```python
43
  from mlxim.model import create_model
44
  from mlxim.io import read_rgb
 
38
  logits = model(x)
39
  ```
40
 
41
+ You can also use the embeds from layer before head:
42
  ```python
43
  from mlxim.model import create_model
44
  from mlxim.io import read_rgb