From d58a381bb3f6eef563628141a05aaf433d864f59 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Wed, 4 Oct 2023 00:30:48 +0900 Subject: [PATCH] =?UTF-8?q?Typo=20"Pytorch"=E2=86=92"PyTorch"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/Microsoft/MMdnn/blob/master/mmdnn/conversion/pytorch/README.md #PingMSFTDocs --- mmdnn/conversion/pytorch/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmdnn/conversion/pytorch/README.md b/mmdnn/conversion/pytorch/README.md index 153b0fb3..257f0f02 100644 --- a/mmdnn/conversion/pytorch/README.md +++ b/mmdnn/conversion/pytorch/README.md @@ -36,7 +36,7 @@ PyTorch pretrained model is saved as [./imagenet_resnet101.pth]. ``` -### Convert Pytorch pre-trained models to IR +### Convert PyTorch pre-trained models to IR You can convert the whole pytorch model to IR structure. Please remember for the generality, we now only take the whole model `pth`, not just the state dict. To be more specific, it is save using `torch.save()` and `torch.load()` can load the whole model. ```bash