Update README.md
#1
by
beshoy01
- opened
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
|