ChanLumerico commited on
Commit
93e91db
·
verified ·
1 Parent(s): 5fa2c3f

Fix usage example: import weights enum from lucid.models.weights

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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.vision.resnet import XceptionWeights
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)