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

Fix db-pedia-infer backend #2736

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Fix db-pedia-infer backend #2736

merged 1 commit into from
Jan 22, 2025

Conversation

laggui
Copy link
Member

@laggui laggui commented Jan 22, 2025

Related Issues/PRs

Fixes #2734

Changes

Removed the autodiff backend from the inference example. Side effects included tracking autodiff and (more importantly) applying dropout at inference.

Testing

Inference outputs are now consistent for the same model.

Copy link

codecov bot commented Jan 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.91%. Comparing base (b33bd24) to head (79d6e19).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2736      +/-   ##
==========================================
+ Coverage   83.59%   83.91%   +0.32%     
==========================================
  Files         819      821       +2     
  Lines      106600   106890     +290     
==========================================
+ Hits        89113    89702     +589     
+ Misses      17487    17188     -299     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@laggui laggui merged commit dd0396d into main Jan 22, 2025
11 checks passed
@laggui laggui deleted the fix/db-pedia-infer branch January 22, 2025 20:29
This was referenced Jan 31, 2025
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.

Official example produces inconsistent results
1 participant