Explorar el Código

bug fix

master
Chris hace 8 años
padre
commit
f3f304ee9c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      test_pretrained.py

+ 1
- 1
test_pretrained.py Ver fichero

@@ -80,7 +80,7 @@ def get_args():
parser.add_argument("out_file", type=str,
help="Output file")

parser.add_argument("--out-dir", type=str, default=out,
parser.add_argument("--out-dir", type=str, default='out',
help="")
parser.add_argument("--gpu", type=int, default=0,
help="GPU to use for running the network")


Cargando…
Cancelar
Guardar