Skip to content

Incorrect coordinates of the all_losses matrix #66

Description

@doducchien

In plots/chapter0.py
At line 106: ax1.scatter(b_minimum, w_minimum, all_losses[bidx, widx], c='k')
We must pass all_losses[widx, bidx] instead of all_losses[bidx, widx].
Because we use meshgrid of (b_range, w_range)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions