MemTorch icon indicating copy to clipboard operation
MemTorch copied to clipboard

`torch.nn.Sequential` Containers Within `torch.nn.ModuleDict` and `torch.nn.ModuleList` Containers Are Not Able To Be Patched

Open coreylammie opened this issue 4 years ago • 0 comments

In extension to #87, currently, torch.nn.Sequential containers within torch.nn.ModuleDict and torch.nn.ModuleList containers are not able to be patched. It is unclear to what extent containers to be nested, so extensive testing is required to verify functionality.

coreylammie avatar Sep 15 '21 22:09 coreylammie