We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4568d66 commit b3a364aCopy full SHA for b3a364a
README.md
@@ -48,7 +48,7 @@ python -m graph_net.torch.validate \
48
--model-path $GRAPH_NET_EXTRACT_WORKSPACE/resnet18
49
```
50
51
-**graph_net.torch.extract**
+**Step 1: graph_net.torch.extract**
52
53
```python
54
import graph_net
@@ -65,7 +65,7 @@ model = graph_net.torch.extract(name="model_name")(model)
65
66
For details, see docstring of `graph_net.torch.extract` defined in `graph_net/torch/extractor.py`
67
68
-**graph_net.torch.validate**
+**Step 2: graph_net.torch.validate**
69
70
# Verify that the extracted model meets requirements
71
python -m graph_net.torch.validate \
0 commit comments