Explorar el Código

update onnx_export.py #134

5.0
Glenn Jocher hace 4 años
padre
commit
b1b3634145
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      models/onnx_export.py

+ 1
- 0
models/onnx_export.py Ver fichero

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

from models.common import *
from utils import google_utils

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

Cargando…
Cancelar
Guardar