Skip to content
#

torchscript

Here are 27 public repositories matching this topic...

yolov5-rt-stack
erfaneshratifar
erfaneshratifar commented Jul 15, 2021

I'm getting this error when converting a customized yolov5 to yolort:

Traceback (most recent call last):
  File "convert_ultralytics_to_yolort.py", line 31, in <module>
    num_classes=80)
  File "/yolov5/yolort/utils/update_module_state.py", line 74, in update_module_state_from_ultralytics
    module_state_updater.updating(model)
  File "/yolov5/yolort/utils/update_module_state.py", li

Improve this page

Add a description, image, and links to the torchscript topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the torchscript topic, visit your repo's landing page and select "manage topics."

Learn more