Closed vincent-antaki closed 1 year ago
@vincent-antaki Here is my suggestion:
Overall, allowing better injection and customization of the trainer to the AutoML loop will give the expected flexibility.
FYI @Eric2Hamel
@guillaume-chevalier I don't mind dependency inversion of Trainer/AutoML. However, your solution does not address point 2 and 3 of the consideration list. I'll implement it anyway because it is sufficient for what I need right now - and rather simple. But keep in mind point 2 and 3 are eventual problems to fix.
What is the reason to calculate the metric before the first epoch?
Prettier training curves plot mainly :)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs in the next 180 days. Thank you for your contributions.
Right now, we only measure metrics after each epoch. It could be useful to measure metrics before the first epoch as to gain better insight on the training process.
Considerations: