PyTorch version for Documentations and Tutorial samples

Hi,

I am building PyTorch from source (master branch). All the sample codes in docs/tutorials currently fail due to changes in variable (and other changes) module [1]. Are there any updated examples for version > 0.3.0?

Thanks.

Ref:

  1. https://github.com/pytorch/pytorch/pull/3970

For the docs, there is a version selector on the left.

For the tutorials, all the code should run in 0.3. If any of the tutorials don’t run on 0.3, please file a bug report.

The master branch is past version 0.3.1. It’s possible that things have changed on the tutorials/docs that don’t work anymore on master. What exactly are you looking at?

Yeah, it’s okay - I looked at the code and figured it out. And yes, it will break a few things for current tutorial stuff. :).