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

Cuda errors and pred dep #611

Merged
merged 3 commits into from
May 18, 2023
Merged

Cuda errors and pred dep #611

merged 3 commits into from
May 18, 2023

Conversation

dcaustin33
Copy link
Contributor

Fixed some cuda errors in our hook and changed dep to pass linting / not be null for now

@dcaustin33 dcaustin33 requested a review from a team as a code owner May 18, 2023 18:15
dep = (
polygon.data_error_potential
if polygon.data_error_potential
else 0.5
Copy link
Contributor

Choose a reason for hiding this comment

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

i woudln't commit this to code for now, but just change it on your local to create the runs

dep = (
polygon.data_error_potential
if polygon.data_error_potential
else 0.5
Copy link
Contributor

Choose a reason for hiding this comment

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

same

@@ -2,9 +2,20 @@
"cells": [
{
"cell_type": "code",
"execution_count": null,
Copy link
Contributor

Choose a reason for hiding this comment

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

remove from version control

@codecov-commenter
Copy link

codecov-commenter commented May 18, 2023

Codecov Report

Merging #611 (d227bad) into main (0945629) will decrease coverage by 0.09%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #611      +/-   ##
==========================================
- Coverage   84.75%   84.66%   -0.09%     
==========================================
  Files         163      163              
  Lines       12840    12845       +5     
==========================================
- Hits        10882    10875       -7     
- Misses       1958     1970      +12     
Impacted Files Coverage Δ
...ity/integrations/cv/torch/semantic_segmentation.py 0.00% <0.00%> (ø)
...lity/loggers/model_logger/semantic_segmentation.py 0.00% <ø> (ø)

... and 4 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dcaustin33 dcaustin33 enabled auto-merge (squash) May 18, 2023 19:01
@dcaustin33 dcaustin33 merged commit afcdfef into main May 18, 2023
@dcaustin33 dcaustin33 deleted the fix/cuda_errors branch May 18, 2023 19:18
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.

4 participants