From b1b3634145aa206cd177a322109fce1c776e4779 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 24 Jun 2020 11:00:03 -0700 Subject: [PATCH] update onnx_export.py #134 --- models/onnx_export.py | 1 + 1 file changed, 1 insertion(+) diff --git a/models/onnx_export.py b/models/onnx_export.py index d17f8b2..fe0287e 100644 --- a/models/onnx_export.py +++ b/models/onnx_export.py @@ -9,6 +9,7 @@ import argparse import onnx from models.common import * +from utils import google_utils if __name__ == '__main__': parser = argparse.ArgumentParser()