mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-17 18:40:28 +00:00
Update pytorch.md (#12865)
Fix code snippet type to get correct code syntax highlighting
This commit is contained in:
parent
0979270ca2
commit
a614c31457
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ At the heart of PyTorch is the `nn.Module`, a class that represents an entire de
|
|||
|
||||
To code an image processing model using PyTorch itself:
|
||||
|
||||
```bash
|
||||
```python
|
||||
import torch
|
||||
import torch.nn as nn
|
||||
import torchvision.transforms as T
|
||||
|
|
|
|||
Loading…
Reference in a new issue