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

Fix: reload running or incomplete experiments in dashboard #114

Merged
merged 2 commits into from
Feb 8, 2024

Conversation

ankeko
Copy link
Collaborator

@ankeko ankeko commented Feb 7, 2024

📥 Pull Request Description

If the dashboard runs or is started during a training, the experiments is already shown in the dashboard. When the training finished, the experiment was not reloaded and was still shown as incomplete or vanished from the dashboard after a component was reloaded.
This PR fixes these problems, as the reloading routine was changed.
Additionally, the ExperimentManager was simplified to use only one type of experiment stash (dict instead of list and dict).

👀 Affected Areas

Dashboard

📝 Checklist

Please make sure you've completed the following tasks before submitting this pull request:

  • Pre-commit hooks were executed
  • Changes have been reviewed by at least one other developer
  • Tests have been added or updated to cover the changes (only necessary if the changes affect the executable code)
  • All tests ran successfully
  • All merge conflicts are resolved
  • Documentation has been updated to reflect the changes
  • Any necessary migrations have been run

@ankeko ankeko requested a review from dstalzjohn February 7, 2024 11:00
@ankeko ankeko added the 🪲 bug Related to bugs or unexpected behavior label Feb 7, 2024
@ankeko ankeko merged commit 9a54dc9 into develop Feb 8, 2024
12 checks passed
@ankeko ankeko deleted the fix/load_exps_in_dashboard branch February 8, 2024 08:47
@ankeko ankeko mentioned this pull request Feb 8, 2024
7 tasks
ankeko added a commit that referenced this pull request Feb 8, 2024
## 📥 Pull Request Description

The following changes, features and fixes are part of this pull request:
- fix: simplify ExperimentManager using exp_dict (#114)
- fix: query experiments based on storage handler name not mutable id
(#114)
- feat: update altair to 5.2.0 (#113)

## 👀 Affected Areas

- Dashboard
- Dependencies

## 📝 Checklist

Please make sure you've completed the following tasks before submitting
this pull request:

- [x] Pre-commit hooks were executed
- [x] Changes have been reviewed by at least one other developer
- [ ] Tests have been added or updated to cover the changes (only
necessary if the changes affect the executable code)
- [x] All tests ran successfully
- [x] All merge conflicts are resolved
- [ ] Documentation has been updated to reflect the changes
- [ ] Any necessary migrations have been run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪲 bug Related to bugs or unexpected behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants