Skip to content

Commit 5d64b99

Browse files
authored
Update export.py
1 parent b1118b1 commit 5d64b99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

export.py

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
from utils.activations import Hardswish, SiLU
2020
from utils.general import set_logging, check_img_size
2121
from utils.torch_utils import select_device
22-
from onnxmltools.utils.float16_converter import convert_float_to_float16
2322

2423
def export_onnx(model, img, dynamic, output_names=None):
2524
try:

0 commit comments

Comments
 (0)