Update README.md (#1)
Browse files- Update README.md (da13b2c3d9363fc0ee4fff1ecb9168a87518a7d8)
Co-authored-by: Beshoy Guirges <[email protected]>
README.md
CHANGED
@@ -59,6 +59,7 @@ Download and initialize the pre-trained model from HuggingFace Hub
|
|
59 |
model = SegResEncoder.from_pretrained(
|
60 |
"project-lighter/ct_fm_feature_extractor"
|
61 |
)
|
|
|
62 |
```
|
63 |
|
64 |
## Setup Processing Pipelines
|
|
|
59 |
model = SegResEncoder.from_pretrained(
|
60 |
"project-lighter/ct_fm_feature_extractor"
|
61 |
)
|
62 |
+
model.eval()
|
63 |
```
|
64 |
|
65 |
## Setup Processing Pipelines
|