Skip to content

Commit f534927

Browse files
author
wanglichun
committed
fix bug
1 parent 68bda1b commit f534927

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/faq/onnx.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ input = torch.randn(1, 3, 224, 224)
9090
torchpipe.utils.onnx_export(m, onnx_path, input, opset=17)
9191

9292
```
93-
93+
</details>
9494

9595
### 转换失败说明
9696

docs/python/test.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ import random
148148
torch.save(torch.from_numpy(data),os.path.join(calibrate_dir, f"cache_{random.random()}.pt"))
149149

150150
```
151-
151+
</details>
152+
</details>
152153

153154
### *torchpipe.utils.test.test_functions*
154155
```python

0 commit comments

Comments
 (0)