Merge pull request #1291 from frodo821/patch-1

removed unnecessary `torch` import on line 115
This commit is contained in:
Kohya S
2024-05-12 21:14:50 +09:00
committed by GitHub

View File

@@ -112,7 +112,6 @@ def main(args):
# モデルを読み込む
if args.onnx:
import torch
import onnx
import onnxruntime as ort