Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ model = CellVitPanoptic.from_pretrained("hgsc_v1_efficientnet_b5")
|
|
34 |
```python
|
35 |
from albumentations import Resize, Compose
|
36 |
from histolytics.utils import FileHandler
|
37 |
-
from histolytics.transforms
|
38 |
|
39 |
model.set_inference_mode(mixed_precision=False)
|
40 |
|
|
|
34 |
```python
|
35 |
from albumentations import Resize, Compose
|
36 |
from histolytics.utils import FileHandler
|
37 |
+
from histolytics.transforms import MinMaxNormalization
|
38 |
|
39 |
model.set_inference_mode(mixed_precision=False)
|
40 |
|