Skip to content

Commit

Permalink
removed unnecessary torch import on line 115
Browse files Browse the repository at this point in the history
  • Loading branch information
frodo821 authored Apr 23, 2024
1 parent 71e2c91 commit fdbb03c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion finetune/tag_images_by_wd14_tagger.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def main(args):

# モデルを読み込む
if args.onnx:
import torch
import onnx
import onnxruntime as ort

Expand Down

0 comments on commit fdbb03c

Please sign in to comment.