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

[dev-ops] Type annotation validation GitHub action #902

Merged
merged 15 commits into from
Dec 2, 2022

Conversation

noxan
Copy link
Collaborator

@noxan noxan commented Oct 25, 2022

Close #901

  • Adds github action for type annotation validations
  • Currently limited to a single file configure.py as it is the only one which passes (can be easily extended to other files once they are valid too)

@noxan noxan linked an issue Oct 25, 2022 that may be closed by this pull request
@noxan noxan marked this pull request as draft October 25, 2022 12:34
@github-actions
Copy link

github-actions bot commented Oct 25, 2022

20a4bb1

Model Benchmark

Benchmark Metric main current diff
AirPassengers SmoothL1Loss 0.00031 0.00031 0.0%
AirPassengers MAE 6.35364 6.35364 0.0%
AirPassengers RMSE 7.68085 7.68085 0.0%
AirPassengers Loss 0.00023 0.00023 0.0%
AirPassengers RegLoss 0 0 0.0%
AirPassengers SmoothL1Loss_val 0.06051 0.06051 0.0%
AirPassengers MAE_val 85.1099 85.1099 0.0%
AirPassengers RMSE_val 108.276 108.276 0.0%
PeytonManning SmoothL1Loss 0.00587 0.00587 0.0%
PeytonManning MAE 0.34839 0.34839 0.0%
PeytonManning RMSE 0.48617 0.48617 0.0%
PeytonManning Loss 0.00464 0.00464 0.0%
PeytonManning RegLoss 0 0 0.0%
PeytonManning SmoothL1Loss_val 0.03038 0.03038 0.0%
PeytonManning MAE_val 0.92518 0.92518 0.0%
PeytonManning RMSE_val 1.13074 1.13074 0.0%
YosemiteTemps SmoothL1Loss 0.00086 0.00086 0.0%
YosemiteTemps MAE 1.43672 1.43672 0.0%
YosemiteTemps RMSE 2.14749 2.14749 0.0%
YosemiteTemps Loss 0.00064 0.00064 0.0%
YosemiteTemps RegLoss 0 0 0.0%
YosemiteTemps SmoothL1Loss_val 0.00097 0.00097 0.0%
YosemiteTemps MAE_val 1.71173 1.71173 0.0%
YosemiteTemps RMSE_val 2.2758 2.2758 0.0%

Model Training

PeytonManning

YosemiteTemps

AirPassengers

CML watermark

@codecov-commenter
Copy link

codecov-commenter commented Oct 25, 2022

Codecov Report

Merging #902 (8f59992) into main (499ae1a) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #902   +/-   ##
=======================================
  Coverage   89.89%   89.89%           
=======================================
  Files          19       19           
  Lines        4659     4659           
=======================================
  Hits         4188     4188           
  Misses        471      471           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@noxan noxan self-assigned this Nov 8, 2022
@github-actions
Copy link

github-actions bot commented Nov 22, 2022

8f59992

Model Benchmark

Benchmark Metric main current diff
YosemiteTemps MAE_val 1.72948 1.72949 0.0%
YosemiteTemps RMSE_val 2.27386 2.27386 0.0%
YosemiteTemps Loss_val 0.00096 0.00096 0.0%
YosemiteTemps RegLoss_val 0 0 0.0%
YosemiteTemps epoch 84 84 0.0%
YosemiteTemps MAE 1.45189 1.45189 0.0%
YosemiteTemps RMSE 2.16631 2.16631 0.0%
YosemiteTemps Loss 0.00066 0.00066 0.0%
YosemiteTemps RegLoss 0 0 0.0%
YosemiteTemps time 153.57 97.98 -36.2%
PeytonManning MAE_val 0.64636 0.64636 0.0%
PeytonManning RMSE_val 0.79276 0.79276 0.0%
PeytonManning Loss_val 0.01494 0.01494 0.0%
PeytonManning RegLoss_val 0 0 0.0%
PeytonManning epoch 37 37 0.0%
PeytonManning MAE 0.42701 0.42701 0.0%
PeytonManning RMSE 0.57032 0.57032 0.0%
PeytonManning Loss 0.00635 0.00635 0.0%
PeytonManning RegLoss 0 0 0.0%
PeytonManning time 18.97 12.23 -35.53%
AirPassengers MAE_val 15.2698 15.2698 0.0%
AirPassengers RMSE_val 19.4209 19.4209 0.0%
AirPassengers Loss_val 0.00195 0.00195 0.0%
AirPassengers RegLoss_val 0 0 0.0%
AirPassengers epoch 89 89 0.0%
AirPassengers MAE 9.82902 9.82902 0.0%
AirPassengers RMSE 11.7005 11.7005 0.0%
AirPassengers Loss 0.00056 0.00056 0.0%
AirPassengers RegLoss 0 0 0.0%
AirPassengers time 7.18 4.71 -34.4%
Model training plots

Model Training

PeytonManning

YosemiteTemps

AirPassengers

@noxan noxan force-pushed the 901-dev-ops-type-annotation-validation-github-action branch from 1285696 to c4bd54e Compare November 24, 2022 06:07
@noxan noxan marked this pull request as ready for review November 24, 2022 06:11
@noxan noxan added the status: needs review PR needs to be reviewed by Reviewer(s) label Nov 24, 2022
@noxan noxan added this to the Release 0.5.0 milestone Dec 2, 2022
@karl-richter karl-richter removed the status: needs review PR needs to be reviewed by Reviewer(s) label Dec 2, 2022
@karl-richter karl-richter added the status: ready PR is ready to be merged label Dec 2, 2022
@noxan noxan merged commit b04a5bc into main Dec 2, 2022
@noxan noxan deleted the 901-dev-ops-type-annotation-validation-github-action branch December 2, 2022 05:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: ready PR is ready to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[dev-ops] Type annotation validation github action
3 participants