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

Implement fit_and_evaluate and callbacks #112

Merged
merged 1 commit into from
Jul 3, 2023

Conversation

abelsiqueira
Copy link
Contributor

Description

Adds callbacks to be used inside the training and evaluations of the model.
Creates a separate function that trains and evaluates at the same time, so that it is possible to plot the loss over time.

Related issues:

  • None

Instructions to review the pull request

@abelsiqueira abelsiqueira force-pushed the implement-plotting-of-iterations branch 2 times, most recently from 3978d85 to be99a0a Compare July 3, 2023 10:16
@abelsiqueira abelsiqueira force-pushed the implement-plotting-of-iterations branch from be99a0a to ec42087 Compare July 3, 2023 10:25
@sonarcloud
Copy link

sonarcloud bot commented Jul 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

95.2% 95.2% Coverage
0.0% 0.0% Duplication

@lyashevska lyashevska merged commit cc78cce into main Jul 3, 2023
16 checks passed
@lyashevska lyashevska deleted the implement-plotting-of-iterations branch July 3, 2023 10:38
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.

2 participants