提交 28465be8 编写于 作者: G ggpolar

Modify the README.md.

The restriction is fixed, so the unsupported situation 3 is removed from README.
上级 dddb8b6b
......@@ -69,7 +69,7 @@ Classes and functions that can't be converted:
Subclassing from the subclasses of nn.Module
e.g. (code snip from torchvision,models.mobilenet)
e.g. (code snip from torchvision.models.mobilenet)
```python
from torch import nn
......@@ -83,12 +83,3 @@ class ConvBNReLU(nn.Sequential):
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.
先完成此消息的编辑!
想要评论请 注册