tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

PyTorch tutorials.

Results 200 tutorials issues
Sort by recently updated
recently updated
newest added

### Add Link myiink ### Describe the bug my description ### Describe your environment my env

bug
test

'min' and 'max' don't have any space after them. Using \min instead of \text{min} solves this, \max the same. Also another formatting before this. cc @svekars @carljparker

cla signed
grammar
website

as mentioned above cc @mrshenli @osalpekar @H-Huang @kwen2501

cla signed
distributed

Hi, It seems the tutorial documents dont print properly on Chrome, Safari or Firefox. I've tried exporting to PDF and a few other options all of which turns out unreadable....

I have translated the README file into Chinese with the aim of enhancing the project's accessibility and internationalization. I have made every effort to ensure accuracy and clarity in the...

cla signed

### 🚀 Descirbe the improvement or the new tutorial Hi, @svekars. I'm translating & maintaining [the PyTorch tutorials into Korean](https://github.com/PyTorchKorea/tutorials-kr) and incorporating the changes (as the new version is released)....

grammar

To improve user experience (requested [here](https://github.com/pytorch/tutorials/pull/2228#issuecomment-1458688705)) on the website, add a button/link to the website footer to file an issue for a page/tutorial with the included link. cc: @malfet cc...

website

### Add Link https://pytorch.org/tutorials/intermediate/parametrizations.html ### Describe the bug This fails ``` class CayleyMap(nn.Module): def __init__(self, n): super().__init__() self.register_buffer("Id", torch.eye(n)) def forward(self, X): # (I + X)(I - X)^{-1} return torch.solve(self.Id...

bug

Fixes `batchify` to return tensor of shape `[batch_size, seq_len]` (instead of `[seq_len, batch_size]`). Closes #1841

cla signed

This PR adds a root image path to the `sphinx_gallery_conf` dict according to [these instructions](https://sphinx-gallery.github.io/stable/configuration.html#notebook-images) given in the Sphinx Gallery docs. It also updates the corresponding relative paths in the...

cla signed