Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fix to finetuning UI tooltip #795

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading