pytorch / tutorials

PyTorch tutorials.
https://pytorch.org/tutorials/
BSD 3-Clause "New" or "Revised" License
8.1k stars 4.03k forks source link

In Tutorials, Using the Pytorch C++ Frontend, return linear(input) + another_bias, should be linear->(input), on Win10 #1632

Open fakerbrother opened 5 years ago

fakerbrother commented 5 years ago

📚 Documentation

pytorch_issue linear(input) is wrong on my computer, system is win10, should be linear->forward(input).

fakerbrother commented 5 years ago

small mistake

peterjc123 commented 5 years ago

@fakerbrother Could you make a PR on this? Thank you.

ezyang commented 3 years ago

still broken tutorials/advanced_source/cpp_frontend.rst