-
Notifications
You must be signed in to change notification settings - Fork 3
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
Post update fixes #95
Post update fixes #95
Conversation
sorted(state.trained_models, reverse=True), | ||
help="Select which models you want to create an new ensemble model", | ||
"Select models for ensembling", | ||
sorted(trained_models_no_eks, reverse=True), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this isn't accessing *state*.trained_models_no_eks
- does this work fine? if so, we can probably just remove the flow attribute trained_models_no_eks
Untitled.ipynb
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice updates
568a463
into
Lightning-Universe:main
No description provided.