beshoy01 commited on
Commit
da13b2c
·
verified ·
1 Parent(s): 23e05e9

Update README.md

Browse files

The model was not in evaluation mode, providing non-deterministic and reproducible outputs.

Files changed (1) hide show
  1. README.md +1 -0
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