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 transfer learning step #160

Merged
merged 3 commits into from
Nov 21, 2023
Merged

add transfer learning step #160

merged 3 commits into from
Nov 21, 2023

Conversation

kordc
Copy link
Collaborator

@kordc kordc commented Nov 17, 2023

This change adds transfer learning step to steps.py and introduces a workaround of saving callbacks in the state's json file.

@kordc kordc requested a review from SebChw November 17, 2023 18:32
This change adds transfer learning step to steps.py and introduces a workaround of saving
callbacks in the state's json file.
@kordc kordc force-pushed the kcyganik-transfer-learning2 branch from 9fa0d9f to fc3d4b4 Compare November 17, 2023 18:47
@kordc kordc marked this pull request as ready for review November 17, 2023 18:47
trebacz626
trebacz626 previously approved these changes Nov 18, 2023
art/steps.py Outdated Show resolved Hide resolved
@kordc
Copy link
Collaborator Author

kordc commented Nov 19, 2023

#90

trebacz626
trebacz626 previously approved these changes Nov 19, 2023
art/project.py Outdated
for step in self.steps:
self.metric_calculator.compile(step["skipped_metrics"])
step, checks = step["step"], step["checks"]
for step_check in self.steps:
Copy link
Owner

Choose a reason for hiding this comment

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

I'd think of different name maybe step_dict?

art/project.py Outdated Show resolved Hide resolved
art/steps.py Outdated Show resolved Hide resolved
art/steps.py Outdated Show resolved Hide resolved
@SebChw SebChw merged commit b55a342 into develop Nov 21, 2023
@SebChw SebChw deleted the kcyganik-transfer-learning2 branch November 21, 2023 14:17
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