Difference between autogradVariable and Variable

What is the difference between the two ?

Hm I don’t really know to what other “Variable”, besides “autograd.Variable” you’re referring, do note however that since PyTorch v0.4 autograd.Variable and Tensor are merged and you no longer need to worry about wrapping your code with autograd.Variable :slight_smile: