Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 16, 2024
1 parent 8e23240 commit c3ee942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/finetune/regression.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,4 @@ python finetune/regression/preprocess_data.py \
### Train the model
```bash
python finetune/regression/regression.py fit --config configs/regression_biomasters.yaml
```
```
2 changes: 1 addition & 1 deletion docs/finetune/segment.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Segmentation head fine tuning

We have built an example for training a segmentation head on top of
feature maps extracted from the frozen Clay encoder.
feature maps extracted from the frozen Clay encoder.

All the code for this example can be found in the
[segment finetuning folder](https://github.com/Clay-foundation/model/blob/main/finetune/segment)
Expand Down

0 comments on commit c3ee942

Please sign in to comment.