Sayantan Das
Sayantan Das
Thanks, Also . It's not an issue if you run it like this after appending this to PATH `export PATH = $PATH:/root/SSRN/Utils/` `source ~/.bashrc` Then in the same terminal `cd...
cc: @zilongzhong Issue solved for me
Same problem , @sksq96
@sksq96 It would be great if you have a look
--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in () 1 from torchsummary import summary 2 net3 = SSRN_LSTM(200,16).to(device) ----> 3 print(summary(net3,(1,7,7,200))) 5 frames /usr/local/lib/python3.6/dist-packages/torchsummary/torchsummary.py in summary(model, input_size, batch_size, device) 70...
Line that caused this : def forward(self, x): ** batch_size, time_steps ,height, width , channels= x.size() **
@vandana-rajan this problem actually doesn't occur to me all the time. idk why this is so mysterious.
@vandana-rajan thank you for this link
@nikochiko the link to your PR is broken