Skip to content

Commit

Permalink
Merge pull request #24 from stealthinu/onnx化
Browse files Browse the repository at this point in the history
PyInstaller化とONNX対応化の修正
  • Loading branch information
isletennos authored Dec 13, 2022
2 parents 46f2a4c + aa45110 commit 817da67
Show file tree
Hide file tree
Showing 29 changed files with 812 additions and 24,853 deletions.
43 changes: 0 additions & 43 deletions python/FixBuildPlugin_pytorch.py

This file was deleted.

23 changes: 23 additions & 0 deletions python/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[[source]]
url = "https://download.pytorch.org/whl/cu111/"
verify_ssl = true
name = "downloadpytorch"

[packages]
torch = {version = "==1.8.1+cu111", index = "downloadpytorch"}
noisereduce = "==2.0.0"
numpy = "==1.21.1"
scikit-learn = "==1.0.2"
sounddevice = "==0.4.4"
SoundFile = "==0.10.3.post1"
onnxruntime-directml = "1.13.1"

[dev-packages]

[requires]
python_version = "3.9"
303 changes: 0 additions & 303 deletions python/attentions.py

This file was deleted.

Loading

0 comments on commit 817da67

Please sign in to comment.