``` net = nn.Linear(2,3) summary(net, (2,)) ``` This will print no line since in function _register_hook_, ```module == model```. I haven't figured out how to fix this.