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

Improve NumPy -> Torch conversions for read-only data #680

Merged
merged 3 commits into from
Mar 27, 2025

Conversation

mdekstrand
Copy link
Member

@mdekstrand mdekstrand commented Mar 27, 2025

Torch does not support read-only tensors, which can arise in some cases when converting from Arrow or deserializing in Ray.

This PR introduces the safe_tensor function to convert an array to a tensor, and uses it throughout in order to reduce risk of errors from non-modifiable tensors.

@mdekstrand mdekstrand added this to the 2025.3 milestone Mar 27, 2025
@mdekstrand mdekstrand added the internals Internal infrastructure (parallelism, math, etc.) label Mar 27, 2025
Copy link

codecov bot commented Mar 27, 2025

Codecov Report

Attention: Patch coverage is 92.59259% with 2 lines in your changes missing coverage. Please review.

Project coverage is 90.22%. Comparing base (999c00c) to head (54cf1c1).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
src/lenskit/data/attributes.py 50.00% 1 Missing ⚠️
src/lenskit/torch.py 85.71% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #680   +/-   ##
=======================================
  Coverage   90.22%   90.22%           
=======================================
  Files         134      134           
  Lines        9260     9271   +11     
=======================================
+ Hits         8355     8365   +10     
- Misses        905      906    +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mdekstrand mdekstrand merged commit 33b64ee into lenskit:main Mar 27, 2025
31 of 33 checks passed
@mdekstrand mdekstrand deleted the fix/torch-readonly branch March 27, 2025 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internals Internal infrastructure (parallelism, math, etc.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant