File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ The following is a simple example that showcases the full conversion + inference
304304 onnxable_model,
305305 dummy_input,
306306 " my_sac_actor.onnx" ,
307- opset_version = 12 , # because of the outdated tf-js converter you have to use an old opset
307+ opset_version = 14 , # because of the outdated tf-js converter you have to use an old opset
308308 input_names = [" input" ],
309309 )
310310
@@ -334,7 +334,7 @@ The following is a simple example that showcases the full conversion + inference
334334 import onnx_tf.backend
335335 import tensorflow as tf
336336
337- ONNX_FILE_PATH = " ppo_cargame .onnx"
337+ ONNX_FILE_PATH = " my_sac_actor .onnx"
338338 MODEL_PATH = " tf_model"
339339
340340 onnx_model = onnx.load(ONNX_FILE_PATH )
You can’t perform that action at this time.
0 commit comments