Skip to content

Releases: FrancescoSaverioZuppichini/mirror

Beta

19 Jul 09:49
fb7f499
Compare
Choose a tag to compare

Minor changes in the API

  • The visualisation for the web app are now inside mirror.visualisations.web
  • Changed the doc

Beta

18 Jul 14:13
Compare
Choose a tag to compare

New changes

  • create a base class for visualisation in mirror.visualisations.Visualisation
  • new way to defined custom visualisation for the web app:
    • WebInterface must be implemented to allows mirror to map the visualisation to the UI
  • fixed GradCam on Grey images

Beta

19 Jan 22:03
872cc7a
Compare
Choose a tag to compare

Mirror now supports multiple inputs in booth front-end and server side.

Changes

  • added a bottom tab to select the current input
  • improve the cache on the server side to also take into account different inputs

Breaking changes

  • you need to pass an array of inputs to mirror

Beta

28 Dec 13:03
Compare
Choose a tag to compare
  • web app
    • added input text field to select class id
  • visualisations
  • moved all visualisations in their module so they can be used without mirror
  • fixed colors in grad cam
  • fixed algorithm in grad cam
  • added relu in the output

Beta

11 Dec 13:10
6425545
Compare
Choose a tag to compare

This is the first beta of mirror, a CNN visualization tool build for PyTorch.

  • Weights, Back Propr, Deep Dream and Grad Cam visualisations are available