In the train_model.py file, there is a section marked with # TODO 2 that requires a simple implementation. This task involves adding a summary of the training process, which could include information such as the number of users trained and the number of images per user etc.
Expected behavior
Implement the code within the # TODO 2 section in train_model.py to:
Print a summary of the training process.
Include relevant information, such as the number of users trained and any other details you find useful for a training summary.
Additional context
The code structure and comments are already provided in the file.
You can locate the specific section that needs implementation by searching for # TODO 2 in the train_model.py file.
Completing this task will provide valuable information about the training process, making it easier to track the progress and results of training the face recognition model.
Note
This issue depends upon implementation of #3.
Once #3 is implemented, you can start working on this. You may need to modify/change work in #3 to effectively implement changes for this issue.
Description
In the
train_model.py
file, there is a section marked with# TODO 2
that requires a simple implementation. This task involves adding a summary of the training process, which could include information such as the number of users trained and the number of images per user etc.Expected behavior
# TODO 2
section intrain_model.py
to:Additional context
# TODO 2
in thetrain_model.py
file.Completing this task will provide valuable information about the training process, making it easier to track the progress and results of training the face recognition model.
Note