Skip to content

Commit

Permalink
disable inlcude mask for RF model
Browse files Browse the repository at this point in the history
  • Loading branch information
Christina Bukas committed Jan 31, 2024
1 parent f538388 commit e37b65c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/dcp_server/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ def __init__(self, model_config, train_config, eval_config, model_name):
self.classifier = CellClassifierShallowModel(self.model_config,
self.train_config,
self.eval_config)
# make sure include mask is set to False if we are using the random forest model
self.include_mask = False

def update_configs(self, train_config, eval_config):
self.train_config = train_config
Expand Down

0 comments on commit e37b65c

Please sign in to comment.