File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ The conversion process involves two complementary tools:
37373 . Select your model file (` .onnx ` , ` .tflite ` , or other supported formats)
38384 . Once loaded, download the required files:
3939 - Click ** "Graph"** → Download ` graph.json `
40- - Click ** "Weights"** → Download ` weights_nchw .json` , ` weights_nchw.bin ` , ` weights_nhwc.json ` and ` weights_nhwc.bin `
40+ - Click ** "Weights"** → Download ` weights .json` , ` weights_nchw.bin ` and ` weights_nhwc.bin `
4141
4242![ WebNN Netron - Graph and Weights buttons] ( /learn/tutorials/webnn/code-generator-1.png )
4343
@@ -48,7 +48,7 @@ The conversion process involves two complementary tools:
48481 . Open [ WebNN Code Generator] ( https://ibelem.github.io/webnn-code-generator/ )
49492 . Upload the extracted files:
5050 - Click ** "Choose Graph"** → Select ` graph.json `
51- - Click ** "Choose Weights"** → Select ` weights_nchw.json ` and ` weights_nhwc .json`
51+ - Click ** "Choose Weights"** → Select ` weights .json`
5252
5353![ WebNN Code Generator - Choose Graph, Weights and Bin buttons] ( /learn/tutorials/webnn/code-generator-2.png )
5454
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ The conversion process involves two complementary tools:
37373 . Select your model file (` .onnx ` , ` .tflite ` , or other supported formats)
38384 . Once loaded, download the required files:
3939 - Click ** "Graph"** → Download ` graph.json `
40- - Click ** "Weights"** → Download ` weights_nchw .json` , ` weights_nchw.bin ` , ` weights_nhwc.json ` and ` weights_nhwc.bin `
40+ - Click ** "Weights"** → Download ` weights .json` , ` weights_nchw.bin ` and ` weights_nhwc.bin `
4141
4242![ WebNN Netron - Graph and Weights buttons] ( /learn/tutorials/webnn/code-generator-1.png )
4343
@@ -48,7 +48,7 @@ The conversion process involves two complementary tools:
48481 . Open [ WebNN Code Generator] ( https://ibelem.github.io/webnn-code-generator/ )
49492 . Upload the extracted files:
5050 - Click ** "Choose Graph"** → Select ` graph.json `
51- - Click ** "Choose Weights"** → Select ` weights_nchw.json ` and ` weights_nhwc .json`
51+ - Click ** "Choose Weights"** → Select ` weights .json`
5252
5353![ WebNN Code Generator - Choose Graph, Weights and Bin buttons] ( /learn/tutorials/webnn/code-generator-2.png )
5454
You can’t perform that action at this time.
0 commit comments