pytorch.github.io
pytorch.github.io copied to clipboard
The website for PyTorch
## 📚 Documentation I was looking for a way to create the MAR file directly in the dockerfile and ended up on that link: https://pytorch.org/docker/README.md#create-torch-model-archiver-from-container Which unfortunately did not work....
I revised it because the old code method is still proposed. ``` UserWarning: The parameter 'pretrained' is deprecated since 0.13 and will be removed in 0.15, please use 'weights' instead....
## 🕋 Website ## To Reproduce Steps to reproduce the behavior (if applicable): 1. Go to `ECOSYSTEM TOOLS`; 2. Jump to the last few pages, 3. The packages list in...
On the page [https://pytorch.org/get-started/previous-versions/](https://pytorch.org/get-started/previous-versions/#linux-and-windows-16) the following instructions are provided: ``` Linux and Windows # CUDA 10.2 conda install pytorch==1.9.1 torchvision==0.10.1 torchaudio==0.9.1 cudatoolkit=10.2 -c pytorch # CUDA 11.3 conda install pytorch==1.9.1...
Fixes pytorch/pytorch#103276 The issue reported a dead link in the `docs/2.0/dynamo/troubleshooting.html` file. The previous link was pointing to a non-existent `TROUBLESHOOTING.md` file. In this pull request, I have updated the...
When users try to install PyTorch, they could face [issues](https://github.com/pytorch/pytorch/issues/82082#issuecomment-1336135068) with unsupported architectures as there are no documentation on that. As I understand there is no support for Windows ARM64...
An issue was recently reported in the conda project: - https://github.com/conda/conda/issues/12500 regarding what appears to be a typo with this project's documentation. This pull request is an attempt to resolve...
## 🕋 Website ## To Reproduce Steps to reproduce the behavior (if applicable): 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error ##...
Closes https://github.com/pytorch/pytorch/issues/88992