quic / aimet

AIMET is a library that provides advanced quantization and compression techniques for trained neural network models.
https://quic.github.io/aimet-pages/index.html
Other
2.15k stars 383 forks source link

Quant Stats Visualizer PR2 #3316

Closed quic-ipendse closed 2 months ago

quic-ipendse commented 2 months ago

Integrating two tables into one and adding views to the table Adding views to the table Remove name filter input on reset Introduce select functionality Reflect selections dynamically in the plot Putting markers on actual value of min max / plot boundary instead of putting them on the threshold line Scientific notation formatting for activation values in the table Fix sorting bug in table (due to scientific notation formatting adoption no need to convert to string) Change name self.p to self.plot Remove repetitive code between min and max, club min and max hovertools Defined magic constants as class level constants Created function for extracting stats from module Initialize self.plot as figure(...) instead of None