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

Thread Issue with Feature Map #3

Closed jakecastelli closed 4 years ago

jakecastelli commented 4 years ago

When added matplotlib.use() method, it only displays part of the feature map, if we do not add this function, the thread will be killed and Python will be terminated.

This issue is directly related to #1.

MickeyZeng commented 4 years ago

If we apply another methods to display feature maps (i.e., openCV ), this issue could be avoid.

MickeyZeng commented 4 years ago

Change a way to display feature map. Issue is fixed.