Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix hinton visualization bug (backport #8447) #8946

Merged
merged 1 commit into from
Oct 19, 2022

Commits on Oct 19, 2022

  1. fix hinton visualization bug (#8447)

    * fix hinton visualization bug
    
    * added release note for fix-hinton-bug
    
    * remove issues and add more details
    
    * correct set ylim
    
    * Fix display and labelling of Hinton plot
    
    The state labels in `plot_state_hinton` did not align with the correct
    matrix entries.  This also updates the plot to display entries in the
    natural "matrix" ordering, i.e. the same way that Numpy would display
    the matrix if directly printed.  Previously, it was effectively a
    transpose of what it should have been, with incorrect labels.
    
    * Fixup release note
    
    Co-authored-by: Junye Huang <h.jun.ye@gmail.com>
    Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    (cherry picked from commit a53fc9a)
    wyqian1027 authored and mergify[bot] committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    b649e2a View commit details
    Browse the repository at this point in the history