提交 d786c154 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!318 Modify the README.md of the mindconverter.

Merge pull request !318 from ggpolar/br_wzk_dev
...@@ -69,7 +69,7 @@ Classes and functions that can't be converted: ...@@ -69,7 +69,7 @@ Classes and functions that can't be converted:
Subclassing from the subclasses of nn.Module Subclassing from the subclasses of nn.Module
e.g. (code snip from torchvision,models.mobilenet) e.g. (code snip from torchvision.models.mobilenet)
```python ```python
from torch import nn from torch import nn
...@@ -83,12 +83,3 @@ class ConvBNReLU(nn.Sequential): ...@@ -83,12 +83,3 @@ class ConvBNReLU(nn.Sequential):
nn.ReLU6(inplace=True) nn.ReLU6(inplace=True)
) )
``` ```
### Unsupported Situation #3
Unconventional import naming
e.g.
```python
import torch.nn as mm
```
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册