Thunfischpirat / SpokenDigits

This is our submission for the final graded project for the WS22/23 course "Neural Networks: Theory and Implementation" at Saarland University.
1 stars 0 forks source link

Make classification report writing a function that can work with different models. #9

Closed Thunfischpirat closed 1 year ago

Thunfischpirat commented 1 year ago

Currently, classification_report.py is a python script. The functionality of this script shall be incorporated into a functioneval_model that can take different models and loaders as input. The function shall print out the report to the python console and write it to a .txt file in the /logs folder.