Browse Source

update onnx_export.py #134

5.0
Glenn Jocher 4 years ago
parent
commit
b1b3634145
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      models/onnx_export.py

+ 1
- 0
models/onnx_export.py View File

@@ -9,6 +9,7 @@ import argparse
import onnx

from models.common import *
from utils import google_utils

if __name__ == '__main__':
parser = argparse.ArgumentParser()

Loading…
Cancel
Save