Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Add torch model import #394

Merged
merged 2 commits into from
Sep 5, 2022
Merged

Add torch model import #394

merged 2 commits into from
Sep 5, 2022

Conversation

mike0sv
Copy link
Contributor

@mike0sv mike0sv commented Sep 1, 2022

lil refactor of import hooks
closes #385

add torch model import
closes #385
@mike0sv mike0sv self-assigned this Sep 1, 2022
@mike0sv mike0sv requested a review from a team September 1, 2022 21:58
@mike0sv mike0sv temporarily deployed to internal September 1, 2022 21:58 Inactive
mlem/contrib/pandas.py Outdated Show resolved Hide resolved
@mike0sv mike0sv temporarily deployed to internal September 2, 2022 12:12 Inactive
@codecov
Copy link

codecov bot commented Sep 2, 2022

Codecov Report

Base: 89.51% // Head: 89.56% // Increases project coverage by +0.04% 🎉

Coverage data is based on head (e049755) compared to base (8a409c8).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #394      +/-   ##
==========================================
+ Coverage   89.51%   89.56%   +0.04%     
==========================================
  Files          81       81              
  Lines        6276     6296      +20     
==========================================
+ Hits         5618     5639      +21     
+ Misses        658      657       -1     
Impacted Files Coverage Δ
mlem/contrib/pandas.py 93.10% <100.00%> (+0.24%) ⬆️
mlem/contrib/torch.py 93.26% <100.00%> (+0.87%) ⬆️
mlem/core/import_objects.py 98.07% <100.00%> (+0.51%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@aguschin aguschin merged commit 2b7f380 into main Sep 5, 2022
@aguschin aguschin deleted the feature/torch-import branch September 5, 2022 07:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Importing models saved with pytorch
2 participants