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

RandLaNet update_probs label smoothing logic #569

Merged
merged 5 commits into from
Feb 20, 2023

Conversation

mariusud
Copy link
Contributor

@mariusud mariusud commented Nov 14, 2022

Resolves #561


This change is Reviewable

@mariusud mariusud changed the title Randlanet faulty logic RandLaNet update_probs label smoothing logic Nov 14, 2022
@mariusud mariusud changed the base branch from master to dev November 16, 2022 08:34
@lgtm-com
Copy link

lgtm-com bot commented Nov 16, 2022

This pull request fixes 1 alert when merging e89ea4b into 1c45bfe - view on LGTM.com

fixed alerts:

  • 1 for Unused import

Heads-up: LGTM.com's PR analysis will be disabled on the 5th of December, and LGTM.com will be shut down ⏻ completely on the 16th of December 2022. Please enable GitHub code scanning, which uses the same CodeQL engine ⚙️ that powers LGTM.com. For more information, please check out our post on the GitHub blog.

Copy link
Collaborator

@benjaminum benjaminum left a comment

Choose a reason for hiding this comment

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

@mariusud Can you give more details about the change to update_probs()?

Reviewed 13 of 14 files at r1.
Reviewable status: 13 of 14 files reviewed, 1 unresolved discussion (waiting on @mariusud)


ml3d/torch/models/randlanet.py line 450 at r1 (raw file):

        Returns:
            updated probabilities and labels

Docstring for "Returns" needs to be updated

@mariusud mariusud changed the base branch from dev to master January 25, 2023 14:38
Copy link
Contributor Author

@mariusud mariusud left a comment

Choose a reason for hiding this comment

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

Reviewable status: 4 of 14 files reviewed, 1 unresolved discussion (waiting on @benjaminum)


ml3d/torch/models/randlanet.py line 450 at r1 (raw file):

Previously, benjaminum (Benjamin Ummenhofer) wrote…

Docstring for "Returns" needs to be updated

Done

@benjaminum
Copy link
Collaborator

@mariusud the style check fails which can be easily fixed with make apply-style.
Any idea about the Ubuntu CI failing?

@mariusud
Copy link
Contributor Author

Sorry, Don't know about the Ubuntu CI. Seems it is also failing on your dev branch?

@benjaminum benjaminum self-assigned this Feb 7, 2023
@ssheorey ssheorey added this to the v0.17 milestone Feb 14, 2023
@benjaminum
Copy link
Collaborator

@ssheorey Can you review the CI changes?

Copy link
Member

@ssheorey ssheorey left a comment

Choose a reason for hiding this comment

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

CI changes look good.

Copy link
Collaborator

@benjaminum benjaminum left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewable status: 3 of 14 files reviewed, 1 unresolved discussion

@benjaminum benjaminum merged commit 643e15c into isl-org:master Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RandLaNet update_probs label smoothing logic is faulty
3 participants