Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Jan 10, 2024
1 parent fc13043 commit 8516075
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions scripts/3dspeaker/export-onnx.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,12 @@
import os
import pathlib
import re
import sys
from typing import Dict

import torch
from modelscope.hub.snapshot_download import snapshot_download

sys.path.insert(0, "/tmp/3D-Speaker")
sys.path.insert(0, "/tmp/3D-Speaker/speakerlab/bin")

import onnx
import torch
from infer_sv import supports
from modelscope.hub.snapshot_download import snapshot_download
from speakerlab.utils.builder import dynamic_import


Expand Down

0 comments on commit 8516075

Please sign in to comment.