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

Input issue of the trained model #5

Open
Gang-Cheng-EE opened this issue Mar 29, 2024 · 0 comments
Open

Input issue of the trained model #5

Gang-Cheng-EE opened this issue Mar 29, 2024 · 0 comments
Assignees

Comments

@Gang-Cheng-EE
Copy link

Dear TU Delft AI Energy Lab researchers,

Thank you for your amazing paper and helpful open-source codes. That is so useful in reproducing the project. I encountered one issue on the input variables of the trained model.

For the trained model (such as the trained mode in the folder saved_model>> cigre_meas1_dss), the input variables are (a_flat,b_flat,U_flat,A0, training=False) (see line 1086 in the case_study.py), where the labeled variable, i.e., U_flat, is included as input when I use the trained model to perform DSSE. However, when I use the procedure to train a new model, the input variables of the trained model are (a_flat, b_flat, A0, training=False) (see line 901 in the fun_dss.py), where the labeled variable, i.e., U_flat, is NOT included as input when I test the trained model.

It is well known that when using a trained model for inference (making predictions on new data), we only need to provide the input features that the model was trained on. Including the labeled variables as inputs to the trained model would be unnecessary and redundant for making predictions. Hence, I am confused with the input of the trained model (provided by the authors). Why the labeled variables (i.e., U_flat) are included when using it for predicting.

Thank you for your response in advance.

Sincerely,
Gang

@JochenC JochenC assigned JochenC, benjihbb and benjihbb2 and unassigned JochenC Apr 10, 2024
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

No branches or pull requests

4 participants