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

add eks tab to infer #67

Merged
merged 3 commits into from
Apr 11, 2024

Conversation

Shmuel-columbia
Copy link
Contributor

No description provided.

Copy link
Collaborator

@themattinthehatt themattinthehatt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! One more request - let's give the user the ability to (partially) name their ensemble. I imagine a text box below the model selection dropdown, and the default text is "eks". If we name the output of this textbox "ensemble_name", then the eks folder path can be

eks_folder_path = os.path.join(state.proj_dir[1:], MODELS_DIR, f"{dtime}_{ensemble_name}")

We should also do

ensemble_name = ensemble_name.replace(" ", "_")

right after the textbox.

lightning_pose_app/ui/train_infer.py Outdated Show resolved Hide resolved
lightning_pose_app/ui/train_infer.py Outdated Show resolved Hide resolved
lightning_pose_app/ui/train_infer.py Outdated Show resolved Hide resolved
lightning_pose_app/ui/train_infer.py Show resolved Hide resolved
@themattinthehatt themattinthehatt merged commit e4386a6 into Lightning-Universe:main Apr 11, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants