Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Tiny Nerf Colab Evaluation Bug #36

@johnmaxh

Description

@johnmaxh

It looks like when evaluating the loss in the last cell of the colab, the code uses
loss = torch.nn.functional.mse_loss(rgb_predicted, target_img)

But believe this should actually be
loss = torch.nn.functional.mse_loss(rgb_predicted, testimg)

Since we use testpose for rgb_predicted we should compare to testimg not target_img, which is just a random training sample.

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