Update README.md
Browse filesThe model was not in evaluation mode, providing non-deterministic and reproducible outputs.
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
|