Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e3b9028

Browse files
author
James Reed
committed
Remove stray header
1 parent b968f77 commit e3b9028

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tutorials/VisualizingAModel.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,4 @@ This is the code that I used to create the exported model. You can put this into
197197
torch_out = torch.onnx._export(torch_model, # model being run
198198
x, # model input (or a tuple for multiple inputs)
199199
"squeezenet.onnx", # where to save the model (can be a file or file-like object)
200-
export_params=True) # store the trained parameter weights inside the model file
201-
202-
#### Using net_drawer to create a
200+
export_params=True) # store the trained parameter weights inside the model file

0 commit comments

Comments
 (0)