Fix usage example: import weights enum from lucid.models.weights
Browse files
README.md
CHANGED
|
@@ -34,7 +34,7 @@ converted to Lucid-native safetensors.
|
|
| 34 |
|
| 35 |
```python
|
| 36 |
import lucid.models as models
|
| 37 |
-
from lucid.models.
|
| 38 |
|
| 39 |
# default tag
|
| 40 |
model = models.xception_cls(pretrained=True)
|
|
|
|
| 34 |
|
| 35 |
```python
|
| 36 |
import lucid.models as models
|
| 37 |
+
from lucid.models.weights import XceptionWeights
|
| 38 |
|
| 39 |
# default tag
|
| 40 |
model = models.xception_cls(pretrained=True)
|