Skip to content

Commit b3a364a

Browse files
authored
Update README.md
1 parent 4568d66 commit b3a364a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ python -m graph_net.torch.validate \
4848
--model-path $GRAPH_NET_EXTRACT_WORKSPACE/resnet18
4949
```
5050

51-
**graph_net.torch.extract**
51+
**Step 1: graph_net.torch.extract**
5252

5353
```python
5454
import graph_net
@@ -65,7 +65,7 @@ model = graph_net.torch.extract(name="model_name")(model)
6565

6666
For details, see docstring of `graph_net.torch.extract` defined in `graph_net/torch/extractor.py`
6767

68-
**graph_net.torch.validate**
68+
**Step 2: graph_net.torch.validate**
6969
```
7070
# Verify that the extracted model meets requirements
7171
python -m graph_net.torch.validate \

0 commit comments

Comments
 (0)