You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "convert_trt.py", line 100, in <module>
app.run(main)
File "/usr/local/lib/python3.6/dist-packages/absl/app.py", line 303, in run
_run_main(main, args)
File "/usr/local/lib/python3.6/dist-packages/absl/app.py", line 251, in _run_main
sys.exit(main(argv))
File "convert_trt.py", line 96, in main
save_trt()
File "convert_trt.py", line 58, in save_trt
max_batch_size=8)
File "<string>", line 28, in _replace
ValueError: Got unexpected field names: ['max_batch_size']
Any idea on this issue?
The text was updated successfully, but these errors were encountered:
I followed the instructions on the post
The steps:
but got the error:
Any idea on this issue?
The text was updated successfully, but these errors were encountered: