torch.nn.Sequential
Containers Within torch.nn.ModuleDict
and torch.nn.ModuleList
Containers Are Not Able To Be Patched
#91
Labels
bug
Something isn't working
In extension to #87, currently,
torch.nn.Sequential
containers withintorch.nn.ModuleDict
andtorch.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.The text was updated successfully, but these errors were encountered: