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

Final touch #174

Merged
merged 25 commits into from
Nov 22, 2023
Merged

Final touch #174

merged 25 commits into from
Nov 22, 2023

Conversation

SebChw
Copy link
Owner

@SebChw SebChw commented Nov 21, 2023

Most commits are hopefully self.explanatory. But for these that are not:

  1. fix hashing problem (LighntingModule Compatibility) We were talking today about availability to use ART with LightningModule. By default it won't have get_hash function
  2. fix: changed model not always added Idk why False was returned all the time and steps that was changed and succesfully passed check was not added. Moreover this can be done directly during checking checks

@@ -37,7 +37,7 @@ def prepare_steps_info(logs_path: Path) -> Dict[str, Dict]:
"timestamp": run["timestamp"],
"hash": run["hash"],
"commit_id": run["commit_id"],
"successfull": run["succesfull"],
"successfull": run["successfull"],
Copy link
Collaborator

Choose a reason for hiding this comment

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

So close, just remove the last "L", there's only one at the and actually

Copy link
Owner Author

Choose a reason for hiding this comment

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

xD

Copy link
Owner Author

Choose a reason for hiding this comment

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

you are right

Copy link
Owner Author

Choose a reason for hiding this comment

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

xD

art/dashboard/app.py Show resolved Hide resolved
@SebChw SebChw force-pushed the final_touch branch 7 times, most recently from 35ed5ce to 9ad007f Compare November 21, 2023 19:00
kordc
kordc previously approved these changes Nov 21, 2023
@kordc kordc mentioned this pull request Nov 22, 2023
6 tasks
@SebChw SebChw merged commit 35ca6e9 into develop Nov 22, 2023
@SebChw SebChw deleted the final_touch branch November 22, 2023 12:51
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.

3 participants