No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

5 líneas
244B

  1. gpu=2080Ti mWidth=448 mHeight=32
  2. pth=/mnt/thsw2/DSP2/weights/ocr_en/english_g2
  3. python pth2onnx.py --weights ${pth}.pth --mWidth ${mWidth} --mHeight ${mHeight}
  4. mv ${pth}_${mWidth}X${mHeight}.engine $pth_${gpu}_fp16_${mWidth}X${mHeight}.engine