QasidAhmad
Results
1
comments of
QasidAhmad
I tried this code (from @suman9868 quoted below). Everything seems to be working fine until I get to this line: inputs1,inputs2,targets = Variable(inputs1.unsqueeze(0), volatile=True),Variable(input2.unsqueeze(0),volatile=True) ,Variable(targets) which gives me the error:...