Skip to content

Distogram loss #82

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Distogram loss #82

wants to merge 1 commit into from

Conversation

0x00b1
Copy link
Collaborator

@0x00b1 0x00b1 commented Apr 4, 2025

Closes #71

@0x00b1 0x00b1 requested a review from Copilot April 4, 2025 18:49
@0x00b1 0x00b1 temporarily deployed to test.pypi.org April 4, 2025 18:49 — with GitHub Actions Inactive
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

src/beignet/nn/functional/_distogram_loss.py:5

  • [nitpick] The parameter name 'input' shadows the built-in Python function 'input'. Consider renaming it to something like 'predictions' or 'logits' to avoid confusion.
def distogram_loss(

tests/beignet/nn/functional/test__distogram_loss.py:5

  • [nitpick] The test currently only checks the loss function with zero tensors. Consider adding additional test cases with non-zero and varied inputs to improve test coverage.
def test_distogram_loss():

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Distogram loss
2 participants