Open vigyanik opened 3 years ago
hey can you try changing that line to x = x.contiguous().view(x.size(0), -1)
it worked for me Thanks
hey can you try changing that line to x = x.contiguous().view(x.size(0), -1)
it worked for me Thanks
It also works for me.
I'm running into the following error while running demo.sh
==