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

[minor] Support io.bytes output #1583

Merged

Conversation

MaiBe-ctrl
Copy link
Collaborator

🔬 Background

🔮 Key changes

  • Added File Like support similar to torch

📋 Review Checklist

  • I have performed a self-review of my own code.
  • I have commented my code, added docstrings and data types to function definitions.
  • I have added pytests to check whether my feature / fix works.

Please make sure to follow our best practices in the Contributing guidelines.

@ourownstory ourownstory merged commit d9b9cd5 into ourownstory:main Jun 17, 2024
4 of 10 checks passed
Copy link

Model Benchmark

Benchmark Metric main current diff
PeytonManning MAE_val 0.34955 0.34955 0.0%
PeytonManning RMSE_val 0.50049 0.50049 0.0%
PeytonManning Loss_val 0.01771 0.01771 0.0%
PeytonManning MAE 0.34653 0.34653 0.0%
PeytonManning RMSE 0.49312 0.49312 0.0%
PeytonManning Loss 0.01464 0.01464 0.0%
PeytonManning time 14.5868 14.5 -0.6%
AirPassengers MAE_val 30.6285 30.6285 0.0%
AirPassengers RMSE_val 31.5254 31.5254 0.0%
AirPassengers Loss_val 0.01277 0.01277 0.0%
AirPassengers MAE 6.16861 6.16861 0.0%
AirPassengers RMSE 7.85225 7.85225 0.0%
AirPassengers Loss 0.00065 0.00065 0.0%
AirPassengers time 9.01399 9.3 3.17% ⚠️
EnergyPriceDaily MAE_val 5.41157 5.41157 0.0%
EnergyPriceDaily RMSE_val 6.71538 6.71538 0.0%
EnergyPriceDaily Loss_val 0.02525 0.02525 0.0%
EnergyPriceDaily MAE 5.94936 5.94936 0.0%
EnergyPriceDaily RMSE 7.9833 7.9833 0.0%
EnergyPriceDaily Loss 0.02579 0.02579 0.0%
EnergyPriceDaily time 18.0468 17.61 -2.42%
YosemiteTemps MAE_val 0.56412 0.56412 0.0%
YosemiteTemps RMSE_val 0.83161 0.83161 0.0%
YosemiteTemps Loss_val 0.0004 0.0004 0.0%
YosemiteTemps MAE 0.98449 0.98449 0.0%
YosemiteTemps RMSE 1.75389 1.75389 0.0%
YosemiteTemps Loss 0.00132 0.00132 0.0%
YosemiteTemps time 38.7951 40.61 4.68% ⚠️
\nModel training plots\n ## Model Training ### PeytonManning ![](https://asset.cml.dev/82f78b23db0e16e2b3b0c627c9950c4dd2b3454b?cml=svg%2Bxml&cache-bypass=2069727d-4e67-4972-825d-0ef6833aeb9e) ### YosemiteTemps ![](https://asset.cml.dev/08dc65153e7ace9bc6bcd2db151db1fd867064e7?cml=svg%2Bxml&cache-bypass=8744a3a0-f35c-4e18-b2c8-2b257e5c6096) ### AirPassengers ![](https://asset.cml.dev/b8bff0e37f40a3820235ffaf900af3a58a16657a?cml=svg%2Bxml&cache-bypass=542bbd8c-0de0-4425-95b2-3ac639ddccde) ### EnergyPriceDaily ![](https://asset.cml.dev/540d96bd6b4779e868d249d2fc944ab81b9b0cb4?cml=svg%2Bxml&cache-bypass=9c454183-c944-4a99-85e4-bed1686b0bcf) \n

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.

Update utils.save docs to support path-like / io.Bytes output
2 participants