Skip to content

Small error in lab_two #22

Description

@debugwangz

Error when using np.histogram2d with PyTorch tensors
Image
We should replace
samples = sampleable.sample(num_samples).detach().cpu() # (ns, 2)
with
samples = sampleable.sample(num_samples).detach().cpu().numpy()

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