Results 1 issues of lrjconan

`aux = torch.squeeze(x,0)` should be `aux = torch.squeeze(aux,0)` in line 50 of `model.py` ?