Browse Source

Modify the README.md.

The restriction is fixed, so the unsupported situation 3 is removed from README.
tags/v0.5.0-beta
ggpolar 5 years ago
parent
commit
28465be8ba
1 changed files with 1 additions and 10 deletions
  1. +1
    -10
      mindinsight/mindconverter/README.md

+ 1
- 10
mindinsight/mindconverter/README.md View File

@@ -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
```

Loading…
Cancel
Save