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 training infos getters at Python level #196

Merged
merged 1 commit into from
Sep 29, 2024
Merged

Add training infos getters at Python level #196

merged 1 commit into from
Sep 29, 2024

Conversation

relf
Copy link
Owner

@relf relf commented Sep 29, 2024

These are required in the context of a model loaded from file where we want to check input dim or even retrain another model with the same training data.

This PR adds the following getters to Gpx object:

  • dims(): which returns input and output dimensions
  • training_data(): which returns the nt training data points (x, y) used to fit the model

@relf relf merged commit d5e0617 into master Sep 29, 2024
14 checks passed
@relf relf deleted the export-info branch September 29, 2024 13:20
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.

1 participant