MickeyZeng / Data-Visualization

The aim of this project is to develop a data (and model) visualisation tool for deep neural nets.
MIT License
3 stars 0 forks source link

[New feature] Implement different CAM #19

Closed MickeyZeng closed 4 years ago

MickeyZeng commented 4 years ago

The function of CAM is implement the top 1 prediction. In the next, the user can click different prediction and get different CAM and the default setting is still top 1. Moreover, the layout will have specific sign to let the user know which prediction is selected now.

MickeyZeng commented 4 years ago

The commit “0847de4588a74b17dc9650498844a77de2a03f0d” has already fix this issue.