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

Plot heatmaps from classification report #10

Closed Thunfischpirat closed 1 year ago

Thunfischpirat commented 1 year ago

During execution, eval_model creates heatmaps of the model predictions and ground truth labels. Create a function make_heatmap that visualizes these heatmaps. #9