Skip to content

Commit

Permalink
Minor fix to finetuning ui tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
anwai98 committed Nov 22, 2024
1 parent 1ef4777 commit 3583bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micro_sam/sam_annotator/_tooltips.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"patch": "Select the size of image patches used for training.",
"raw_key": "Define the key that holds to the image data. Use a pattern, e.g. \"*.tif\" select multiple files or an internal path for hdf5, zarr or similar formats.", # noqa
"raw_path": "Specify the path to the image data for training. Can either point to a directory or single file.",
"raw_path_val": "Specify the path to the image data for training. Can either point to a directory or single file.",
"raw_path_val": "Specify the path to the image data for validation. Can either point to a directory or single file.", # noqa
"segmentation_decoder": "Choose whether to train with additional segmentation decoder or not.",
"output_path": "Specify the path where you want to save the trained model after the training process.",
"n_epochs": "Define the number of training epochs for your model.",
Expand Down

0 comments on commit 3583bb8

Please sign in to comment.