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

elapsed_time_total is misleading #97

Open
SebieF opened this issue Jul 26, 2024 · 0 comments
Open

elapsed_time_total is misleading #97

SebieF opened this issue Jul 26, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@SebieF
Copy link
Collaborator

SebieF commented Jul 26, 2024

Currently, the elapsed_time_total variable in the output file indicates the value of the training time in seconds. It should be changed to indicate the complete time interval from start of the program to finish, and be supported by other variables for further information:

  • elapsed_time_embedding: Time for embedding including loading the embeddings file
  • elapsed_time_training: Time for training all splits of the model
  • elapsed_time_testing: Time for running the trained model on the test file
@SebieF SebieF added the bug Something isn't working label Jul 26, 2024
@SebieF SebieF assigned SebieF and unassigned SebieF Jul 26, 2024
@SebieF SebieF added the good first issue Good for newcomers label Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant