-
Notifications
You must be signed in to change notification settings - Fork 51
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
Added Patching Support for torch.nn.Sequential
Containers
#88
Conversation
…eality.apply_nonidealities
Codecov Report
@@ Coverage Diff @@
## master #88 +/- ##
==========================================
+ Coverage 90.74% 90.76% +0.02%
==========================================
Files 54 54
Lines 2063 2058 -5
==========================================
- Hits 1872 1868 -4
+ Misses 191 190 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This functionality was verified using the following code snippet:
|
Co-authored-by: coreylammie <coreylammie@users.noreply.github.com>
Added patching support for
torch.nn.Sequential
containers tomemtorch.mn.Module.patch_model
andmemtorch.bh.nonideality.apply_nonidealities
.